chore(deps): update non-major shared dependencies #1693
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:
1.3.107->1.4.00.2.34->0.2.366.4.1->6.4.218.2.51->18.2.539.2.13->9.2.1415.2.1->15.2.23.2.4->3.2.5Release Notes
swc-project/swc (@swc/core)
v1.4.0Compare Source
Bug Fixes
(cli) Make Rust CLI use sourcemap code from the
swccrate (#8576) (82bc061)(es/codegen) Fix codegen of async methods with decorators (#8575) (8c32225)
(es/lexer) Fix typo in
packagekeyword (#8589) (8413a6c)(es/minifier) Fix top-level check (#8583) (a7c5255)
(es/proposals) Support using
usingkeyword with functions (#8574) (d81596c)(es/resolver) Skip property in JSX member (#8598) (d480ab9)
(es/testing) Make
test_inline!not read output as a file (#8569) (d683089)(es/typescript) Handle exported JSX binding name in TypeScript namespace (#8596) (2a70a6b)
Features
(es/minifier) Inline more IIFE arguments (#8584) (18e0b53)
(es/minifier) Respect more options (#8582) (fd997d3)
Refactor
Testing
(es/minifer) Update the passing terser test list (#8573) (8b86638)
(es/testing) Ensure that
test_inline!is working properly (#8590) (872a47b)testing-library/jest-dom (@testing-library/jest-dom)
v6.4.2Compare Source
Bug Fixes
SBoudrias/Inquirer.js (inquirer)
v9.2.14Compare Source
okonet/lint-staged (lint-staged)
v15.2.2Compare Source
Patch Changes
fdcdad4Thanks @iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.prettier/prettier (prettier)
v3.2.5Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"parser fortsconfig.jsonby default (#16012 by @sosukesuzuki)In v2.3.0, we introduced
"jsonc"parser which adds trialing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languagesdata.tsconfig.jsonis a special file used by TypeScript, it uses.jsonfile extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.jsonfile extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"parser for yourtsconfig.jsonfiles, add the following to your.pretterrcfile{ "overrides": [ { "files": ["tsconfig.json", "jsconfig.json"], "options": { "parser": "jsonc" } } ] }Configuration
📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 5th week" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.