fix(deps): update all non-major dependencies #360
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.23.9
->^7.24.0
^7.23.9
->^7.24.0
^0.3.3
->^0.3.5
^0.3.22
->^0.3.25
^20.11.19
->^20.11.24
^7.0.2
->^7.1.0
^7.0.2
->^7.1.0
^10.4.17
->^10.4.18
^8.56.0
->^8.57.0
^4.18.2
->^4.18.3
^1.41.2
->^1.42.1
8.15.3
->8.15.4
^1.71.0
->^1.71.1
^2.9.0
->^2.10.0
^3.4.19
->^3.4.21
^4.2.5
->^4.3.0
Release Notes
babel/babel (@babel/core)
v7.24.0
Compare Source
🚀 New Feature
babel-standalone
@babel/standalone
(@ajihyf)babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
noUninitializedPrivateFieldAccess
assumption (@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-flow
ignoreExtensions
in Flow preset (@nicolo-ribaudo)experimental_useHermesParser
option inpreset-flow
(@liuxingbaoyu)babel-helper-import-to-platform-api
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-standalone
babel-plugin-transform-runtime
moduleName
option to@babel/plugin-transform-runtime
(@nicolo-ribaudo)babel-parser
,babel-types
TSImportType
(@sosukesuzuki)🐛 Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
popContext
on unvisited node paths (@JLHwung)babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
privateFieldsAsSymbols
(@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
arguments
in privateget/set
method (@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
static
on decorated privateaccessor
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-preset-env
privateFieldsAsProperties
(@liuxingbaoyu)babel-helpers
arguments
in a helper as a global reference (@nicolo-ribaudo)babel-helpers
,babel-plugin-proposal-decorators
access.get
for public setter decorators (@nicolo-ribaudo)💅 Polish
babel-core
,babel-helper-create-class-features-plugin
,babel-preset-env
BABEL_SHOW_CONFIG_FOR
for config problems (@nicolo-ribaudo)🏠 Internal
babel-helper-transform-fixture-test-runner
output.js
whenexec.js
throws (@liuxingbaoyu)🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-private-methods
classPrivateMethodGet
(@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
babel-helper-create-class-features-plugin
,babel-helper-fixtures
,babel-helpers
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helpers
,babel-plugin-proposal-decorators
jridgewell/gen-mapping (@jridgewell/gen-mapping)
v0.3.5
Compare Source
What's Changed
ignoreList
support: jridgewell/gen-mapping@9add0c2Full Changelog: jridgewell/gen-mapping@v0.3.4...v0.3.5
v0.3.4
Compare Source
Full Changelog: jridgewell/gen-mapping@v0.3.3...v0.3.4
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.25
Compare Source
v0.3.24
Compare Source
What's Changed
ignoreList
(andx_google_ignoreList
) support: jridgewell/trace-mapping@1027ce6Full Changelog: jridgewell/trace-mapping@v0.3.23...v0.3.24
v0.3.23
Compare Source
Full Changelog: jridgewell/trace-mapping@v0.3.22...v0.3.23
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.1.0
Compare Source
🚀 Features
eslint-plugin: add *-type-checked-only configs
eslint-plugin: [naming-convention] support the auto-accessor syntax
eslint-plugin: [consistent-return] add new rule
🩹 Fixes
eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error
eslint-plugin: [no-misused-promises] improve check union types
eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.1.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
postcss/autoprefixer (autoprefixer)
v10.4.18
Compare Source
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine).eslint/eslint (eslint)
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)Bug Fixes
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar)69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bb
chore: package.json update for @eslint/js release (Jenkins)f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)expressjs/express (express)
v4.18.3
Compare Source
==========
microsoft/playwright (playwright-chromium)
v1.42.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29732 - [Regression]: HEAD requests to webServer.url since v1.42.0https://github.com/microsoft/playwright/issues/297466 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin imporhttps://github.com/microsoft/playwright/issues/2973939 - [Bug]: Component tests fails when imported a module with a dot in a nahttps://github.com/microsoft/playwright/issues/29731731 - [Regression]: 1.42.0 breaks some import statemehttps://github.com/microsoft/playwright/issues/297609760 - [Bug]: Possible regression with chained locators in v1.42
Browser Versions
This version was also tested against the following stable channels:
v1.42.0
Compare Source
New APIs
Test tags
New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).
Use
--grep
command line option to run only tests with certain tags.Annotating skipped tests
New annotation syntax for test annotations allows annotating the tests that do not run.
page.addLocatorHandler()
New method page.addLocatorHandler() registers a callback that will be invoked when specified element becomes visible and may block Playwright actions. The callback can get rid of the overlay. Here is an example that closes a cookie dialog when it appears.
Project wildcard filter
Playwright command line flag now supports '*' wildcard when filtering by project.
Other APIs
expect(callback).toPass({ timeout })
The timeout can now be configured by
expect.toPass.timeout
option globally or in project configelectronApplication.on('console')
electronApplication.on('console') event is emitted when Electron main process calls console API methods.
page.pdf() accepts two new options
tagged
andoutline
.Breaking changes
Mixing the test instances in the same suite is no longer supported. Allowing it was an oversight as it makes reasoning about the semantics unnecessarily hard.
Announcements
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v8.15.4
Compare Source
sass/dart-sass (sass)
v1.71.1
Compare Source
Command-Line Interface
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when theentrypoint is an ESM module.
Dart API
NodePackageImporter()
a static error ratherthan just a runtime error.
Embedded Sass
when running on musl Linux.
toplenboren/simple-git-hooks (simple-git-hooks)
v2.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: toplenboren/simple-git-hooks@2.9.0...2.10.0
vuejs/core (vue)
v3.4.21
Compare Source
Bug Fixes
v3.4.20
Compare Source
Bug Fixes
vuejs/router (vue-router)
v4.3.0
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 4am 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.