Update all non-major dependencies #88
Open
+1,054
−3,690
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.0.0-beta.12
->1.0.0-beta.14
1.1.6
->1.1.17
1.1.9
->1.2.5
0.5.0-alpha.9
->0.6.0
4.2.7
->4.2.10
1.10.18
->1.11.9
22.13.4
->22.13.10
4.1.16
->4.1.61
0.2.9-alpha.9
->0.3.1
11.1.0
->11.2.0
5.1.1
->5.1.2
1.8.10
->1.8.11
4.35.0
->4.37.0
5.7.3
->5.8.2
3.24.2
->3.24.4
Release Notes
2BAD/axiom (@2bad/axiom)
v1.0.0-beta.14
Compare Source
What's Changed
Full Changelog: 2BAD/axiom@v1.0.0-beta.12...v1.0.0-beta.14
vercel/ai (@ai-sdk/anthropic)
v1.1.17
Compare Source
Patch Changes
e1d3d42
]v1.1.16
Compare Source
Patch Changes
ddf9740
: feat (ai): add anthropic reasoningddf9740
]v1.1.15
Compare Source
Patch Changes
d8216f8
: feat (provider/openai): add gpt-4.5-preview to model id setv1.1.14
Compare Source
Patch Changes
ddf9740
]v1.1.13
Compare Source
Patch Changes
2761f06
]v1.1.12
Compare Source
Patch Changes
ea159cb
: chore (provider/openai): remove default streaming simulation for o1v1.1.11
Compare Source
Patch Changes
ddf9740
]v1.1.10
Compare Source
Patch Changes
3ff4ef8
]v1.1.9
Compare Source
Patch Changes
2761f06
]v1.1.8
Compare Source
Patch Changes
161be90
: fix (provider/openai): fix model id typov1.1.7
Compare Source
Patch Changes
3ff4ef8
]oclif/core (@oclif/core)
v4.2.10
Compare Source
Bug Fixes
v4.2.9
Compare Source
Bug Fixes
v4.2.8
Compare Source
Bug Fixes
swc-project/swc (@swc/core)
v1.11.9
Compare Source
Bug Fixes
(es/compat) Hoist
arguments
in object method while lowering async functions (#10167) (e764df2)(es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)
Features
(es/module) Support more
import.meta
properties (#10179) (11727a6)(ts/fast-strip) Throw js object instead of map (#10186) (2da0142)
Performance
(es/fast-lexer) Optimize
read_identifier
(#10170) (d97f7b2)(es/fast-lexer) Use
memchr
forskip_line_comments
(#10173) (35194e3)(es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)
(es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)
(es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)
(es/fast-lexer) Remove bound checks (#10174) (bccdafc)
(es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)
(es/fast-lexer) Optimize SIMD vector initialization with initialing
u8x16
once. (#10183) (435197c)v1.11.8
Compare Source
Bug Fixes
(es/fast-lexer) Fix lexing of numeric literals (#10153) (65d23fe)
(es/parser) Rescan
<<
in new expression (#10159) (35bd6d9)Features
Performance
(es/fast-lexer) Optimize lexing of keywords (#10155) (fb610b0)
(es/fast-lexer) Optimize bound checks (#10157) (d74360e)
(es/fast-lexer) Make whitespace skipper use SIMD properly (#10158) (15ea059)
(es/lexer) Optimize whitespace scanning (#10136) (8a59753)
(es/lexer) Optimize comment scanning (#10137) (9676c9a)
Refactor
(es/lexer) Add fast lexer implementation (#10145) (b993f86)
Drop unused crates (#10151) (58e4279)
Drop unused js interop bindings (#10161) (0ceefaf)
Ci
v1.11.7
Compare Source
Features
v1.11.6
Compare Source
Bug Fixes
(es/minifier) Fix regression due to #10056 (#10134) (b145275)
(es/typescript) Remove empty statements that const enum decls are folded into (#10128) (7bea830)
v1.11.5
Compare Source
Bug Fixes
(es/lints) Capture errors and emit from the original thread (#10119) (2304cd8)
(es/minifier) Skip inlining if the referential identity of a function matters (#10123) (c08fe8d)
(ts/fast-strip) Throw object consistently (#10122) (010ff2a)
Miscellaneous Tasks
base64
tov0.22.1
(#10124) (edea2c5)Performance
v1.11.4
Compare Source
Bug Fixes
(es/decorators) Support negative numbers (#10114) (5044580)
(es/minifier) Fix cargo feature
debug
(#10090) (48f68db)(es/minifier) Fix insufficient logging (#10091) (9ee79c9)
(es/minifier) Inline before cost analysis (#10092) (1425b56)
(es/minifier) Remove needless
println
(b1e5b2d)(es/resolver) Analyze variable declarations with
declare
(#10102) (cff6a64)(swc_malloc) Fix build issue due to malloc, really (#10117) (207a13f)
(swc_malloc) Add
target_env = "gnu"
check (#10118) (da81e11)Use
jemalloc
on platforms thatmimalloc
fails to build (#10116) (fb75b98)Miscellaneous Tasks
jsonc-parser
tov0.26.2
(#10112) (8c5f7ef)Performance
(es/minifier) Improve arrow function inlining cost analysis (#10093) (e74929c)
(es/resolver) Remove some vector allocations (#10101) (b65387a)
Use
mimalloc
on linux (#10113) (3334932)Refactor
Lrc
fromparse_expr_for_jsx
(#10098) (bab7704)v1.11.1
Compare Source
Bug Fixes
(error-reporters) Store diagnostics in
TransformOutput
(#10027) (52caf23)(es/loader) Fix the absolute path check when resolving modules (#10080) (a3894ae)
(es/minifier) Fix the order of match arms to inline correctly (#10053) (f0f842d)
(es/types) Add
transform.verbatimModuleSyntax
(#10079) (a883cdc)(swc_common) Fix build with
swc_allocator/nightly
(#10067) (6a90b1f)Documentation
swc_core
(#10072) (608bc69)Features
(es/ast) Add explicit
namespace
field to distinguish namespace and module declarations (#10023) (76c2cba)(es/ast) Add import attributes to
TsImportType
(#9796) (7d297be)(es/minifier) Inline across side-effect-free member exprs, (#10056) (19d01d7)
(es/minifier) Make seq inliner inline into var without init (#10077) (c4a839b)
(es/visit) Introduce core-only visitors (#10049) (bc666be)
(swc_allocator) Provide allocators (#10061) (d4362f7)
Miscellaneous Tasks
(deps) Update dependency swc-plugin-coverage-instrument to ^0.0.26 (#10051) (d3fbd21)
(swc_allocator) Remove
nightly
from default feature (#10058) (e78b9d1)(swc_allocator) Add
#[inline]
to allocator methods (#10066) (853eb53)Performance
(es/lints) Remove needless locks (#10086) (43458e9)
(es/minifier) Prevent double boxing (#10074) (29bd286)
Refactor
(atoms) Rename
FastAtom
toUnsafeAtom
(#10070) (1771222)(atoms) Remove
JsWord
alias (#10071) (f33b0bc)(es/minifier) Remove
CompileUnit
to simplify (#10055) (c75578b)npm/cli (npm)
v11.2.0
Compare Source
Features
247ee1d
#8100 cache: add npx commands (@wraithgar)3a80a7b
#8081 add --init-type flag (#8081) (@reggi)2a1e11f
#8071 move nerfDart list into @npmcli/config (@wraithgar)Bug Fixes
8461186
#8100 update npx cache if possible when spec is a range (@wraithgar)e345cc5
#8050 don't suggest npm update outside of valid engine range (#8050) (@milaninfy)811ca29
#8115 stop working around bug fixed in[email protected]
(@TrevorBurnham)879303c
#8078 warn on invalid publishConfig (#8078) (@wraithgar)41417de
#8080 warn when TUF fetching of keys fails (#8080) (@wraithgar)593c849
#8076 warn on invalid single-hyphen cli flags (#8076) (@wraithgar)Dependencies
3d8b257
#8100@npmcli/[email protected]
ab17523
#8134[email protected]
3cbe21a
#8134[email protected]
ee5e1aa
#8118@npmcli/[email protected]
5df69b4
#8118[email protected]
80c3273
#8118[email protected]
7fd70fa
#8118[email protected]
7aeffff
#8118[email protected]
b0c0490
#8118[email protected]
ef49d6b
#8118[email protected]
1399bfb
#8118[email protected]
6b72107
#8118[email protected]
c9ad0c4
#8118@npmcli/[email protected]
b153927
#8115[email protected]
f0f6265
#8071[email protected]
Chores
cc72b89
#8143 fix smoke tests to account for new release versions within a workspace (#8143) (@reggi)c3810bc
#8134 dev dependency updates (@wraithgar)9dc40e6
#8118 dev dependency updates (@wraithgar)7ec0831
#8118 update jsonpath-plus (@wraithgar)ed85b01
#8071 tests for config warnings/changes (@wraithgar)@npmcli/[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
salesforce/tough-cookie (tough-cookie)
v5.1.2
Compare Source
What's Changed
domainMatch
by @colincasey in https://github.com/salesforce/tough-cookie/pull/500Full Changelog: salesforce/tough-cookie@v5.1.1...v5.1.2
justkey007/tsc-alias (tsc-alias)
v1.8.11
: (2025-02-25)Compare Source
What's Changed
Full Changelog: justkey007/tsc-alias@v1.8.10...v1.8.11
sindresorhus/type-fest (type-fest)
v4.37.0
Compare Source
Sum
: Add negative return value support (#1068)af5bfb7
Subtract
: Add negative return value support (#1061)2b85ae2
Split
: AddstrictLiteralChecks
option (#1067)cc93f85
Split
: Fix instantiations with unions (#1067)cc93f85
Replace
: Fix instantiations with unions (#1065)a733698
DelimiterCase
/SnakeCase
/ScreamingSnakeCase
/KebabCase
: Fix default value forsplitOnNumbers
option (#1073)e462e72
v4.36.0
Compare Source
TsConfigJson
: Add TypeScript 5.8 fields (#1064)918156a
Replace
: Add support for generating longer strings (#1060)3c03a0d
DelimiterCase
: Internal improvements (#930)a463c30
microsoft/TypeScript (typescript)
v5.8.2
Compare Source
StefanTerdell/zod-to-json-schema (zod-to-json-schema)
v3.24.4
Compare Source
v3.24.3
Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.