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

fix(deps): update all non-major dependencies #32

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.20.15 -> ^7.21.2 age adoption passing confidence
@babel/types (source) ^7.20.7 -> ^7.21.2 age adoption passing confidence
@iconify-json/carbon ^1.1.15 -> ^1.1.16 age adoption passing confidence
@sxzz/eslint-config ^2.4.4 -> ^2.4.5 age adoption passing confidence
@types/node (source) ^18.13.0 -> ^18.14.2 age adoption passing confidence
@unocss/reset ^0.49.4 -> ^0.50.3 age adoption passing confidence
@vueuse/core ^9.12.0 -> ^9.13.0 age adoption passing confidence
eslint (source) ^8.34.0 -> ^8.35.0 age adoption passing confidence
magic-string ^0.29.0 -> ^0.30.0 age adoption passing confidence
pnpm (source) 7.27.0 -> 7.28.0 age adoption passing confidence
tsup (source) ^6.6.2 -> ^6.6.3 age adoption passing confidence
typescript (source) ^5.0.0-dev.20230213 -> ^5.0.0-dev.20230226 age adoption passing confidence
unocss ^0.49.4 -> ^0.50.3 age adoption passing confidence
unplugin ^1.0.1 -> ^1.1.0 age adoption passing confidence
unplugin-auto-import ^0.14.2 -> ^0.15.0 age adoption passing confidence
unplugin-vue-components ^0.23.0 -> ^0.24.0 age adoption passing confidence
vite (source) ^4.1.1 -> ^4.1.4 age adoption passing confidence
vitest ^0.28.5 -> ^0.29.2 age adoption passing confidence
vue-tsc ^1.0.24 -> ^1.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.21.2

Compare Source

v7.21.2 (2023-02-23)

👓 Spec Compliance
💅 Polish
🏠 Internal
🔬 Output optimization
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
Committers: 3

v7.21.1

Compare Source

v7.21.1 (2023-02-20)

Thanks @​yardenshoham for your first PR!

🐛 Bug Fix
🏠 Internal
Committers: 3

v7.21.0

Compare Source

v7.21.0 (2023-02-20)

Thanks @​azizghuloum, @​ehoogeveen-medweb, @​fwienber, and @​Lioness100 for your first PRs!

🚀 New Feature
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript
🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types
💅 Polish
🏠 Internal
🔬 Output optimization
Committers: 11
babel/babel (@​babel/types)

v7.21.2

Compare Source

👓 Spec Compliance
💅 Polish
🏠 Internal
🔬 Output optimization
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.21.0

Compare Source

🚀 New Feature
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript
🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types
💅 Polish
🏠 Internal
🔬 Output optimization
unocss/unocss

v0.50.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.50.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.50.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.50.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse

v9.13.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

rich-harris/magic-string

v0.30.0

Compare Source

Bug Fixes
Features
pnpm/pnpm

v7.28.0

Compare Source

Minor Changes

  • Add --report-summary for pnpm exec and pnpm run #​6008.
  • Show path info for pnpm why --json or --long #​6103.
  • Extend the pnpm.peerDependencyRules.allowedVersions package.json option to support the parent>child selector syntax. This syntax allows for extending specific peerDependencies #​6108.

Patch Changes

  • Update the lockfile if a workspace has a new project with no dependencies.
  • Fix a case of installs not being deterministic and causing lockfile changes between repeat installs. When a dependency only declares peerDependenciesMeta and not peerDependencies, dependencies, or optionalDependencies, the dependency's peers were not considered deter

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@stackblitz
Copy link

stackblitz bot commented Feb 27, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sxzz sxzz merged commit 1026293 into main Mar 1, 2023
@sxzz sxzz deleted the renovate/all-minor-patch branch March 1, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant