fix(deps): update all non-major dependencies #10316
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.19.1
->^7.19.3
^7.19.1
->^7.19.3
^7.19.1
->^7.19.3
^7.19.2
->^7.19.3
^7.19.0
->^7.19.3
^7.31.2
->^7.32.0
^5.38.0
->^5.38.1
^5.38.0
->^5.38.1
^3.1.0
->^3.1.2
^3.2.39
->^3.2.40
^3.25.3
->^3.25.4
^0.26.4
->^0.26.5
^1.6.12
->^1.6.13
^1.26.0
->^1.26.1
7.12.2
->7.13.0
^7.12.2
->^7.13.0
^8.4.16
->^8.4.17
^2.9.0
->^2.9.1
^6.12.6
->^6.13.0
^3.1.3
->^3.1.4
^1.0.0-alpha.16
->^1.0.0-alpha.19
^3.2.39
->^3.2.40
Release Notes
babel/babel (@babel/core)
v7.19.3
Compare Source
🐛 Bug Fix
babel-plugin-proposal-decorators
babel-parser
JSXText
followingJSXSpreadChild
(@liuxingbaoyu)declare module
s (@liuxingbaoyu)import =
andvar
(@liuxingbaoyu)babel-generator
babel-cli
@babel/cli
source maps based on configuration files (@liuxingbaoyu)babel-plugin-transform-typescript
declare
(@liuxingbaoyu)💅 Polish
babel-core
🏠 Internal
babel-helper-compilation-targets
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-preset-env
,babel-traverse
c8
for coverage testing (@liuxingbaoyu)🔬 Output optimization
babel-plugin-transform-typescript
declare namespace
(@liuxingbaoyu)babel/babel (@babel/parser)
v7.19.3
Compare Source
v7.19.3 (2022-09-27)
🐛 Bug Fix
babel-plugin-proposal-decorators
babel-parser
JSXText
followingJSXSpreadChild
(@liuxingbaoyu)declare module
s (@liuxingbaoyu)import =
andvar
(@liuxingbaoyu)babel-generator
babel-cli
@babel/cli
source maps based on configuration files (@liuxingbaoyu)babel-plugin-transform-typescript
declare
(@liuxingbaoyu)💅 Polish
babel-core
🏠 Internal
babel-helper-compilation-targets
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-preset-env
,babel-traverse
c8
for coverage testing (@liuxingbaoyu)🔬 Output optimization
babel-plugin-transform-typescript
declare namespace
(@liuxingbaoyu)Committers: 4
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.38.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.38.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
vitejs/vite
v3.1.2
Compare Source
Please refer to CHANGELOG.md for details.
v3.1.1
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/core
v3.2.40
Compare Source
Bug Fixes
zloirock/core-js
v3.25.4
Compare Source
Function.prototype.{ call, apply, bind }
on string methods, #1128[Serializable]
and[Transferable]
objects in thestructuredClone
polyfill. Mainly, for better error messages if polyfilling of cloning such types is impossibleArray.prototype.{ group, groupToMap }
marked as supported from V8 ~ Chromium 108rich-harris/magic-string
v0.26.5
Compare Source
Bug Fixes
replaceAll()
(#224) (45a4921)phoenixframework/phoenix
v1.6.13
Compare Source
Microsoft/playwright
v1.26.1
Compare Source
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/17500 - [BUG] No tests found using the test explorer - pw/test@1.26.0
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.13.0
Compare Source
Minor Changes
Ignore packages listed in
package.json
>pnpm.updateConfig.ignoreDependencies
fields on update/outdated command #5358For instance, if you don't want
webpack
automatically to be updated when you runpnpm update --latest
, put this to yourpackage.json
:Patterns are also supported, so you may ignore for instance any packages from a scope:
@babel/*
.It is possible now to update all dependencies except the listed ones using
!
. For instance, update all dependencies, exceptlodash
:It also works with pattends, for instance:
And it may be combined with other patterns:
Patch Changes
Hooks should be applied on
pnpm deploy
#5306.Stop
--filter-prod
option to run command on all the projects when used on workspace.--filter-prod
option now only filter fromdependencies
and omitdevDependencies
instead of including all the packages when used on workspace. So what was happening is that if you use--filter-prod
on workspace root like this:it was printing all the package of workspace, where it should only print the package name of itself and packages where it has been added as
dependency
(not asdevDependencies
)Don't override the root dependency when auto installing peer dependencies #5412.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
package.json > pnpm.updateConfig.ignoreDependencies
on update/outdated commands by @Shinyaigehttps://github.com/pnpm/pnpm/pull/5408l/5408New Contributors
Full Changelog: pnpm/pnpm@v7.12.2...v7.13.0
postcss/postcss
v8.4.17
Compare Source
Node.before()
unexpected behavior (by Romain Menke).sveltejs/language-tools
v2.9.1
Compare Source
New transformation:
systemjs/systemjs
v6.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: systemjs/systemjs@6.12.6...6.13.0
vuejs/vitepress
v1.0.0-alpha.19
Compare Source
Bug Fixes
v1.0.0-alpha.18
Compare Source
Bug Fixes
v1.0.0-alpha.17
Compare Source
Bug Fixes
Reverts
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.
This PR has been generated by Mend Renovate. View repository job log here.