Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies with stable version (patch) #1513

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/types (source) ^7.24.5 -> ^7.24.8 age adoption passing confidence devDependencies patch 7.24.9
@cypress/vite-dev-server (source) ^5.1.0 -> ^5.1.1 age adoption passing confidence devDependencies patch
@cypress/vue (source) ^6.0.0 -> ^6.0.1 age adoption passing confidence devDependencies patch
@evilmartians/lefthook ^1.7.1 -> ^1.7.2 age adoption passing confidence devDependencies patch 1.7.5 (+2)
@types/node (source) ^18.19.33 -> ^18.19.39 age adoption passing confidence devDependencies patch 18.19.41 (+1)
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence devDependencies patch
axios (source) ^1.7.0 -> ^1.7.2 age adoption passing confidence peerDependencies patch
axios (source) ^1.7.0 -> ^1.7.2 age adoption passing confidence dependencies patch
cypress (source) ^13.12.0 -> ^13.13.0 age adoption passing confidence devDependencies patch 13.13.1
node (source) 18.20.2 -> 18.20.4 age adoption passing confidence patch
node (source) 18.20.2 -> 18.20.4 age adoption passing confidence volta patch
postcss-custom-properties (source) ^13.3.10 -> ^13.3.12 age adoption passing confidence devDependencies patch
sass ^1.77.2 -> ^1.77.8 age adoption passing confidence devDependencies patch
start-server-and-test ^2.0.3 -> ^2.0.4 age adoption passing confidence devDependencies patch
typescript (source) ^5.5.2 -> ^5.5.3 age adoption passing confidence devDependencies patch 5.5.4
vite (source) ^5.3.0 -> ^5.3.3 age adoption passing confidence devDependencies patch 5.3.4
vite-plugin-vue-devtools (source) ^7.3.0 -> ^7.3.5 age adoption passing confidence devDependencies patch 7.3.6
vue (source) ^3.4.27 -> ^3.4.31 age adoption passing confidence dependencies patch 3.4.33 (+1)
vue-tsc (source) ^2.0.19 -> ^2.0.26 age adoption passing confidence devDependencies patch 2.0.28

Release Notes

babel/babel (@​babel/types)

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
cypress-io/cypress (@​cypress/vite-dev-server)

v5.1.1

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.5

nodejs/node (node)

v18.20.4

Compare Source

v18.20.3: 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 18.19.0 where http.server.close() was incorrectly closing idle connections.

A fix has also been included for compiling Node.js from source with newer versions of Clang.

The list of keys used to sign releases has been synchronized with the current list from the main branch.

Updated dependencies
  • acorn updated to 8.11.3.
  • acorn-walk updated to 8.3.2.
  • ada updated to 2.7.8.
  • c-ares updated to 1.28.1.
  • corepack updated to 0.28.0.
  • nghttp2 updated to 1.61.0.
  • ngtcp2 updated to 1.3.0.
  • npm updated to 10.7.0. Includes a fix from [email protected] to limit the number of open connections npm/cli#7324.
  • simdutf updated to 5.2.4.
  • zlib updated to 1.3.0.1-motley-7d77fb7.
Commits
csstools/postcss-plugins (postcss-custom-properties)

v13.3.12

Compare Source

July 6, 2024

v13.3.11

Compare Source

June 29, 2024

sass/dart-sass (sass)

v1.77.8

Compare Source

  • No user-visible changes.

v1.77.7

Compare Source

  • Declarations that appear after nested rules are deprecated, because the
    semantics Sass has historically used are different from the semantics
    specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown
    at-rule values was being preserved in the CSS output, leading to potentially
    invalid CSS. It's now properly parsed as a silent comment and omitted from the
    CSS output.

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed
    between the end of Sass statements and the following semicolon.

v1.77.5

Compare Source

  • Fully trim redundant selectors generated by @extend.

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over
    embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
    as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.
bahmutov/start-server-and-test (start-server-and-test)

v2.0.4

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.5 (dd8a2d7)
vitejs/vite (vite)

v5.3.3

Compare Source

v5.3.2

Compare Source

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.3.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.4.31

Compare Source

Bug Fixes
Reverts
  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#​11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#​11183)" (6c303ea), closes #​11183

v3.4.30

Compare Source

Bug Fixes
Performance Improvements

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 30, 2024
@renovate renovate bot requested a review from kongponents-bot as a code owner May 30, 2024 04:35
@renovate renovate bot requested a review from a team as a code owner May 30, 2024 04:35
@renovate renovate bot enabled auto-merge (squash) May 30, 2024 04:35
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 6537a37 to 2f13bf6 Compare May 30, 2024 08:48
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 2f13bf6 to 9c60931 Compare May 31, 2024 06:56
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 9c60931 to a389783 Compare June 3, 2024 07:35
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from a389783 to ca238c4 Compare June 4, 2024 04:06
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from ca238c4 to 963c9ec Compare June 4, 2024 06:58
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 963c9ec to 93f78a6 Compare June 7, 2024 06:26
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 93f78a6 to 34afbe9 Compare June 10, 2024 04:05
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 34afbe9 to 0a63e42 Compare June 10, 2024 06:37
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 0a63e42 to 516f707 Compare June 11, 2024 04:49
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 516f707 to 5b6f46c Compare June 14, 2024 04:03
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 5b6f46c to 0f0f3e6 Compare June 17, 2024 07:51
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 0f0f3e6 to 7720735 Compare June 18, 2024 05:02
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 691f0fa to cb2db14 Compare July 12, 2024 06:48
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from cb2db14 to 75508e4 Compare July 15, 2024 04:51
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 75508e4 to 783f1f0 Compare July 15, 2024 06:07
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 783f1f0 to 3cd8377 Compare July 16, 2024 04:44
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 3cd8377 to 3ace427 Compare July 17, 2024 05:27
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 3ace427 to db9f62e Compare July 18, 2024 04:41
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from db9f62e to b3c52c4 Compare July 19, 2024 04:58
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from b3c52c4 to 6fa2ddb Compare July 19, 2024 08:36
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 6fa2ddb to 540d34f Compare July 22, 2024 04:29
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 540d34f to 83483b1 Compare July 22, 2024 06:24
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 83483b1 to e482527 Compare July 23, 2024 04:49
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from e482527 to 2ce8689 Compare July 23, 2024 08:22
@renovate renovate bot merged commit ceac0ba into main Jul 23, 2024
6 checks passed
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch July 23, 2024 15:34
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 2.13.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released renovate-bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants