fix(deps): update all non-major dependencies#11091
Merged
Conversation
9a15802 to
847892f
Compare
patak-cat
approved these changes
Nov 28, 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.20.2->^7.20.5^7.20.3->^7.20.5^7.20.1->^7.20.6^7.20.4->^7.20.6^7.20.2->^7.20.5^23.0.2->^23.0.3^5.0.1->^5.0.2^1.2.0->^1.3.1^4.14.189->^4.14.190^5.43.0->^5.44.0^5.43.0->^5.44.0^1.10.0->^1.11.0^13.0.3->^13.0.4^2.0.24->^2.0.27^1.28.0->^1.28.17.17.0->7.17.1^7.17.0->^7.17.12.7.1->2.8.0^5.15.1->^5.16.0^0.25.2->^0.25.3Release Notes
babel/babel (@babel/core)
v7.20.5Compare Source
👓 Spec Compliance
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-traversebabel-cli,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-transform-classes,babel-plugin-transform-runtime,babel-preset-envbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeinwhen transpiling#p in C(@JLHwung)🐛 Bug Fix
babel-parserusing[foo]as computed member expression (@JLHwung)ParseResulttype (@davydof)import module, ...(@JLHwung)babel-helper-wrap-function,babel-preset-env,babel-traversenoNewArrowassumption (@liuxingbaoyu)babel-plugin-transform-arrow-functions,babel-plugin-transform-parameters,babel-traversesuper()in arrow functions with default / rest parameters (@SuperSodaSea)babel-helpers,babel-node,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeregeneratorand add tests (@SuperSodaSea)babel-helper-create-regexp-features-pluginregjsparserfor@babel/standalone(@liuxingbaoyu)babel-parser,babel-typesbabel-generator(``)(@nicolo-ribaudo)babel-plugin-transform-block-scoping,babel-traverseswitch'sdiscriminantin the outer scope (@nicolo-ribaudo)💅 Polish
babel-generatorcomments:false(@liuxingbaoyu)babel-plugin-transform-block-scoping🏠 Internal
babel-core,babel-parserbabel/babel (@babel/parser)
v7.20.5Compare Source
v7.20.5 (2022-11-28)
Thanks @davydof and @SuperSodaSea for your first PRs!
👓 Spec Compliance
babel-helpers,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-traversebabel-cli,babel-helpers,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-transform-classes,babel-plugin-transform-runtime,babel-preset-envbabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-proposal-private-property-in-object,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeinwhen transpiling#p in C(@JLHwung)🐛 Bug Fix
babel-parserusing[foo]as computed member expression (@JLHwung)ParseResulttype (@davydof)import module, ...(@JLHwung)babel-helper-wrap-function,babel-preset-env,babel-traversenoNewArrowassumption (@liuxingbaoyu)babel-plugin-transform-arrow-functions,babel-plugin-transform-parameters,babel-traversesuper()in arrow functions with default / rest parameters (@SuperSodaSea)babel-helpers,babel-node,babel-plugin-proposal-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeregeneratorand add tests (@SuperSodaSea)babel-helper-create-regexp-features-pluginregjsparserfor@babel/standalone(@liuxingbaoyu)babel-parser,babel-typesbabel-generator(``)(@nicolo-ribaudo)babel-plugin-transform-block-scoping,babel-traverseswitch'sdiscriminantin the outer scope (@nicolo-ribaudo)💅 Polish
babel-generatorcomments:false(@liuxingbaoyu)babel-plugin-transform-block-scoping🏠 Internal
babel-core,babel-parserCommitters: 6
rollup/plugins (@rollup/plugin-commonjs)
v23.0.3Compare Source
2022-11-27
Bugfixes
rollup/plugins (@rollup/plugin-json)
v5.0.2Compare Source
2022-11-27
Updates
sveltejs/vite-plugin-svelte
v1.3.1Compare Source
Patch Changes
v1.3.0Compare Source
Minor Changes
enable
prebundleSvelteLibrariesduring dev by default to improve page loading for the dev server. (#494)see the FAQ for more information about
prebundleSvelteLibrariesand how to tune it.Enable resolving via "svelte" exports condition (#502)
add compile time stats logging (#503)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.44.0Compare Source
Bug Fixes
parserOptions.projectconfig (#5999) (530e0e6)Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.44.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
ota-meshi/eslint-plugin-regexp
v1.11.0Compare Source
✨ Enhancements
regexp/no-extra-lookaround-assertionsrule by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-regexp/pull/482regexp/prefer-lookaroundrule to report when there are leading/trailing assertions by @ota-meshi in https://github.com/ota-meshi/eslint-plugin-regexp/pull/480🐛 Bug Fixes
regexp/no-useless-assertionsrule by @RunDevelopment in https://github.com/ota-meshi/eslint-plugin-regexp/pull/486Full Changelog: ota-meshi/eslint-plugin-regexp@v1.10.0...v1.11.0
okonet/lint-staged
v13.0.4Compare Source
Bug Fixes
vuejs/pinia
v2.0.27Compare Source
Please refer to CHANGELOG.md for details.
v2.0.26Compare Source
Please refer to CHANGELOG.md for details.
v2.0.25Compare Source
Please refer to CHANGELOG.md for details.
Microsoft/playwright
v1.28.1Compare Source
Highlights
This patch release includes the following bug fixes:
https://github.com/microsoft/playwright/issues/18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0https://github.com/microsoft/playwright/issues/189200 - [BUG] [expanded=false] in role selector returns elements without aria-expanded attribuhttps://github.com/microsoft/playwright/issues/18865865 - [BUG] regression in killing web server process in 1.28.0
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.17.1Compare Source
Patch Changes
pnpm set-scriptandpnpm pkgare passed through to npm #5683.pnpm publish <tarball path>should exit with non-0 exit code when publish fails #5396.package.jsonfiles in a workspace #5670.package.json5are preserver #2008.pnpm setupshould create PNPM_HOME as a non-expandable env variable on Windows #4658.pnpm licensescommand.Our Gold Sponsors
Our Silver Sponsors
prettier/prettier
v2.8.0Compare Source
diff
🔗 Release Notes
terser/terser
v5.16.0Compare Source
#privatefield in object(#1279)#privatefield in objectvitest-dev/vitest
v0.25.3Compare Source
🚀 Features
🐞 Bug Fixes
.- by @sidharthv96 in https://github.com/vitest-dev/vitest/issues/2344 and https://github.com/vitest-dev/vitest/issues/2359 (c3951)View changes on GitHub
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.