fix(deps): update all non-major dependencies#10316
Merged
Conversation
patak-cat
approved these changes
Oct 3, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.17.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.40Release Notes
babel/babel (@babel/core)
v7.19.3Compare Source
🐛 Bug Fix
babel-plugin-proposal-decoratorsbabel-parserJSXTextfollowingJSXSpreadChild(@liuxingbaoyu)declare modules (@liuxingbaoyu)import =andvar(@liuxingbaoyu)babel-generatorbabel-cli@babel/clisource maps based on configuration files (@liuxingbaoyu)babel-plugin-transform-typescriptdeclare(@liuxingbaoyu)💅 Polish
babel-core🏠 Internal
babel-helper-compilation-targets,babel-helper-transform-fixture-test-runner,babel-parser,babel-preset-env,babel-traversec8for coverage testing (@liuxingbaoyu)🔬 Output optimization
babel-plugin-transform-typescriptdeclare namespace(@liuxingbaoyu)babel/babel (@babel/parser)
v7.19.3Compare Source
v7.19.3 (2022-09-27)
🐛 Bug Fix
babel-plugin-proposal-decoratorsbabel-parserJSXTextfollowingJSXSpreadChild(@liuxingbaoyu)declare modules (@liuxingbaoyu)import =andvar(@liuxingbaoyu)babel-generatorbabel-cli@babel/clisource maps based on configuration files (@liuxingbaoyu)babel-plugin-transform-typescriptdeclare(@liuxingbaoyu)💅 Polish
babel-core🏠 Internal
babel-helper-compilation-targets,babel-helper-transform-fixture-test-runner,babel-parser,babel-preset-env,babel-traversec8for coverage testing (@liuxingbaoyu)🔬 Output optimization
babel-plugin-transform-typescriptdeclare namespace(@liuxingbaoyu)Committers: 4
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.38.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.38.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
vitejs/vite
v3.1.2Compare Source
Please refer to CHANGELOG.md for details.
v3.1.1Compare Source
Please refer to CHANGELOG.md for details.
vuejs/core
v3.2.40Compare Source
Bug Fixes
zloirock/core-js
v3.25.4Compare Source
Function.prototype.{ call, apply, bind }on string methods, #1128[Serializable]and[Transferable]objects in thestructuredClonepolyfill. 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.5Compare Source
Bug Fixes
replaceAll()(#224) (45a4921)phoenixframework/phoenix
v1.6.13Compare Source
Microsoft/playwright
v1.26.1Compare 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.0Compare Source
Minor Changes
Ignore packages listed in
package.json>pnpm.updateConfig.ignoreDependenciesfields on update/outdated command #5358For instance, if you don't want
webpackautomatically to be updated when you runpnpm update --latest, put this to yourpackage.json:{ "pnpm": { "updateConfig": { "ignoreDependencies": ["webpack"] } } }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-prodoption to run command on all the projects when used on workspace.--filter-prodoption now only filter fromdependenciesand omitdevDependenciesinstead of including all the packages when used on workspace. So what was happening is that if you use--filter-prodon 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.ignoreDependencieson 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.17Compare Source
Node.before()unexpected behavior (by Romain Menke).sveltejs/language-tools
v2.9.1Compare Source
New transformation:
systemjs/systemjs
v6.13.0Compare Source
What's Changed
New Contributors
Full Changelog: systemjs/systemjs@6.12.6...6.13.0
vuejs/vitepress
v1.0.0-alpha.19Compare Source
Bug Fixes
v1.0.0-alpha.18Compare Source
Bug Fixes
v1.0.0-alpha.17Compare 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.