fix(deps): update typescript-projects #16023
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.18.0
->9.19.0
2.10.0
->2.11.0
^0.15.0
->^0.16.0
11.0.1
->11.0.2
11.0.6
->11.0.8
11.0.6
->11.0.8
11.0.6
->11.0.8
11.0.6
->11.0.8
5.0.0
->5.0.1
11.0.6
->11.0.8
11.0.6
->11.0.8
^0.55.0
->^0.56.0
1.49.1
->1.50.1
2.16.0
->2.17.1
1.10.7
->1.10.14
10.16.0
->10.18.0
14.6.0
->14.6.1
4.17.14
->4.17.15
8.11.10
->8.11.11
19.0.7
->19.0.8
8.20.0
->8.23.0
8.20.0
->8.23.0
3.0.3
->3.0.5
9.18.0
->9.19.0
5.2.2
->5.2.3
1.18.0
->1.19.0
8.1.2
->8.1.3
10.7.12
->10.7.14
5.4.1
->5.5.0
5.0.0
->5.0.1
6.9.16
->6.10.0
8.6.0
->8.6.1
7.6.3
->7.7.1
~4.7.5
->~4.8.0
15.4.9
->15.4.10
5.19.0
->5.19.8
6.0.11
->6.1.0
Release Notes
eslint/eslint (@eslint/js)
v9.19.0
Compare Source
formatjs/formatjs (@formatjs/icu-messageformat-parser)
v2.11.0
Compare Source
Features
2.10.1 (2025-01-20)
Bug Fixes
v2.10.1
Compare Source
Bug Fixes
nestjs/bull (@nestjs/bullmq)
v11.0.2
Compare Source
What's Changed
Full Changelog: https://github.com/nestjs/bull/compare/[@​nestjs/bull-shared](https://redirect.github.com/nestjs/bull-shared)[@​11](https://redirect.github.com/11).0.0...[@​nestjs/bullmq](https://redirect.github.com/nestjs/bullmq)[@​11](https://redirect.github.com/11).0.2
nestjs/nest (@nestjs/common)
v11.0.8
Compare Source
v11.0.8 (2025-02-06)
Bug fixes
common
platform-express
Committers: 4
v11.0.7
Compare Source
v11.0.7 (2025-01-31)
Bug fixes
core
Committers: 1
nestjs/schedule (@nestjs/schedule)
v5.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: nestjs/schedule@5.0.0...5.0.1
open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.56.0
Compare Source
microsoft/playwright (@playwright/test)
v1.50.1
Compare Source
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:
sveltejs/kit (@sveltejs/kit)
v2.17.1
Compare Source
Patch Changes
paths.relative
option isfalse
(#13412)v2.17.0
Compare Source
Minor Changes
feat: validate values for
cache-control
andcontent-type
headers in dev mode (#13114)feat: support server-side route resolution (#13379)
Patch Changes
chore: don't error during development when using
use:enhance
with+server
as some third party libraries make it possible to POST forms to it (#13397)fix: skip hooks for server fetch to prerendered routes (#13377)
fix: ignore non-entry-point CSS files during inlining (#13395)
fix: default server fetch to use prerendered paths (#13377)
v2.16.1
Compare Source
Patch Changes
fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js
(#13354)fix: correctly handle relative anchors when using the hash router (#13356)
swc-project/swc (@swc/core)
v1.10.14
Compare Source
Bug Fixes
(deps) Update cargo (patch) (#9971) (e9843d8)
(es/transforms) Pass
unresolved_mark
tosimplifier
instead oftop_level_mark
(#9989) (963b088)(swc_core) Fix typo in swc_core feature (#9979) (99a6339)
Features
(ts/fast-strip) Support type-only/uninstantiated namespaces (#9983) (a72c6fa)
Add (experimental) nodejs interop crates (#9974) (37e0ea5)
Add (experimental)
js-interop
npm package (#9975) (eebb0ea)Performance
rustc-hash
tov2
and dropahash
(#9982) (6765db0)v1.10.12
Compare Source
Bug Fixes
const
without init (#9970) (1b57261)Performance
(es/minifier) Make analyzer not call
collect_infects_from
recursively (#9924) (37616c3)(es/minifier) Skip complex inline operations if possible (#9972) (772cc30)
(es/minifier) Merge binding analyzer into infection analyzer (#9973) (ca8a71f)
v1.10.11
Compare Source
Bug Fixes
(es) Restore JSON config & Adjust feature renaming (#9967) (72e5455)
(es/minifier) Avoid paren when compressing ternary (#9920) (9d6fe37)
(es/parser) Parse
yield<T> (v: T)=>v
(#9915) (04333aa)(ts/fast-strip) More robust generic arrow handling (#9913) (f7faa7c)
(typescript) Allow references to the global Symbol in computed property names under
isolatedDeclarations
(#9869) (e4c1e03)Features
(es/minifier) Compress negate eq (#9911) (e8f23cf)
(es/minifier) Compress Assign to number (#9943) (d5f40a0)
(parallel) Add
merge_in_parallel
(#9939) (c5b8390)Merge
hstr
into the main repository (#9963) (bc61c13)Miscellaneous Tasks
(es/minifier) Add a script for samply profiler (#9923) (8f8dcaa)
(preset-env) Update
browserslist-rs
(#9918) (606ffe5)Performance
(es/react) Use proper string types for react configuration (#9949) (1bf837e)
(es/utils) Prevent too many recursion (#9931) (d24f785)
(es/utils) Restrict recursion of
get_type
(#9933) (1781b85)(preset-env) Store
Versions
inArc
(#9950) (03dffb5)Refactor
(es/minifier) Make
minify-all
example sequential (#9912) (5b5c87e)(hstr) Remove needless operations (#9964) (6f781d8)
(swc) Remove typo feature (#9965) (4b14eec)
Apply all pending breaking changes (#9966) (1c2f7e9)
v1.10.9
Compare Source
Bug Fixes
Documentation
Parallel
(#9896) (9962c9c)Features
(es/minifier) Print total size from
minify-all
example (#9897) (134000f)(es/minifier) Turn
1 * v
into+v
(#9903) (a228347)(es/minifier) Compress
foo ? num : 0
intonum * !!foo
(#9908) (ce22557)Miscellaneous Tasks
minify-all
example (#9899) (2d87b89)Performance
(es/minifier) Make character frequency analysis parallel (#9895) (ca2fd1e)
(es/minifier) Parallelize handling of class members (#9900) (ed74839)
(es/minifier) Adjust threshold for parallel char frequency calculation (#9901) (47ea8de)
(es/minifier) Do heavy operation only if required (#9902) (2687231)
(es/minifier) Cache
var_or_default
calls (#9909) (4a3be8d)(es/minifier) Invert cache to be really a cache (#9910) (8bfb0e5)
v1.10.8
Compare Source
Bug Fixes
(es/decorators) Fix init order of
2022-03
impl (#9760) (751a310)(es/testing) Fix sourcemap generation (#9891) (008f2de)
(es/ts_strip) Handle ASI hazard in return statement (#9882) (121b5fe)
(typescript) Collect usages in extend clauses of classes and interfaces (#9893) (ef29ef6)
Features
Performance
(bench) Run benchmark on a custom runner (#9877) (2d6f9a5)
(es/codegen) Remove needless allocations (#9890) (f230ff2)
(es/minifier) Make the first run of DCE more efficient (#9868) (7329824)
(es/minifier) Adjust parallel threshold (#9872) (d5d856c)
(es/minifier) Box
VarUsageInfo
ofProgramData
(#9894) (fafd754)(es/renamer) Use
IndexSet
for rename queue (#9866) (f404720)(es/utils) Optimize
maybe_par_idx_raw
(#9870) (46e3d77)Enable
concurrent
in codspeed bench (#9862) (6c2bb13)Refactor
(atoms) Rename
FastAtom
toUnsafeAtom
(#9873) (3df8b44)(es/minifier) Add a way to profile minifier for real-world inputs (#9881) (9657294)
(es/minifier) Use
chili
forminify-all
example (#9885) (197f0bc)(es/minifier) Make
minify-all
profilable (#9888) (fbad136)testcontainers/testcontainers-node (@&#
Configuration
📅 Schedule: Branch creation - "on tuesday" (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 was generated by Mend Renovate. View the repository job log.