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) #2167

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.24.0 -> ^7.24.5 age adoption passing confidence
@commitlint/cli (source) ^19.2.2 -> ^19.3.0 age adoption passing confidence
@evilmartians/lefthook ^1.6.10 -> ^1.6.12 age adoption passing confidence
@types/node (source) ^18.19.31 -> ^18.19.33 age adoption passing confidence
@vue/compiler-core (source) ^3.4.22 -> ^3.4.27 age adoption passing confidence
eslint-plugin-cypress ^3.0.3 -> ^3.2.0 age adoption passing confidence
inquirer (source) ^9.2.18 -> ^9.2.22 age adoption passing confidence
picocolors ^1.0.0 -> ^1.0.1 age adoption passing confidence
postcss-custom-properties (source) ^13.3.7 -> ^13.3.10 age adoption passing confidence
rimraf ^5.0.5 -> ^5.0.7 age adoption passing confidence
tsc-alias (source) ^1.8.8 -> ^1.8.10 age adoption passing confidence
vite (source) ^5.2.9 -> ^5.2.11 age adoption passing confidence
vitepress (source) ^1.1.0 -> ^1.1.4 age adoption passing confidence
vue (source) ^3.4.22 -> ^3.4.27 age adoption passing confidence
vue-router ^4.3.0 -> ^4.3.2 age adoption passing confidence
vue-tsc (source) ^2.0.13 -> ^2.0.19 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
evilmartians/lefthook (@​evilmartians/lefthook)

v1.6.12

Compare Source

1.6.11 (2024-05-13)

1.6.10 (2024-04-10)

1.6.9 (2024-04-09)

1.6.8 (2024-04-02)

1.6.7 (2024-03-15)

1.6.6 (2024-03-14)

1.6.5 (2024-03-04)

1.6.4 (2024-02-28)

1.6.3 (2024-02-27)

1.6.2 (2024-02-26)

1.6.1 (2024-01-24)

1.6.0 (2024-01-22)

1.5.7 (2024-01-17)

1.5.6 (2024-01-12)

1.5.5 (2023-11-30)

1.5.4 (2023-11-27)

1.5.3 (2023-11-22)

  • fix: don't check checksum file when explicitly calling lefthook install (#​572) by @​mrexox
  • chore: skip summary separator if nothing is printed (#​575) by @​mrexox
  • docs: update info about root option by @​mrexox

1.5.2 (2023-10-9)

1.5.1 (2023-10-6)

1.5.0 (2023-09-21)

1.4.11 (2023-09-13)

1.4.10 (2023-09-04)

1.4.9 (2023-08-15)

1.4.8 (2023-07-31)

1.4.7 (2023-07-24)

1.4.6 (2023-07-18)

1.4.5 (2023-07-12)

1.4.4 (2023-07-10)

1.4.3 (2023-06-19)

1.4.2 (2023-06-13)

1.4.1 (2023-05-22)

1.4.0 (2023-05-18)

1.3.13 (2023-05-11)

1.3.12 (2023-04-28)

1.3.11 (2023-04-27)

1.3.10

1.3.9 (2023-04-04)

1.3.8 (2023-03-23)

1.3.7 (2023-03-20)

1.3.6 (2023-03-16)

1.3.5 (2023-03-15)

1.3.4 (2023-03-13)

  • fix: don't extra extend config if lefthook-local.yml is missing (#​444) by @​mrexox

1.3.3 (2023-03-01)

1.3.2 (2023-02-27)

1.3.1 (2023-02-27)

1.3.0 (2023-02-22)

1.2.9 (2023-02-13)

1.2.8 (2023-01-23)

1.2.7 (2023-01-10)

1.2.6 (2022-12-14)

1.2.5 (2022-12-13)

1.2.4 (2022-12-05)

1.2.3 (2022-11-30)

1.2.2 (2022-11-23)

1.2.1 (2022-11-17)

1.2.0 (2022-11-7)

1.1.4 (2022-11-1)

1.1.3 (2022-10-15)

1.1.2 (2022-10-10)

1.1.1 (2022-08-22)

1.1.0 (2022-08-13)

1.0.5 (2022-07-19)

v1.6.11

Compare Source

vuejs/core (@​vue/compiler-core)

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

Bug Fixes
SBoudrias/Inquirer.js (inquirer)

v9.2.22

Compare Source

  • editor prompt: Fixed compatibility issue between default and waitUserInput options. #​1405

v9.2.21

Compare Source

v9.2.20

Compare Source

alexeyraspopov/picocolors (picocolors)

v1.0.1

Compare Source

  • Updated color detection mechanism to work properly on Vercel Edge Runtime (#​64)
  • Remove use of recursion to avoid possible stack overflow for very long inputs (#​56)
csstools/postcss-plugins (postcss-custom-properties)

v13.3.10

Compare Source

May 4, 2024

v13.3.9

Compare Source

May 4, 2024

v13.3.8

Compare Source

April 22, 2024

isaacs/rimraf (rimraf)

v5.0.7

Compare Source

v5.0.6

Compare Source

justkey007/tsc-alias (tsc-alias)

v1.8.10: (2024-05-13)

Compare Source

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.9...v1.8.10

v1.8.9: (2024-05-09)

Compare Source

What's Changed
New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.8...v1.8.9

vitejs/vite (vite)

v5.2.11

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate-bot labels Apr 29, 2024
@renovate renovate bot enabled auto-merge (squash) April 29, 2024 06:56
Copy link

netlify bot commented Apr 29, 2024

Deploy Preview for kongponents-sandbox ready!

Name Link
🔨 Latest commit 2e639fd
🔍 Latest deploy log https://app.netlify.com/sites/kongponents-sandbox/deploys/66555d3340f6c90008cf029c
😎 Deploy Preview https://deploy-preview-2167--kongponents-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from f13622b to e161e10 Compare April 30, 2024 04:10
kongponents-bot
kongponents-bot previously approved these changes May 1, 2024
kongponents-bot
kongponents-bot previously approved these changes May 2, 2024
kongponents-bot
kongponents-bot previously approved these changes May 3, 2024
kongponents-bot
kongponents-bot previously approved these changes May 6, 2024
kongponents-bot
kongponents-bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from d77d985 to 7baf4a1 Compare May 27, 2024 07:56
Copy link

netlify bot commented May 28, 2024

Deploy Preview for kongponents ready!

Name Link
🔨 Latest commit 2e639fd
🔍 Latest deploy log https://app.netlify.com/sites/kongponents/deploys/66555d33b01b1f00082dffa7
😎 Deploy Preview https://deploy-preview-2167--kongponents.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot merged commit fc6be90 into alpha May 28, 2024
10 checks passed
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch May 28, 2024 04:31
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 9.0.0-alpha.161 🎉

The release is available on:

Your semantic-release bot 📦🚀

adamdehaven pushed a commit that referenced this pull request Jun 3, 2024
…2167)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
adamdehaven pushed a commit that referenced this pull request Jun 3, 2024
…2167)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
adamdehaven pushed a commit that referenced this pull request Jun 15, 2024
…2167)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 on @alpha renovate-bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant