chore(deps): update all non-major dependencies #1441
+554
−518
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.26.0
->^7.26.7
^7.26.5
->^7.26.7
v4.1.0
->v4.2.0
v9.0.0
->v9.1.0
^1.13.1
->^1.14.0
1.13.1
->1.14.0
5.42.1
->5.43.6
^0.4.1
->^0.5.2
^2.0.1
->^2.0.2
^2.0.1
->^2.0.2
1.49.1
->1.50.0
^4.30.1
->^4.32.1
7.6.3
->7.7.0
~6.0.7
->~6.0.11
~6.0.7
->~6.0.11
Release Notes
babel/babel (@babel/core)
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)actions/setup-node (actions/setup-node)
v4.2.0
Compare Source
actions/stale (actions/stale)
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/stale@v9...v9.1.0
unjs/h3 (h3)
v1.14.0
Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
webpro-nl/knip (knip)
v5.43.6
Compare Source
v5.43.5
Compare Source
v5.43.4
Compare Source
d02db68
)v5.43.3
Compare Source
fc5982e
)f93a410
)895434b
) - thanks @TkDodo!0259b87
)v5.43.2
Compare Source
b70958a
)production
entries by default in expo plugin (resolves #918) (9b8cb69
)47460d2
)c8ce64d
)serialize
anddeserialize
directly fromnode:v8
(cbfc56e
)b7b6273
)9b4f695
)v5.43.1
Compare Source
ignoreUnresolved
to json schema (ec1cca7
)d1f05c1
)v5.43.0
Compare Source
ignoreUnresolved
feature (resolves #920) (081a776
)a418b57
)v5.42.3
Compare Source
10575b8
) - thanks @guillaumebrunerie!030ac40
) - thanks @filipw01!02a300c
) - thanks @dakro!containingFilePath
for inputs + debug output for failed script parser (8ccee81
)v5.42.2
Compare Source
96b6783
)4b78b61
)c510a35
)4011b23
)e568802
) - thanks @davidlj95!unjs/nypm (nypm)
v0.5.2
Compare Source
compare changes
📦 Build
exports
for typescript compatibility (#186)❤️ Contributors
v0.5.1
Compare Source
compare changes
🚀 Enhancements
packageManager
field when parsing (#184)🏡 Chore
❤️ Contributors
v0.5.0
Compare Source
compare changes
🚀 Enhancements
dedupeDependencies
utility (#175)🔥 Performance
🩹 Fixes
corepack
for fallback (#179)🏡 Chore
✅ Tests
❤️ Contributors
microsoft/playwright (playwright-core)
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
npm/node-semver (semver)
v7.7.0
Compare Source
Features
0864b3c
#753 add "release" inc type (#753) (@mbtools)Bug Fixes
d588e37
#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde
#754 add identifier validation toinc()
(#754) (@mbtools)Documentation
67e5478
#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb
#749 clarify comment about obsolete prefixes (#749) (@mbtools, @ljharb)Chores
145c554
#741 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])753e02b
#747 bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#747) (@dependabot[bot], @npm-cli-bot)0b812d5
#744 postinstall for dependabot template-oss PR (@hashtagchris)vitejs/vite (vite)
v6.0.11
Compare Source
preview.allowedHosts
with specific values was not respected (#19246) (aeb3ec8), closes #19246v6.0.10
Compare Source
server.origin
URL (#19241) (2495022), closes #19241Configuration
📅 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.