-
Notifications
You must be signed in to change notification settings - Fork 59
fix(security): update vulnerability-updates #1342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
42e403f
to
19ed571
Compare
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
This PR contains the following updates:
1.11.31
->1.12.9
9.3.1
->9.4.0
2.2.3
->2.10.3
29.3.4
->29.4.0
Release Notes
swc-project/swc (@swc/core)
v1.12.9
Compare Source
Bug Fixes
(es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)
(es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)
(es/minifier) Fix top level option (#10227) (485fced)
(es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)
(es/minifier) Mark
cons
andalt
ofCondExpr
asref
(#10740) (9649cc8)(es/minifier) Fix termination detection (#10741) (87bc698)
(es/parser) Allow non-prop operand in delete (#10733) (38132e0)
Features
(es/minifier) Hoist more properties (#10707) (0f2c8d5)
(es/transforms) Expose
tsEnumIsMutable
to JS (#10716) (6b3ae00)Performance
(es/minifier) Make
CharFreq::scan
in mangler table-based (#10679) (04d39aa)(ts/fast-strip) Use
swc_ecma_parser::Lexer
(#10677) (ffe0292)Optimize
Input::reset_to
(#10719) (8084066)Refactor
(es/lexer) Useless reset (#10714) (c9eee0b)
(es/lexer) Cleanup
read_int
(#10727) (c5fb4b1)(es/parser) Remove
read_number_no_dot
(#10703) (fa8607f)(es/parser) Remove needless branching (#10717) (b0c23b2)
Testing
(es/preset-env) Add entry import bench (#10722) (9868b4d)
Make codspeed concurrent on main branch (#10711) (4392ce3)
v1.12.7
Compare Source
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Add
override
andout
keyword (#10695) (636d7a3)(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
v1.12.6
Compare Source
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(hstr) Support MSRV =
1.86
(#10673) (de19d1e)(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Compare
\n
first (#10669) (9c41e2f)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
(es/minifier) Remove needless clones (#10661) (5f4f7dd)
(ts/fast-strip) Prealloc buf for codegen (#10680) (a8347fe)
Refactor
Build
v1.12.5
Compare Source
Bug Fixes
(es/parser) Parse jsx entity (#10652) (bfd3bc5)
(es/parser) Consider reseved ident in jsx name (#10647) (9262a59)
Performance
next_token
(#10654) (1be2ca0)Refactor
\t
(#10650) (d6ac3b7)v1.12.4
Compare Source
Bug Fixes
(es/minifier) Fix
Buffer
handling ofminify()
API (#10643) (cdf068e)(es/minifier) Fix arrow inlining (#10642) (7232c10)
(es/parser) Don't be greedy in the end of jsx open el (#10637) (8a2c656)
Update
par-core
andpar-iter
(#10629) (38f7d51)Fix CI (#10641) (9df98f7)
Refactor
v1.12.3
Compare Source
Bug Fixes
v1.12.2
Compare Source
Bug Fixes
(ci) Fix build of
@swc/minifier
(0dc5244)(es/codegen) Fix
.map
path when usingoutput_path
(01e5bd1)(es/parser) Allow type ann in jsx expr child (#10626) (48f576c)
(swc) Fix wrong caching of resolvers regarding file exts (#10615) (68aacd1)
(ts/isolated-dts) Fix usage dependency (#10621) (b3677d3)
(ts/isolated-dts) Emit properties in overloaded constructor params (#10623) (6634ef1)
Features
None
intry_lookup_source_file
(#10625) (d8e2405)Performance
(atoms) Improve
atom!
for inlinable strings (#10612) (5113121)(es/minifier) Avoid calling some costly function when optimizing deep nested binary expr (#10611) (1434571)
(es/minifier) Remove needless JSON conversion (#10628) (4a58dca)
(es/parser) Reduce cmp in jsx spread child (#10606) (fb33c13)
Refactor
(es/parser) Cleanup - deduplicate some code (#10608) (5f9af96)
(es/parser) Remove token contexts (#10547) (7ffe9d2)
v1.12.1
Compare Source
Bug Fixes
(@swc/types) Remove
nativeClassProperties
(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
(es/minifier) Fix inlining of arrows (#10604) (cc3bc4d)
(es/minifier) Perform DCE on the end (#10602) (a97b149)
(swc_common) Add
Files#is_in_file
(#10599) (e6b61eb)Features
v1.12.0
Compare Source
Bug Fixes
(@swc/types) Add
jsc.output.charset
(#10567) (26b41e8)(es/codegen) Don't call
cmt.get_leading
for dummy span (#10568) (16e204d)(es/parser) Disallow spread operator(
...
) in JSX attribute values (#10587) (8deba78)(es/typescript) Pass
native_class_properties
(#10561) (7e4cd9a)(es/typescript) Handle
export declare var
in namespace (#10579) (2daa17f)(ts/isolated-dts) Add edges
SymbolFlags::Value
andSymbolFlags::Type
in exports (#10577) (e6d4da2)Fix bindings (0f858fd)
Documentation
Features
(es/minifier) Regex support for
format.comments
(#10571) (e441df5)(es/module) Add support for
import.meta.main
in AMD and CJS (#10596) (759de2e)Miscellaneous Tasks
virtual-fs
to dedupe dependencies (#10594) (de667bb)Refactor
(es/lexer) Remove unnecessary result wrap (#10578) (49d15df)
(es/parser) Extract
parse_jsx_attrs
(#10569) (6492786)(es/parser) Remove
cur!(false)
macro (#10583) (c96fa23)(swc_common) Remove
Input::find
(#10542) (494cef9)(swc_common) Use
BytesStr
instead ofLrc<String>
(#10580) (6f00973)(swc_common) Use
swc_sourcemap
instead (#10593) (8a9f609)Testing
configcat/common-js (configcat-common)
v9.4.0
Compare Source
Improvements:
performance.now
) instead of system clock (new Date()
) for scheduling poll iterations in Auto Polling mode for improved precision and resistance to system clock adjustments (time sync, user initiated clock adjustments, etc.)configChanged
once per config refresh operation, eliminate race conditions around cache write, and improve performance in high concurrency situations by deduplicating config refresh instead of config fetch operation only.Bug fixes:
FetchError
. (Name property should be set to the class name.)Breaking changes:
forceRefreshAsync
to report failure and log a warning in offline mode only when the client is not configured to use an external cache. (Very low impact expected.) (#112)clientReady
event consistent with other SDKs in Auto Polling mode. When the client is offline,clientReady
is emitted as soon as the initial sync with the external cache completes. (Low impact expected.)configChanged
event when the local cache is updated as a result of synchronization with the external cache. (Low impact expected.)mswjs/msw (msw)
v2.10.3
Compare Source
v2.10.3 (2025-07-04)
Bug Fixes
resolutionContext
onparse
andrun
(#2544) (0245685
) @kettanaitoresolutionContext
argument (#2543) (ce3ab1f
) @kettanaitov2.10.2
Compare Source
v2.10.2 (2025-06-09)
Bug Fixes
Response.error()
andHttpResponse.error()
as mocked responses (#2132) (72cc8dd
) @jacquesg @kettanaitov2.10.1
Compare Source
v2.10.1 (2025-06-07)
Bug Fixes
@mswjs/interceptors
to support WebSocket server protocol (#2528) (6704fa0
) @kettanaitov2.10.0
Compare Source
v2.10.0 (2025-06-07)
Features
run
method (#2527) (94fc78e
) @kettanaitov2.9.0
Compare Source
v2.9.0 (2025-06-03)
Features
request
reference within theRESPONSE
event (#2510) (4256351
) @kettanaitov2.8.7
Compare Source
v2.8.7 (2025-05-31)
Bug Fixes
56f24d5
) @kettanaitov2.8.6
Compare Source
v2.8.6 (2025-05-29)
Bug Fixes
ee44fab
) @kettanaitov2.8.5
Compare Source
v2.8.5 (2025-05-27)
Bug Fixes
2cdc2b1
) @kettanaito@mswjs/interceptors
to 0.38.7 (#2508) (b06fd0e
) @kettanaitov2.8.4
Compare Source
v2.8.4 (2025-05-19)
Bug Fixes
594e8ca
) @huuyafwww @kettanaitov2.8.3
Compare Source
v2.8.3 (2025-05-17)
Bug Fixes
StrictResponse
type again with added deprecation notice (#2500) (a5bbe97
) @christoph-frickev2.8.2
Compare Source
v2.8.1
Compare Source
v2.8.1 (2025-05-09)
Bug Fixes
.mjs
to.d.ts
core imports (#2496) (6ae6b29
) @kettanaitov2.8.0
Compare Source
v2.8.0 (2025-05-08)
Features
3fce594
) @kettanaito17d553b
) @kettanaito @Andarist0cc656a
) @tastypackets @kettanaitonull
type argument (#2118) (50ce6a4
) @kettanaitov2.7.6
Compare Source
v2.7.6 (2025-05-05)
Bug Fixes
436cbcb
) @kettanaitov2.7.5
Compare Source
v2.7.5 (2025-04-18)
Bug Fixes
/socket.io/
path prefix during url matching (#2476) (69ae82d
) @kettanaitov2.7.4
Compare Source
v2.7.4 (2025-04-12)
Bug Fixes
location.href
(#2471) (fa9b07f
) @kettanaitoextensions
property to theGraphQLResponseBody
type (#2468) (827a5dc
) @ytoshikiv2.7.3
Compare Source
v2.7.3 (2025-02-24)
Bug Fixes
eb45e7a
) @kettanaitov2.7.2
Compare Source
v2.7.2 (2025-02-24)
Bug Fixes
bodyType
toany
(#2439) (bb1faf8
) @kettanaitov2.7.1
Compare Source
v2.7.1 (2025-02-20)
Bug Fixes
0cf639e
) @kettanaitov2.7.0
Compare Source
v2.7.0 (2024-12-17)
Features
picocolors
instead ofchalk
(#2377) (85bdd82
) @Namchee @kettanaitov2.6.9
Compare Source
v2.6.9 (2024-12-16)
Bug Fixes
SharedArrayBuffer
inHttpResponse.arrayBuffer
(#2389) (41f00e1
) @danilofuchs @kettanaitov2.6.8
Compare Source
v2.6.8 (2024-12-07)
Bug Fixes
server.listen()
afterserver.close()
(#2383) (00da9ca
) @kettanaitov2.6.7
Compare Source
v2.6.7 (2024-12-06)
Bug Fixes
accept
header on passthrough (#2375) (3f40055
) @smouillour @kettanaitov2.6.6
Compare Source
v2.6.6 (2024-11-22)
Bug Fixes
3b7b776
) @kettanaitov2.6.5
Compare Source
v2.6.5 (2024-11-16)
Bug Fixes
5bf3e3b
) @kettanaitov2.6.4
Compare Source
v2.6.4 (2024-11-10)
Bug Fixes
sendBeacon()
requests (#2353) (2fa98c3
) @kettanaito2fa98c3
) @kettanaitov2.6.3
Compare Source
v2.6.3 (2024-11-10)
Bug Fixes
transformResponse
option (#2351) (74c4a3a
) @kettanaitov2.6.2
Compare Source
v2.6.2 (2024-11-07)
Bug Fixes
@bundled-es-modules/cookie
to 2.0.1 (#2312) (c134352
) @kettanaitov2.6.1
Compare Source
v2.6.1 (2024-11-06)
Bug Fixes
instanceof
handler check failures between different MSW versions (#2349) (28d26bd
) @kettanaitov2.6.0
Compare Source
v2.6.0 (2024-10-29)
Features
ae786f5
) @kettanaito @DanielleHuismanv2.5.2
Compare Source
v2.5.2 (2024-10-27)
Bug Fixes
e9b0636
) @kettanaitov2.5.1
Compare Source
v2.5.1 (2024-10-24)
Bug Fixes
@inquirer/confirm
requirement to 5.0.0 (#2325) (b65c0a8
) @greysteil @kettanaitov2.5.0
Compare Source
v2.5.0 (2024-10-22)
Features
a1a81ba
) @kettanaitov2.4.13
Compare Source
v2.4.13 (2024-10-22)
Bug Fixes
@inquirer/confirm
to 4.0 (#2300) (0cf9cce
) @greysteil @kettanaitov2.4.12
Compare Source
v2.4.12 (2024-10-21)
Bug Fixes
a58a300
) @paoloricciutiv2.4.11
Compare Source
v2.4.11 (2024-10-14)
Bug Fixes
8f68f0a
) @kettanaitov2.4.10
Compare Source
v2.4.10 (2024-10-11)
Bug Fixes
8e40724
) @kettanaitov2.4.9
Compare Source
v2.4.9 (2024-09-20)
Bug Fixes
Request
as init when recording raw headers (#2293) (bf982ea
) @kettanaitov2.4.8
Compare Source
v2.4.8 (2024-09-17)
Bug Fixes
express
andpath-to-regexp
vulnerabilities (#2285) (e3487bc
) @markmssdv2.4.7
Compare Source
v2.4.7 (2024-09-15)
Bug Fixes
e04eb8f
) @kettanaitoObject.defineProperty
for Headers proxy (#2283) (94e17be
) @kettanaitov2.4.6
Compare Source
v2.4.6 (2024-09-13)
Bug Fixes
397444b
) @kettanaitov2.4.5
Compare Source
v2.4.5 (2024-09-11)
Bug Fixes
max-age=0
from cookie store (#2275) (c307ab2
) @kettanaitov2.4.4
Compare Source
v2.4.4 (2024-09-08)
Bug Fixes
f5785bf
) @kettanaitov2.4.3
Compare Source
v2.4.3 (2024-09-07)
Bug Fixes
7cd39e7
) @kettanaitov2.4.2
Compare Source
v2.4.2 (2024-09-04)
Bug Fixes
init
command (#2260) (ba285b8
) @ivanfernandez2646 @kettanaito6b2a7e6
) @THETCR @kettanaitographql
import as require in cjs (#2258) (b977602
) @kettanaitov2.4.1
Compare Source
v2.4.1 (2024-08-29)
Bug Fixes
graphql
lazily (#2250) (1799e06
) @kettanaitographql
to "peerDependencies" (#2249) (8a9568a
) @THETCRv2.4.0
Compare Source
v2.4.0 (2024-08-28)
Features
HttpResponse.html()
static method (#2140, docs) (8c5580a
) @scruffymongrel @kettanaito40b17fd
) @kettanaitoonUnhandledRequest
message (#2227) (a2153c9
) @bitttttten @kettanaitov2.3.5
Compare Source
v2.3.5 (2024-08-02)
Bug Fixes
a0234c9
) @kettanaitov2.3.4
Compare Source
v2.3.4 (2024-07-23)
Bug Fixes
console.log
(#2217) (00fdbb2
) @Lalem001v2.3.3
Compare Source
v2.3.3 (2024-07-23)
Bug Fixes
tough-cookie
(#2206) (c30613c
) @kettanaitod38fc3d
) @kettanaito @jakebaileyv2.3.2
Compare Source
v2.3.2 (2024-07-19)
Bug Fixes
7df2533
) @KaiSpencer @kettanaitov2.3.1
Compare Source
v2.3.1 (2024-06-01)
Bug Fixes
e69bbd6
) @kettanaito @KaiSpencerv2.3.0
Compare Source
v2.3.0 (2024-05-08)
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.