chore(deps): update all non-major dependencies #13
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.3.66->1.3.860.5.1->0.5.29.0.2->9.0.318.16.18->18.17.185.60.0->5.62.05.60.0->5.62.05.1.0->5.1.18.43.0->8.49.08.8.0->8.10.03.5.5->3.6.02.27.5->2.28.116.6.0->16.8.19.0.0->9.0.22.15.0->2.16.0^0.13.11->^0.14.02.5.3->2.6.25.1.3->5.2.23.9.0->3.10.0Release Notes
swc-project/swc (@swc/core)
v1.3.86Compare Source
Bug Fixes
(es/compat) Handle
PrivateNameinlogical_assignments(#7958) (28318f0)(es/minifier) Handle
ModuleDeclwhen transform const modules (#7959) (06ca1fe)(es/module) Preserve import specifier if resolving fails (#7955) (be5b02a)
Miscellaneous Tasks
(es/preset-env) Add the repository url to
Cargo.toml(#7941) (ca22359)(es/preset-env) Ignore
tpin the version of a browser version (#7968) (005ddc5)Refactor
box_patterns(#7966) (f7b5e16)Build
v1.3.85Compare Source
Bug Fixes
(css/modules) Support composes when using multiple subclass selectors (#7949) (05ca19b)
(es/compat) Handle single expression case in static block (#7944) (a80aec4)
(es/minifier) Parse a file as a module only if
opts.moduleistrue(#7943) (b87ac64)Features
(es/compat) Support
pure_gettersforoptional_chaining(#7933) (c091c5e)(es/module) Add an option to make resolver fully resolve
index.js(#7945) (7e8d72d)v1.3.84Compare Source
Bug Fixes
(es/codegen) Emit leading comments for
ExprStmt(#7916) (2da5895)(es/codegen) Use
emitAssertForImportAttributes(#7936) (dac8888)(es/compat) Visit assign expr in generator (#7932) (97068e1)
v1.3.83Compare Source
Bug Fixes
(css/modules) Aggregate class names when composes is chained. (#7917) (0db25a2)
(es/module) Revert #7901 (#7906) (85d6e9b)
(es/module) Fix
jsc.pathsfor projects using pnpm (#7918) (a86e9f3)Features
assertfor import attributes (#7914) (ee75756)v1.3.82Compare Source
Bug Fixes
(common) Fix logic for excluding
FileNamefrom source maps (#7900) (aa64955)(es/module) Make
jsc.pathsfully resolve TypeScript files (#7901) (c714dd2)(es/resolver) Correctly resolve global value (#7893) (2db10e9)
v1.3.81Compare Source
Bug Fixes
(es/codegen) Fix placing of comments of yield arguments (#7858) (122d14c)
(es/compat) Apply transforms for explicit resource management (#7881) (3180e68)
(es/compat) Make
SwitchCasehandler ofblock-scopingstateless (#7888) (4b33d41)(es/dep-graph) Analyze import type children (#7883) (057bd5f)
(es/minifier) Report
is_fn_localeven if var is hoisted (#7876) (87a47bf)(es/module) Don't create absolute paths for
jsc.pathson Windows (#7892) (5fbc251)(swc-info) Use correct path while getting local package versions (#7872) (67afaf1)
Features
(es) Add an option to disable builtin transforms (#7873) (71d01ec)
(es/ast) Support import attributes proposal (#7868) (4d3fcb8)
(es/preset-env) Update data (#7882) (a97d8b4)
(swc-info) Add a CLI to help issue reporting (#7871) (d6952ea)
Miscellaneous Tasks
memchr(#7891) (01cbd6e)- general: Usetextareaforswc-info(eed2903)Performance
Refactor
mutatedandmutation_by_call_count(#7890) (8db968a)v1.3.80Compare Source
Bug Fixes
(es/module) Fix logic for exact matches in
jsc.paths(#7860) (52a1ee7)(es/module) Don't resolve as
node_modulesfromTscResolver(#7866) (11ebae1)Miscellaneous Tasks
v1.3.79Compare Source
Bug Fixes
(es) Fix default value of
jsc.minify.format.comments(#7853) (64e51d3)(es/minifier) Don't inline properties if the var is not
fn-local(#7839) (7fe01e6)(es/minifier) Don't remove exports (#7856) (ae8cd94)
(es/module) Make
jsc.pathswork for a nest.js app (#7852) (d33a973)Features
@scopeat-rule (#7837) (a34f359)Miscellaneous Tasks
Refactor
(common) Mark some methods of
Inputunsafe (#7848) (c657324)(es/helpers) Move packages for monorepo (#7833) (1ab406c)
(es/minifier) Pre-calculate
reassigned(#7832) (65db1ba)(es/types) Extract
@swc/typesas a small, reusable package (#7834) (f713f1b)v1.3.78Compare Source
Bug Fixes
(es/codegen) Add quotes to property names when
ascii_onlyistrue(#7820) (04921f3)(es/compat) Remove wrong logic for object patterns in
object_rest(#7788) (3766a7c)(es/minifier) Preserve
cookedwhile compressing template literals (#7773) (05990a9)(es/minifier) Abort seq inliner if var is not fn_local or reassigned (#7804) (f8ca366)
(es/minifier) Preserve more analysis data upon inlining (#7823) (31de19e)
Features
jsc.baseUrl(#7827) (9099883)Refactor
(common) Make
ahashoptional (#7816) (981d7b1)(es/parser) Remove needless
unsafe(#7818) (8b809db)- general: Useahashfromswc_commonin more places (#7815) (b43e38d)v1.3.77Compare Source
Bug Fixes
(es) Resolve
jsc.baseUrlfor.swcrcspecified by--config-file(#7801) (fe1ca26)(es/compat) Revert #7610 (#7813) (42dec55)
(es/parser) Revert lexer fix for
<<(#7807) (e527c12)Features
Archivedtypes (#7811) (478fa47)Refactor
read_token_number_sign(#7803) (5e7834a)v1.3.76Compare Source
Bug Fixes
(es/ast) Bump version (#7793) (13bedc0)
(es/minifier) Abort seq inliner if a same var is defined in outer scope (#7772) (ef8d121)
(es/minifier) Do not drop properties used via
this(#7785) (552d9aa)(es/module) Use
jsc.baseUrlwhile resolving absolute paths (#7775) (5c4bfa6)Features
mangle.eval(#7777) (eff0cac)Miscellaneous Tasks
Performance
class_properties(#7786) (76c6258)v1.3.75Compare Source
Bug Fixes
(es/codegen) Don't strip necessary escape characters (#7687) (b45649b)
(es/compat) Fix loose mode of the
spreadpass (#7760) (b69ae8f)(es/minifier) Abort on
Array.slicewithstart >= end(#7745) (36ccbec)(es/module) Fix handling of continuous assignments in
systemjs(#7741) (f713f6a)(es/utils) Ignore
typeof Idwhile preserving side effects (#7763) (d57ac0d)(plugin/runner) Use fs cache properly (#7748) (1122de7)
Features
formatasoutputforminify()(#7746) (28dfc51)Miscellaneous Tasks
Refactor
(es/ast) Avoid
transmutein impl ofHashforNumber(#7771) (2258274)(es/minifier) Support stable rustc (#7734) (f7afe7e)
(es/parser) Do not use
lexical(#7758) (e50cfde)(es/parser) Do not validate top-level await with target (#7774) (5f97f86)
v1.3.74Compare Source
Bug Fixes
(es) Fix typo in a warning (#7740) (22e06cc)
(es/minifier) Mark args of
news as references (#7743) (3873f58)v1.3.73Compare Source
Bug Fixes
(es/minifier) Handle synthesized export default expression (#7707) (5ea6f27)
(es/utils) Fix string evaluation of array literals (#7731) (e8c58cf)
Features
core-jsimports (#7715) (b4f3332)Testing
v1.3.72Compare Source
Bug Fixes
(es/compat) Fix handling of private members in optional chaining pass (#7610) (7ba7b6e)
(es/minifier) Do not drop used properties (#7702) (f901b41)
(es/module) Do not determine module name for modules without exports in UMD (#7718) (40136f7)
Features
(es) Add a validation for a wrong config (#7704) (900701f)
(swc_core) Expose
visit/serdeas serde feature (#7722) (2bc9637)Refactor
stackeran optional dependency (#7720) (864bdef)v1.3.71Compare Source
Bug Fixes
(css/modules) Preserve attr selectors used with
:global(#7670) (11b4679)(es/minifier) Only cast global
Infinity/undefined/NaN(#7684) (241c04a)(es/minifier) Drop line comments starting with
!(#7689) (951138c)(es/minifier) Abort seq inliner using visitor (#7699) (a26dbce)
(es/typescript) Fix handling of optional chaining (#7660) (c017874)
Features
@starting-style(#7677) (cfb7b51)Miscellaneous Tasks
Refactor
(es/minifier) Respect
toplevelandmoduleoptions (#7671) (9893bd2)(es/minifier) Respect top-level when invoking IIFE (#7690) (bf72362)
v1.3.70Compare Source
Bug Fixes
(es/minifier) Fix a bug about
evalof name mangler (#7615) (6be1f70)(es/minifier) Do not reuse identifier used for import bindings (#7639) (a65be14)
(es/module) Skip CJS and AMD transformations for
Script(#7661) (a2d0408)Features
Testing
(es) Add a test for a unreproducible issue (#7656) (c0e4805)
(es/modules) Add a test for unreproducible issue (#7655) (7528de1)
Buiild
v1.3.69Compare Source
Bug Fixes
(es/compat) Visit children of
whilestatement in thegeneratorpass (#7624) (d2ac2c1)(es/compat) Fix loose mode of the
spreadpass (#7608) (a7daa5b)(es/minifier) Don't drop unused properties of top-level vars (#7638) (19ba714)
Features
Miscellaneous Tasks
lexicalto certain features (#7644) (a961090)Refactor
babelifytype (#7625) (73c7769)Build
rustcto2023-07-03(#7623) (b34f1ad)v1.3.68Compare Source
Bug Fixes
(css/modules) Fix
:localand:global(#7600) (f0ab5b3)(es/compat) Visit transformed expression in optional chaining pass (#7614) (c087c82)
(es/fixer) Don't change default decls to default expr exports (#7585) (e272545)
(es/minifier) Add usage to inlined ident eagerly (#7597) (4f866de)
(es/parser) Re-lex
<<as two<-s if required (#7439) (6850372)(plugin/runner) Disable wasi env cleanup (#7607) (8209594)
(xml/codegen) Fix wrong minification of spaces in a self-closing tag (#7595) (769d651)
Features
(es/compat) Implement transform for explicit resource management (#7376) (bcd5a1d)
(es/minifier) Drop unused properties (#7534) (47d2edd)
(es/minifier) Compress common sub expressions in sequences (#7587) (ff1ad95)
(es/optimization) Support
defaultimports for const modules (#7604) (ac02b84)Refactor
box_patterns(#7613) (0a26066)v1.3.67Compare Source
Bug Fixes
(es/minifier) Don't drop assignments to unused top-level variables (#7581) (a685c88)
(es/parser) Adjust context while parsing type arguments of TypeScript type queries (#7582) (9d5dda1)
(estree/compat) Adjust
loc.col(#7565) (d86f8f6)Features
(es/minifier) Support
__NO_SIDE_EFFECTS__(#7532) (3ad07a7)(es/minifier) Enable
hoist_propsby default (#7535) (07a8580)(es/minifier) Inline constants even if they are exported (#7583) (398e922)
(plugin/runner) Update
wasmertov4(#7576) (ab7b17c)(plugin/runner) Share runtime
Engine(#7590) (9512ea3)(testing) Add
CARGO_TARGET_DIRand use it from other crates (#7552) (46fb461)Miscellaneous Tasks
(ci) Make
cargo denyhappy (#7560) (c8d9338)(ci) Change condition for
citesting (#7533) (724e75d)(ci) Fix CI (#7589) (c51eac6)
Refactor
add_bitflagsand updatebitflags(#7571) (95ac74e)Build
(cargo) Update deps (#7564) (d12dc70)
(cargo) Update deps (#7566) (d57d0d3)
(deps) Update
syntov2(#7557) (5441004)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.62.0Compare Source
Bug Fixes
Features
ignorePrimitivesoption (#6487) (6edaa04)You can read about our versioning strategy and releases on our website.
v5.61.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
5.60.1 (2023-06-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.62.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v5.61.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
5.60.1 (2023-06-26)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v5.60.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
kelektiv/node.bcrypt.js (bcrypt)
v5.1.1Compare Source
What's Changed
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.