chore(deps): update all non-major dependencies #1018
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:
^9.14.0
->^9.15.0
3.1.5
->3.1.6
^1.48.2
->^1.49.0
^1.48.2
->^1.49.0
4.25.0
->4.27.3
4.25.0
->4.27.3
4.25.0
->4.27.3
^2.8.0
->^2.8.1
^4.0.0
->^4.0.1
^8.14.0
->^8.15.0
^8.14.0
->^8.15.0
^2.1.4
->^2.1.5
^2.1.4
->^2.1.5
^1.1.8
->^1.1.10
^2.1.4
->^2.1.5
^18.4.0
->^18.4.1
^9.14.0
->^9.15.0
^50.4.3
->^50.5.0
^2.0.1
->^2.1.0
^9.1.6
->^9.1.7
^0.30.12
->^0.30.13
^15.0.0
->^15.0.1
^1.80.6
->^1.81.0
^1.80.6
->^1.81.0
^1.22.2
->^1.23.1
^5.1.15
->^5.2.3
^5.1.15
->^5.2.3
^4.0.7
->^4.0.9
^3.4.14
->^3.4.15
^3.3.7
->^3.3.8
^8.14.0
->^8.15.0
^2.1.4
->^2.1.5
Release Notes
eslint/eslint (@eslint/js)
v9.15.0
Compare Source
Features
01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas)2edc0e2
feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨)bdec50e
feat: fixno-useless-computed-key
false negative with__proto__
(#19123) (Milos Djermanovic)3087c9e
feat: addmeta
object to@eslint/js
plugin (#19095) (Francesco Trotta)Bug Fixes
fd33f13
fix: update types forno-restricted-imports
rule (#19060) (Nitin Kumar)bd35098
fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨)9db5b15
fix: unsafe report forno-lonely-if
(#19087) (Abraham Guo)68fa497
fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta)4ce625a
fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)Documentation
d927920
docs: fix styles in no-js mode (#18916) (Tanuj Kanti)09bc2a8
docs: Update README (GitHub Actions Bot)39089c8
docs: addno-useless-computed-key
examples with object patterns (#19109) (Milos Djermanovic)895c60f
docs: add missing messageId property and suggestion properties (#19122) (fnx)298625e
docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas)522d8a3
docs: add deprecation onindent
,quotes
andsemi
rule types (#19090) (Marco Pasqualetti)Chores
2967d91
chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic)b441bee
chore: package.json update for @eslint/js release (Jenkins)7d6bf4a
chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic)902e707
chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic)5ff6c1d
chore: bump cross-spawn (#19125) (Ian Bobinac)cceccc7
chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot])0da3f73
chore: update algolia referrer (#19114) (Strek)4f08332
ci: unpintrunk-io/trunk-action
(#19108) (Francesco Trotta)6b75683
perf: optimizetext-table
by replacing regex withtrimEnd
(#19061) (Nitin Kumar)kriszyp/lmdb-js (@lmdb/lmdb-win32-x64)
v3.1.6
Compare Source
microsoft/playwright (@playwright/test)
v1.49.0
Compare Source
Aria snapshots
New assertion expect(locator).toMatchAriaSnapshot() verifies page structure by comparing to an expected accessibility tree, represented as YAML.
You can generate this assertion with Test Generator and update the expected snapshot with
--update-snapshots
command line flag.Learn more in the aria snapshots guide.
Test runner
tsconfig
to be used for all tests.'on-first-failure'
for testOptions.screenshot.Error.cause
.Breaking: channels
chrome
,msedge
and similar switch to new headlessThis change affects you if you're using one of the following channels in your
playwright.config.ts
:chrome
,chrome-dev
,chrome-beta
, orchrome-canary
msedge
,msedge-dev
,msedge-beta
, ormsedge-canary
What do I need to do?
After updating to Playwright v1.49, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See issue #33566 for more details.
Other breaking changes
@playwright/experimental-ct-vue2
will no longer be updated.@playwright/experimental-ct-solid
will no longer be updated.Try new Chromium headless
You can opt into the new headless mode by using
'chromium'
channel. As official Chrome documentation puts it:See issue #33566 for the list of possible breakages you could encounter and more details on Chromium headless. Please file an issue if you see any problems after opting in.
Miscellaneous
<canvas>
elements inside a snapshot now draw a preview.Browser Versions
This version was also tested against the following stable channels:
rollup/rollup (@rollup/rollup-darwin-arm64)
v4.27.3
Compare Source
2024-11-18
Bug Fixes
Pull Requests
v4.27.2
Compare Source
2024-11-15
Bug Fixes
Pull Requests
v4.27.1
Compare Source
2024-11-15
Bug Fixes
Pull Requests
v4.27.0
Compare Source
2024-11-15
Features
Bug Fixes
Pull Requests
v4.26.0
Compare Source
2024-11-13
Features
await bundle.close()
via explicit resource management in TypeScript (#5721)Pull Requests
using
forRollupBuild
(@shulaoda)sveltejs/kit (@sveltejs/kit)
v2.8.1
Compare Source
Patch Changes
fix: only add nonce to
script-src-elem
,style-src-attr
andstyle-src-elem
CSP directives whenunsafe-inline
is not present (#11613)fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v4.0.1
Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/rule-tester)
v8.15.0
Compare Source
🚀 Features
tests
param (#10324)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.15.0
Compare Source
🚀 Features
tests
param (#10324)language
field toFlatConfig.Config
type (#10326)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/browser)
v2.1.5
Compare Source
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.10
Compare Source
Bug Fixes
v1.1.9
Compare Source
Features
angular-eslint/angular-eslint (angular-eslint)
v18.4.1
Compare Source
This was a version bump only for angular-eslint to align it with other projects, there were no code changes.
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.5.0
Compare Source
Features
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v2.1.0
Compare Source
Features
test.fail.only
as a valid chain (c067ad2)typicode/husky (husky)
v9.1.7
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.1.6...v9.1.7
rich-harris/magic-string (magic-string)
v0.30.13
Compare Source
Features
debugId
property (#292) (ef531a8)v0.30.12
Compare Source
Performance Improvements
markedjs/marked (marked)
v15.0.1
Compare Source
Bug Fixes
sass/dart-sass (sass)
v1.81.0
Compare Source
Fix a few cases where deprecation warnings weren't being emitted for global
built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()
calculation with a single argument, as longas that argument might be a unitless number.
v1.80.7
Compare Source
Embedded Host
0
asundefined
for thegreen
andblue
channels in theLegacyColor
constructor.shikijs/shiki (shiki)
v1.23.1
Compare Source
🚀 Features
View changes on GitHub
v1.23.0
Compare Source
🚀 Features
@michael-makes/shiki-colorized-brackets
JSR package - by @MichaelMakesGames in https://github.com/shikijs/shiki/issues/831 (94cc6)View changes on GitHub
sveltejs/svelte (svelte)
v5.2.3
Compare Source
Patch Changes
v5.2.2
Compare Source
Patch Changes
v5.2.1
Compare Source
Patch Changes
fix: mark pseudo classes nested inside
:not
as used (#14303)fix: disallow invalid attributes for
<svelte:window>
and<svelte:document>
(#14228)fix: ensure props passed to components via mount are updateable (#14210)
fix: mark subtree dynamic for img with loading attribute (#14317)
fix: avoid relying on Node specifics within compiler (#14314)
v5.2.0
Compare Source
Minor Changes
v5.1.17
Compare Source
Patch Changes
fix: account for
:has(...)
as part of:root
(#14229)fix: prevent nested pseudo class from being marked as unused (#14229)
fix: use strict equality for key block comparisons in runes mode (#14285)
fix: bump
is-reference
dependency to fiximport.meta
bug (#14286)v5.1.16
Compare Source
Patch Changes
fix: don't wrap pseudo classes inside
:global(...)
with another:global(...)
during migration (#14267)fix: bail on named slots with that have reserved keywords during migration (#14278)
sveltejs/language-tools (svelte-check)
v4.0.9
Compare Source
v4.0.8
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)
v3.3.8
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.15.0
Compare Source
🚀 Features
no-unsafe-type-assertion
(#10051)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "every weekend" (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 Renovate Bot.