chore(deps): update all non-major dependencies #171
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:
^2.27.5
->^2.27.6
^1.5.24
->^1.6.6
^20.13.0
->^20.14.9
9.1.4
->9.4.0
^0.30.0
->^0.30.1
^2.6.2
->^2.6.3
^4.11.0
->^4.16.0
^5.4.5
->^5.5.2
Release Notes
changesets/changesets (@changesets/cli)
v2.27.6
Compare Source
Patch Changes
#1392
f295b3e
Thanks @bluwy! - Replacemeow
dependency withmri
to reduce the number of transitive dependencies#1390
6a3452e
Thanks @bluwy! - Displaychangeset status --verbose
in list form and removetty-table
dependencyswc-project/swc (@swc/core)
v1.6.6
Compare Source
Bug Fixes
\r\n
in JSX (#9112) (2a0ebec)Performance
(es/parser) Optimize macros (#9100) (719b7c5)
(es/parser) Remove unnecessary check (#9102) (2a490ad)
(es/parser) Add a check before numeric operations (#9105) (c0602c8)
(es/parser) Increase token context size (#9104) (8ef30cc)
v1.6.5
Compare Source
v1.6.4
Compare Source
Features
(cli) Support generating
.d.ts
files (#9097) (e71b6d3)(common) Add fallible methods to
swc_common::SourceMap
(#9090) (e423d1b)(es/transform) Add experimental
.d.ts
generation (#9093) (51a2702)(swc_core) Reexport
swc_typescript
(#9092) (a2645e2)(typescript) Implement Isolated Declaration (#9086) (a855159)
Miscellaneous Tasks
sha-1
withsha1
(#9091) (5a2c968)Performance
(es/lexer) Apply various optimizations (#9095) (2f02630)
(es/lexer) Use
memchr::memmem
for lexing block comments (#9096) (1b3672f)Refactor
EsConfig
andTsConfig
(#9094) (5520b23)v1.6.3
Compare Source
Bug Fixes
(css/minifier) Don't tranform rotate deg (#9072) (8d37dae)
(es/decorators) Reduce the number of sourcemap mappings (#9074) (cfe3ba3)
Performance
(common) Use
Chars
inStringInput
(#9073) (7698eaa)(es/lexer) Optimize lexer (#9075) (6426928)
(es/lexer) Make lexing of string literals faster (#9077) (373bac5)
(es/lexer) Reduce allocation while lexing identifiers (#9076) (69f00b8)
(es/lexer) Add a fast-path to template literal lexer (#9080) (238f1c5)
(es/lexer) Add fast-path to jsx lexer (#9081) (af58606)
Refactor
StringInput
implementation (#9071) (c3a8c0b)v1.6.1
Compare Source
Bug Fixes
Use SourceMap::adjust_mappings
(#9058) (cdd20cd)Performance
v1.6.0
Compare Source
Features
(common) Use
SourceMap::adjust_mappings
(#9052) (eda2e45)(es/ast) Add more utilities (#9054) (ab226dc)
Performance
(es/lints) Avoid needless allocations in
no-dupe-args
(#9041) (e560198)(es/parser) Do not track
raw
by hand (#9047) (60fe5f0)(es/parser) Reduce allocations for
raw
while lexing numbers (#9056) (bc8ec62)Refactor
(es/ast) Remove unused fields of
TsPropertySignature
(#8955) (6306778)(es/parser) Remove unused
raw: Raw
params (#9048) (32e23ed)(es/utils) Refine some APIs (#9049) (e856478)
Testing
v1.5.29
Compare Source
Bug Fixes
(ci) Make publish action upload cli artifacts (#9040) (3337bb2)
(es) Make
output
field optional (#9033) (39654bf)(es/codegen) Emit named type in mapped types (#9038) (91e92ec)
(es/minifier) Visit RHS while hoisting properties (#9032) (cb16994)
(xtask) Fix
nightly
action (#9042) (733dcc6)Performance
(es/minifier) Do not visit var init multiple times (#9039) (675916c)
(es/parser) Optimize lexing of template literals (#9036) (6ab19a1)
(es/parser) Optimize lexing of template literals, again (#9037) (5bffd0f)
v1.5.28
Compare Source
Bug Fixes
v1.5.27
Compare Source
v1.5.25
Compare Source
Bug Fixes
(es/es2015) Fix injection location of
this
for getter/setter properties (#8993) (09121a6)(es/minifier) Preserve unused special properties (#9005) (e764ff6)
(es/minifier) Fix comparison of
-0.0
(#9012) (8a29577)(es/minifier) Do not index a string with a surrogate pair (#9013) (2879a4d)
(es/minifier) Fix evaluation of
-0
as a string (#9011) (9f8e24a)(es/resolver) Fix hoisting of
const
andlet
(#8987) (0d9ecf3)Features
(es/minifier) Detect TypeScript enum initialization pattern (#8986) (cc8c155)
(x) Initialize project (#8999) (da70ebe)
Performance
tracing-spans
(#9019) (3bf3114)pnpm/pnpm (pnpm)
v9.4.0
Compare Source
v9.3.0
Compare Source
Minor Changes
peers-suffix-max-length
setting #8177.Patch Changes
reporter-hide-prefix
totrue
by default forpnpm exec
. In order to show prefix, the user now has to explicitly setreporter-hide-prefix=false
#8174.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.2.0
Compare Source
Minor Changes
package-manager-strict-version
is set totrue
, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field ofpackage.json
.Patch Changes
@yarnpkg/pnp
to the latest version, fixing issue withnode:
imports #8161.package.json
#8087.exec
now also streams prefixed output when--recursive
or--parallel
is specified just asrun
does #8065.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
ramda/ramda (ramda)
v0.30.1
: v.0.30.1Compare Source
upgrade guide: https://github.com/ramda/ramda/issues/3472
Microsoft/tslib (tslib)
v2.6.3
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.6.2...v2.6.3
privatenumber/tsx (tsx)
v4.16.0
Compare Source
v4.15.9
Compare Source
v4.15.8
Compare Source
v4.15.7
Compare Source
Bug Fixes
This release is also available on:
v4.15.6
Compare Source
Bug Fixes
module.register()
(#592) (cb27d4d)This release is also available on:
v4.15.5
Compare Source
Bug Fixes
This release is also available on:
v4.15.4
Compare Source
Bug Fixes
This release is also available on:
v4.15.3
Compare Source
Bug Fixes
This release is also available on:
v4.15.2
Compare Source
Bug Fixes
This release is also available on:
v4.15.1
Compare Source
Bug Fixes
This release is also available on:
v4.15.0
Compare Source
Features
This release is also available on:
v4.14.1
Compare Source
Bug Fixes
This release is also available on:
v4.14.0
Compare Source
Features
package.json
exports & main (4503421)This release is also available on:
v4.13.3
Compare Source
Bug Fixes
This release is also available on:
v4.13.2
Compare Source
Bug Fixes
This release is also available on:
v4.13.1
Compare Source
Bug Fixes
tsImport()
to parse CJS exports (0a78bfd)This release is also available on:
v4.13.0
Compare Source
Features
register()
to support namespace (#35) (c703300)tsImport()
to support loading CommonJS files (0eb4e91)This release is also available on:
v4.12.1
Compare Source
Bug Fixes
This release is also available on:
v4.12.0
Compare Source
Bug Fixes
Features
Performance Improvements
This release is also available on:
v4.11.2
Compare Source
Bug Fixes
.mjs
files (#32) (aa2b639)This release is also available on:
v4.11.1
Compare Source
Bug Fixes
This release is also available on:
Microsoft/TypeScript (typescript)
v5.5.2
Compare Source
Configuration
📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, 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 has been generated by Mend Renovate. View repository job log here.