chore(deps): update all non-major dependencies #670
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:
0.5.5
->0.8.3
2.17.3
->2.18.1
11.0.2
->11.1.4
8.56.0
->8.57.0
1.21.0
->1.21.6
15.2.2
->15.2.9
1.5.0
->1.7.1
6.1.2
->6.2.2
2.17.3
->2.18.1
1.41.2
->1.46.1
17.0.3
->17.6.0
1.70.0
->1.77.8
5.0.8
->5.0.9
11.0.2
->11.1.4
5.3.3
->5.5.4
1.2.2
->1.6.0
2.4.0
->2.4.2
Release Notes
nuxt/module-builder (@nuxt/module-builder)
v0.8.3
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.8.2
Compare Source
compare changes
🔥 Performance
🩹 Fixes
compatibilityDate
(b9b27c3)❤️ Contributors
v0.8.1
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.8.0
Compare Source
compare changes
🩹 Fixes
import type
statement if required (190bff4)❤️ Contributors
v0.7.1
Compare Source
compare changes
🩹 Fixes
ModuleOptions
in correct place (#283)📖 Documentation
❤️ Contributors
v0.7.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
tsconfck
to resolve tsconfigcompilerOptions
(#274).js
extension for files inruntime/
directory (dbd05bb)dist/runtime
in externals list (0946c04)📖 Documentation
types
condition to export subpath (#265)🏡 Chore
✅ Tests
🤖 CI
.js
extension for files inruntime/
directory (dbd05bb)❤️ Contributors
v0.6.0
Compare Source
compare changes
🚀 Enhancements
runtime/
dts based on nuxttsconfig
options (#255)module.json
(f8567a3)jsx
(4841f2e)🩹 Fixes
RuntimeModuleHooks
interface (#228)-nightly
versions to externals (0a88a87)runtime/
directory as external (7a68e1e)🏡 Chore
dev:prepare
command (c308a68)✅ Tests
runtime/
transforms (#257)🎨 Styles
RuntimeModuleHooks
interface (#228)❤️ Contributors
nuxt/nuxt (@nuxt/types)
v2.18.1
Compare Source
👉 Changelog
compare changes
🩹 Fixes
mkdirp
(f67056b9e)❤️ Contributors
v2.18.0
Compare Source
👉 Changelog
compare changes
🚀 Enhancements
memfs
(#27652)🩹 Fixes
sessionStorage
(#27662)🏡 Chore
❤️ Contributors
v2.17.4
Compare Source
👉 Changelog
compare changes
🩹 Fixes
serve-static
types to v1.15.7 (1c44c376d)html-minifier-terser
(#26914)🏡 Chore
@nuxt/config
(c283cc039)✅ Tests
page
in e2e tests (1700aa131)🤖 CI
dev
(2a5d05257)❤️ Contributors
ai/size-limit (@size-limit/file)
v11.1.4
Compare Source
v11.1.3
Compare Source
esbuild
.v11.1.2
Compare Source
v11.1.1
Compare Source
v11.1.0
Compare Source
webpack-why
regression (by @hoo00nn).v11.0.3
Compare Source
.mjs
config support (by Arya Emami).esbuild
.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)unjs/jiti (jiti)
v1.21.6
Compare Source
compare changes
🩹 Fixes
v1.21.5
Compare Source
compare changes
🩹 Fixes
From 1.21.4
node:
protocol for node 14 compatibility (5d877de)v1.21.4
Compare Source
v1.21.3
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v1.21.2
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v1.21.1
Compare Source
compare changes
🏡 Chore
🤖 CI
❤️ Contributors
lint-staged/lint-staged (lint-staged)
v15.2.9
Compare Source
Patch Changes
b69ce2d
Thanks @iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected
.v15.2.8
Compare Source
Patch Changes
f0480f0
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version switched the--show-toplevel
flag with--show-cdup
, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process
. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
v15.2.7
Compare Source
Patch Changes
a51be80
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version drops the--path-format=absolute
option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggit
to the latest version.v15.2.6
Compare Source
Patch Changes
119adb2
Thanks @iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.v15.2.5
Compare Source
Patch Changes
#1424
31a1f95
Thanks @iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0
Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15
Thanks @iiroj! - Upgrade [email protected]v15.2.4
Compare Source
Patch Changes
4f4537a
Thanks @iiroj! - Fix release issue with previous version; update dependenciesunjs/mlly (mlly)
v1.7.1
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v1.7.0
Compare Source
compare changes
🚀 Enhancements
stripComments
option (#236)🩹 Fixes
💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors
v1.6.1
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v1.6.0
Compare Source
compare changes
🚀 Enhancements
pathToFileURL
(cdcbcb7)🔥 Performance
pcall
util (#230)🩹 Fixes
💅 Refactors
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
bcomnes/npm-run-all2 (npm-run-all2)
v6.2.2
Compare Source
Commits
fc35f0d
v6.2.1
Compare Source
Merged
#143
#142
#141
#138
v6.2.0
Compare Source
Merged
#134
#136
#131
microsoft/playwright (playwright-chromium)
v1.46.1
Compare Source
v1.46.0
Compare Source
v1.45.3
Compare Source
v1.45.2
Compare Source
v1.45.1
Compare Source
v1.45.0
Compare Source
v1.44.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30779 - [REGRESSION]: When using
video: 'on'
with VSCode extension the browser got closedhttps://github.com/microsoft/playwright/issues/30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't workhttps://github.com/microsoft/playwright/issues/307700 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't worhttps://github.com/microsoft/playwright/issues/3085858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report
Browser Versions
This version was also tested against the following stable channels:
v1.44.0
Compare Source
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
expect(locator).toHaveRole() checks if the element has the specified ARIA role:
Locator handler
noWaitAfter
option.times
option in page.addLocatorHandler() to specify maximum number of times the handler should be run.Miscellaneous options
multipart
option inapiRequestContext.fetch()
now acceptsFormData
and supports repeating fields with the same name.expect(callback).toPass({ intervals })
can now be configured byexpect.toPass.inervals
option globally in testConfig.expect or per project in testProject.expect.expect(page).toHaveURL(url)
now supportsignoreCase
option.testProject.ignoreSnapshots allows to configure per project whether to skip screenshot expectations.
Reporter API
outputFile
. The same option can also be specified asPLAYWRIGHT_BLOB_OUTPUT_FILE
environment variable that might be more convenient on CI/CD.includeProjectInTestName
option.Command line
--last-failed
CLI option for running only tests that failed in the previous run.First run all tests:
$ npx playwright test Running 103 tests using 5 workers ... 2 failed [chromium] › my-test.spec.ts:8:5 › two ───────────────────────────────────────────────────────── [chromium] › my-test.spec.ts:13:5 › three ────────────────────────────────────────────────────── 101 passed (30.0s)
Now fix the failing tests and run Playwright again with
--last-failed
option:$ npx playwright test --last-failed Running 2 tests using 2 workers 2 passed (1.2s)
Browser Versions
This version was also tested against the following stable channels:
v1.43.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/30300 - [REGRESSION]: UI mode restarts if keep storage statehttps://github.com/microsoft/playwright/issues/303399 - [REGRESSION]: Brand new install of playwright, unable to run chromium with show browser using vscode
Browser Versions
This version was also tested against the following stable channels:
v1.43.0
Compare Source
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
New mode
retain-on-first-failure
for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.New property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locator
object to aFrameLocator
. This can be useful when you have aLocator
object obtained somewhere, and later on would like to interact with the content inside the frame.New method frameLocator.owner() converts a
FrameLocator
object to aLocator
. This can be useful when you have aFrameLocator
object obtained somewhere, and later on would like to interact with theiframe
element.UI Mode Updates
@fast
or clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.