chore(deps): update devdependencies (non-major) #177
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.11
->1.3.14
18.11.8
->18.11.9
5.41.0
->5.42.1
5.41.0
->5.42.1
8.26.0
->8.27.0
0.24.4
->0.25.0
Release Notes
swc-project/swc
v1.3.14
Compare Source
Bug Fixes
(common) Remove
&mut
frombuild_source_map_from
(#6276) (47d7fca)(css/parser) Fix parsing of colors (#6260) (c3944ba)
(css/parser) Fix various issues (#6281) (2813acc)
(es/codegen) Preserve more parens (#6268) (c318446)
(es/compat) Fix
new.target
in a nested scope (#6296) (aa18612)(es/compat) Fix destructuring of an empty array (#6314) (3bea6f7)
(es/helpers) Fix
toArray
(#6318) (e34c25e)(es/lints) Fix
const-assign
in function expressions (#6294) (a27392a)(es/minifier) Don't ignore nullish coalescing (#6272) (8c1ac68)
(es/minifier) Don't inline regex for IIFEs (#6283) (4eab2ed)
(es/minifier) Fix infinite loop (#6300) (655f674)
(es/minifier) Don't drop an inlined parameter as a duplicate (#6293) (dd797f7)
(es/resolver) Change order for switch cases (#6317) (2737aea)
(es/typescript) Fix stack overflow (#6250) (28ec6e8)
(html/minifier) Merge style blocks (#6264) (028951c)
Features
(css/parser) Improve error reporting (#6274) (956d574)
(es) Support trailing commas in
.swcrc
(#6289) (244b0af)(es/minfiier) Compute more with sequential inliner (#6169) (743a1aa)
(es/minifier) Implement trivial optimizations (#6256) (5d52ae9)
(html/minifier) Handle
crossorigin
(#6261) (782da5c)(html/minifier) Merge
script
tags (#6273) (02f8d31)Miscellaneous Tasks
(ci) Enforce clippy for all targets (#6299) (0967e8f)
(ci) Fix publish action (2737143)
(ci) Fix publish action (13b4d31)
(common) Switch to
new_debug_unreachable
(#6265) (2f61332)Performance
Refactor
(css/parser) Refactor more (#6251) (a0e4684)
(css/parser) Refactor even more (#6288) (6cafeb2)
(es) Accept custom instance of
Comments
(#6290) (1024a55)(html/parser) Refactor (#6267) (c255cfd)
Testing
(css/minifier) Fix fixture tester (#6222) (cd1319d)
(css/parser) Add tests for refactoring (#6262) (4c293f9)
(es) Enable tests for fixed issues (#6311) (5b02e24)
(es/compat) Add execution tests (#6312) (0f9d930)
(es/minifier) Add a test for
??
operator (#6282) (0376da7)v1.3.13
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.42.1
Compare Source
Bug Fixes
v5.42.0
Compare Source
Bug Fixes
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.42.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.42.0
Compare Source
Features
Reverts
eslint/eslint
v8.27.0
Compare Source
Features
f14587c
feat: newno-new-native-nonconstructor
rule (#16368) (Sosuke Suzuki)978799b
feat: add new ruleno-empty-static-block
(#16325) (Sosuke Suzuki)69216ee
feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar)319f0a5
feat: usecontext.languageOptions.ecmaVersion
in core rules (#16458) (Milos Djermanovic)Bug Fixes
c3ce521
fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas)886a038
fix: handle files with unspecified path ingetRulesMetaForResults
(#16437) (Francesco Trotta)Documentation
ce93b42
docs: Stylelint property-no-unknown (#16497) (Nick Schonning)d2cecb4
docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning)0a92805
docs: stylelint color-hex-case (#16496) (Nick Schonning)74a5af4
docs: fix stylelint error (#16491) (Milos Djermanovic)324db1a
docs: explicit stylelint color related rules (#16465) (Nick Schonning)94dc4f1
docs: use Stylelint for HTML files (#16468) (Nick Schonning)cc6128d
docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning)d03a8bf
docs: Add heading to justification explanation (#16430) (Maritaria)8a15968
docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning)9b0a469
docs: note commit messages don't support scope (#16435) (Andy Edwards)1581405
docs: improve context.getScope() docs (#16417) (Ben Perlmutter)b797149
docs: update formatters template (#16454) (Milos Djermanovic)5ac4de9
docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav)33313ef
docs: core-concepts: fix link to semi rule (#16453) (coderaiser)vitest-dev/vitest
v0.25.0
Compare Source
🚨 Breaking Changes
startVitest()
- by @antfu in https://github.com/vitest-dev/vitest/issues/2072🚀 Features
onTestFailed
hook - by @antfu in https://github.com/vitest-dev/vitest/issues/2210🐞 Bug Fixes
.each
behavior with jest - by @bartoszgolebiowski and @antfu in https://github.com/vitest-dev/vitest/issues/2064View changes on GitHub
v0.24.5
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.