chore(deps): update all non-major dependencies #111
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:
^1.7.1
->^1.7.2
^1.10.1
->^1.12.1
^6.4.8
->^6.5.0
^24.1.1
->^24.1.3
^5.27.2
->^5.27.4
^19.6.0
->^19.6.2
9.7.1
->9.8.0
^5.0.0-next.225
->^5.0.0-next.238
^3.8.5
->^3.8.6
^2.6.3
->^2.7.0
^5.4.1
->^5.4.2
^0.14.10
->^0.15.0
Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.7.2
Compare Source
Bug Fixes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.12.1
Compare Source
✨ New
allowAllCaps
,allowNamespace
,allowLeadingUnderscore
tonaming-convention/component-name
and set their default values tofalse
.🪄 Improvements
naming-convention/component-name
before checking it against the pattern.v1.12.0
Compare Source
✨ New
hooks-extra
rules torecommended
andrecommended-legacy
presets.v1.11.0
Compare Source
✨ New
eslint-plugin-react-web-api
- A plugin that provides rules for interacting with Web APIs in React applications.web-api/no-leaked-timeout
rule to prevent leakedsetTimeout
.web-api/no-leaked-interval
rule to prevent leakedsetInterval
.web-api/no-leaked-event-listener
rule to prevent leakedaddEventListener
.web-api
andweb-api-legacy
presets to enable all rules provided byeslint-plugin-react-web-api
.react-web-api/no-leaked-event-listener
torecommended
andrecommended-legacy
presets.🪄 Improvements
@eslint-react/eslint-plugin
package.@typescript-eslint
's packages to^8.2.0
.testing-library/jest-dom (@testing-library/jest-dom)
v6.5.0
Compare Source
jsdom/jsdom (jsdom)
v24.1.3
Compare Source
postMessage()
that were done as a bare property (i.e.,postMessage()
instead ofwindow.postMessage()
).v24.1.2
Compare Source
in
operator applied toEventTarget
methods, e.g.'addEventListener' in window
, which only appeared in Node.js ≥22.5.0. (legendecas)blur()
: it no longer firesfocus
andfocusin
on theDocument
, andblur
andfocusout
no longer have theirrelatedTarget
property set. (asamuzaK)webpro-nl/knip (knip)
v5.27.4
Compare Source
v5.27.3
Compare Source
nrwl/nx (nx)
v19.6.2
Compare Source
19.6.2 (2024-08-21)
🚀 Features
🩹 Fixes
❤️ Thank You
v19.6.1
Compare Source
19.6.1 (2024-08-19)
🚀 Features
🩹 Fixes
key
instead ofenv
to reference cache key in… (#26644)❤️ Thank You
pnpm/pnpm (pnpm)
v9.8.0
Compare Source
sveltejs/svelte (svelte)
v5.0.0-next.238
Compare Source
Patch Changes
fix: always return true from
deleteProperty
trap (#13008)fix: handle deletions of previously-unread state proxy properties (#13008)
fix: make internal sources ownerless (#13013)
fix: join text nodes separated by comments (#13009)
v5.0.0-next.237
Compare Source
Patch Changes
breaking: throw error if derived creates state and then depends on it (#12985)
fix: ensure assignments to state field inside constructor trigger effects (#12985)
fix: ensure $inspect works with SvelteMap and SvelteSet (#12994)
chore: default options.filename to "(unknown)" (#12997)
feat: allow non-synchronous legacy component instantiation (#12970)
v5.0.0-next.236
Compare Source
Patch Changes
$derived.by
declarations (#12984)v5.0.0-next.235
Compare Source
Patch Changes
chore: update client check for smaller bundle size (#12975)
fix: correctly hydrate empty raw blocks (#12979)
v5.0.0-next.234
Compare Source
Patch Changes
fix: allow deleting non-existent
$restProps
properties (#12971)feat: only traverse trailing static nodes during hydration (#12935)
v5.0.0-next.233
Compare Source
Patch Changes
fix: more robust handling of var declarations (#12949)
fix: remove buggy
validate_dynamic_component
check (#12960)v5.0.0-next.232
Compare Source
Patch Changes
breaking: remove
$state.link
rune pending further design work (#12943)fix: ensure
$store
reads are properly transformed (#12952)breaking: deprecate
context="module"
in favor ofmodule
(#12948)v5.0.0-next.231
Compare Source
Patch Changes
$state.link
(#12942)v5.0.0-next.230
Compare Source
Patch Changes
fix: align list of passive events with browser defaults (#12933)
fix: ensure
{#await}
scope shadowing is computed in the correct order (#12945)fix: don't skip custom elements with attributes (#12939)
v5.0.0-next.229
Compare Source
Patch Changes
feat: add
$state.link
rune (#12545)fix: allow mixing slots and snippets in custom elements mode (#12929)
fix: small legibility improvement in
Snippet
type hint (#12928)feat: support HMR with custom elements (#12926)
feat: error on invalid component name (#12821)
v5.0.0-next.228
Compare Source
Patch Changes
v5.0.0-next.227
Compare Source
Patch Changes
breaking: disallow
Object.defineProperty
on state proxies with non-basic descriptors (#12916)breaking: allow frozen objects to be proxied (#12916)
breaking: avoid mutations to underlying proxied object with $state (#12916)
breaking: remove $state.is rune (#12916)
v5.0.0-next.226
Compare Source
Patch Changes
fix: ensure typings for
<svelte:options>
are picked up (#12903)fix: exclude local declarations from non-reactive property warnings (#12909)
sveltejs/language-tools (svelte-check)
v3.8.6
Compare Source
Microsoft/tslib (tslib)
v2.7.0
Compare Source
vitejs/vite (vite)
v5.4.2
Compare Source
renderBuiltUrl
passed to module preload (#16084) (fac3a8e), closes #16084angular/angular (zone.js)
v0.15.0
Compare Source
Bug Fixes
BREAKING CHANGES
fakeAsync
will now flush pending timers at the end ofthe given function by default. To opt-out of this, you can use
{flush: false}
in options parameter offakeAsync
0.14.10 (2024-08-05)
Features
0.14.8 (2024-07-17)
Bug Fixes
beforeunload
handling (#55875) (b8d5882), closes #47579Timeout.refresh
in Node.js (#56852) (982f1b1), closes #565860.14.7 (2024-06-06)
Bug Fixes
0.14.6 (2024-05-16)
Bug Fixes
fs
patch (#54396) (9e07b62)zone-patch-rxjs
(#55826) (20a530a), closes #55825abort
listener on a signal when actual event is removed (#55339) (a9460d0), closes #547390.14.5 (2024-04-30)
Bug Fixes
0.14.4 (2024-02-13)
Bug Fixes
__Zone_ignore_on_properties
toZoneGlobalConfigurations
(#50737) (f87f058)fs.realpath.native
as macrotask (#54208) (19fae76), closes #45546Response
methods returned byfetch
(#50653) (260d3ed), closes #503270.14.3 (2023-12-19)
Bug Fixes
Features
0.14.2 (2023-11-03)
Bug Fixes
14.0.1 (2023-10-25)
Bug Fixes
globalThis
instead ofglobal
andwindow
(#52367) (def719e)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.