Closed dependabot[bot] closed 2 weeks ago
Bumps the all-node-dependencies group with 17 updates in the / directory:
2.8.0
2.8.1
9.13.0
9.14.0
2.9.0
2.10.1
1.7.40
1.9.1
0.2.36
0.2.37
6.6.2
6.6.3
4.17.12
4.17.13
22.8.1
22.9.0
8.11.0
8.13.0
8.15.4
8.16.0
1.8.1
1.8.2
6.27.0
6.28.0
1.80.4
1.80.6
16.0.2
16.0.3
5.95.0
5.96.1
Updates tslib from 2.8.0 to 2.8.1
tslib
Sourced from tslib's releases.
v2.8.1 What's Changed Fix publish workflow by @andrewbranch in microsoft/tslib#271 Include non-enumerable keys in __importStar helper by @rbuckton in microsoft/tslib#272 Remove use of ES2015 syntax by @andrewbranch in microsoft/tslib#275 Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
@andrewbranch
@rbuckton
Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
d72d6f7
11fa982
3c532eb
b0076c4
7c11588
1fec667
097e99e
Updates @eslint/js from 9.13.0 to 9.14.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
v9.14.0 Features 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) Bug Fixes 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) Documentation 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @types/eslint to lib/types (#19049) (Karl Horky) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic) Build Related 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta) 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta) Chores f36cb16 chore: upgrade @eslint/js@9.14.0 (#19086) (Milos Djermanovic) 28be447 chore: package.json update for @eslint/js release (Jenkins) f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic) 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic) 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta) 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
3fa009f
b0faee3
24d0172
b442067
d474443
151c965
context.languageOptions.parser
dc34f94
f16e846
ee0a77e
@types/eslint
50f03a1
37c9177
@wdio/*
35a8858
f36cb16
@9
28be447
f48a2a0
no-invalid-regexp
425202e
3d44b3c
7259627
check-emfile-handling.js
Sourced from @eslint/js's changelog.
v9.14.0 - November 1, 2024 f36cb16 chore: upgrade @eslint/js@9.14.0 (#19086) (Milos Djermanovic) 28be447 chore: package.json update for @eslint/js release (Jenkins) 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic) 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta) 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic) 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @types/eslint to lib/types (#19049) (Karl Horky) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
v9.14.0 - November 1, 2024
Updates @stylistic/eslint-plugin-ts from 2.9.0 to 2.10.1
@stylistic/eslint-plugin-ts
Sourced from @stylistic/eslint-plugin-ts's releases.
@stylistic/eslint-plugin-ts
v2.10.1 2.10.1 (2024-11-01) Features indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554) Bug Fixes key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43) Chores release-please-mark (5e7a284) release-please-mark (08b65a5) v2.10.0 2.10.0 (2024-10-30) Features cross test comma-spacing (#562) (ea72317) function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f) function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c) indent-binary-ops: logical expression indent (#576) (cbf800d) indent: add support for Import Attributes (#579) (4f944d8) key-spacing: add support for Import Attributes (#583) (789d893) max-statements-per-line: new option to allow specific statements (#558) (2ed4054) no-multi-spaces: add support for Import Attributes (#584) (0da0713) padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30) quote-props: add support for Import Attributes (#581) (4edfee2) Bug Fixes correct the type of quotes in customize (#590) (b86c2df) function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55) jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5) Documentation func-call-spacing: fixing broken links (#587) (d3dbc22) Chores
align: "colon"
comma-spacing
never
ImportExpression
ts
quotes
customize
... (truncated)
Sourced from @stylistic/eslint-plugin-ts's changelog.
2.10.1 (2024-11-01) Features indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554) Bug Fixes key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43) Chores release-please-mark (5e7a284) release-please-mark (08b65a5) 2.10.0 (2024-10-30) Features cross test comma-spacing (#562) (ea72317) function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f) function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c) indent-binary-ops: logical expression indent (#576) (cbf800d) indent: add support for Import Attributes (#579) (4f944d8) key-spacing: add support for Import Attributes (#583) (789d893) max-statements-per-line: new option to allow specific statements (#558) (2ed4054) no-multi-spaces: add support for Import Attributes (#584) (0da0713) padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30) quote-props: add support for Import Attributes (#581) (4edfee2) Bug Fixes correct the type of quotes in customize (#590) (b86c2df) function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55) jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5) Documentation func-call-spacing: fixing broken links (#587) (d3dbc22) Chores replace deprecated api with new api (#567) (3db4870)
2015893
0002fe0
d3dbc22
Updates @swc/core from 1.7.40 to 1.9.1
@swc/core
Sourced from @swc/core's changelog.
@swc/core
[1.9.1] - 2024-11-06 Bug Fixes (es/codegen) Fix ends_with_alpha_num (#9720) (569c799) [1.9.0] - 2024-11-06 Bug Fixes (es/minifier) Avoid generating reserved mangling names (#9710) (b49317a) (es/plugin) Revert #9696 (#9717) (772f023) Features (typescript) Port deno isolatedDeclarations updates (#9712) (6194044) Miscellaneous Tasks (deps) Update rust crate is-macro to v0.3.7 (#9713) (d48e6e8) [1.8.0] - 2024-11-04 Bug Fixes (es/typescript) Handle multiline type parameters in async arrow functions (#9704) (c5ed19c) (es/typescript) Handle ASI hazards in fast type strip (#9707) (c135f71) Features (es) Add es2023 and es2024 to EsVersion (#9700) (5a6f0e6) (es/plugin) Introduce manual-tokio-runtmie to swc crate (#9701) (97298c4)
ends_with_alpha_num
(es/minifier) Avoid generating reserved mangling names (#9710) (b49317a)
(es/plugin) Revert #9696 (#9717) (772f023)
isolatedDeclarations
(es/typescript) Handle multiline type parameters in async arrow functions (#9704) (c5ed19c)
(es/typescript) Handle ASI hazards in fast type strip (#9707) (c135f71)
(es) Add es2023 and es2024 to EsVersion (#9700) (5a6f0e6)
es2023
es2024
EsVersion
(es/plugin) Introduce manual-tokio-runtmie to swc crate (#9701) (97298c4)
manual-tokio-runtmie
swc
3d87fe0
swc_core
v5.0.1
30ef569
bc360b2
1.9.1-nightly-20241106.1
f40532f
569c799
c45e08f
0d80301
1.9.0
v5.0.0
76f6cc0
2180f7c
1.9.0-nightly-20241106.1
c2c9e1a
Updates @swc/jest from 0.2.36 to 0.2.37
@swc/jest
Updates @testing-library/jest-dom from 6.6.2 to 6.6.3
@testing-library/jest-dom
Sourced from @testing-library/jest-dom's releases.
@testing-library/jest-dom
v6.6.3 6.6.3 (2024-10-31) Bug Fixes add vitest import when extending vitest matchers (#646) (5ba0156)
5ba0156
Updates @types/lodash from 4.17.12 to 4.17.13
@types/lodash
Updates @types/node from 22.8.1 to 22.9.0
@types/node
Updates @typescript-eslint/eslint-plugin from 8.11.0 to 8.13.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v8.13.0 8.13.0 (2024-11-04) 🚀 Features add options property to ImportExpression node (#10255) eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250) eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924) eslint-plugin: [only-throw-error] add allow option (#10221) 🩹 Fixes deps: update dependency @eslint-community/regexpp to v4.12.1 (#10269) eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205) eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261) eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259) eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235) eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232) types: parent property type annotation in the ImportAttribute node (#10258) utils: allow an array for the values of SharedConfig (#10217) ❤️ Thank You auvred @auvred Kim Sang Du @developer-bandi Kirk Waiblinger @kirkwaiblinger Mark de Dios @peanutenthusiast Ronen Amiel Trygve Aaberge YeonJuan @yeonjuan Yosuke Ota @ota-meshi You can read about our versioning strategy and releases on our website. v8.12.2 8.12.2 (2024-10-29) 🩹 Fixes eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can read about our versioning strategy and releases on our website. v8.12.1 8.12.1 (2024-10-28)
options
no-class-assign
eslint-recommended
ignoreBooleanCoercion
@eslint-community/regexpp
undefined
@auvred
@developer-bandi
@kirkwaiblinger
@peanutenthusiast
@yeonjuan
@ota-meshi
You can read about our versioning strategy and releases on our website.
considerDefaultExhaustiveForUnions
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.13.0 (2024-11-04) 🚀 Features eslint-plugin: [only-throw-error] add allow option (#10221) eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924) eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250) 🩹 Fixes eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232) eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235) eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259) eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261) eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205) ❤️ Thank You auvred @auvred Kim Sang Du @developer-bandi Kirk Waiblinger @kirkwaiblinger Mark de Dios @peanutenthusiast Ronen Amiel YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. 8.12.2 (2024-10-29) 🩹 Fixes eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can read about our versioning strategy and releases on our website. 8.12.1 (2024-10-28) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.0 (2024-10-28) 🚀 Features eslint-plugin: [no-base-to-string] handle String() (#10005)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
ac1f632
f83a591
3b97b55
c1fe3ea
d90cc59
5bd4c0a
d9e5da1
1e633c7
05ed7e6
be3a224
Updates @typescript-eslint/parser from 8.11.0 to 8.13.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.13.0 (2024-11-04) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.2 (2024-10-29) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.1 (2024-10-28) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.0 (2024-10-28) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website.
This was a version bump only for parser to align it with other projects, there were no code changes.
4af866a
1edec1d
3413a2d
Updates cspell from 8.15.4 to 8.16.0
cspell
Sourced from cspell's releases.
v8.16.0 Changes Features feat: Change default cache strategy to content (#6477) Closes #6473 I’ve pretty much swapped content and metadata in code and have also added .default('content') for better docs. Fixes fix: cspell-tools - compounds (#6506) This PR changes a single rule when merging compound forms: When a word is allowed to be stand alone and a midfix compound, then allow it to be a prefix as well as a suffix. The logic: If we allow code and strongcodetype, then codetype or strongcode should also be allowed. fix: plugin ignore exports (#6500) fixes #6378 Dictionary Updates
content
Closes #6473
I’ve pretty much swapped content and metadata in code and have also added .default('content') for better docs.
metadata
.default('content')
This PR changes a single rule when merging compound forms:
When a word is allowed to be stand alone and a midfix compound, then allow it to be a prefix as well as a suffix.
The logic: If we allow code and strongcodetype, then codetype or strongcode should also be allowed.
code
strongcodetype
codetype
strongcode
fixes #6378
Sourced from cspell's changelog.
8.16.0 (2024-11-07) chore: Update Integration Test Performance Data (#6505) (fb78a40), closes #6505 8.15.7 (2024-11-03) ci: Workflow Bot -- Update ALL Dependencies (main) (#6456) (d4bd0dd), closes #6456 8.15.6 (2024-11-02) chore: Update Integration Test Performance Data (#6455) (be8b15a), closes #6455 8.15.5 (2024-10-30) ci: Workflow Bot -- Update ALL Dependencies (main) (#6442) (70f43cc), closes #6442
41cd50f
e602968
12edd2b
9decdc4
fa9d2df
dba3a8a
5f974b2
e76a12e
d3f1d09
Updates eslint from 9.13.0 to 9.14.0
eslint
Sourced from eslint's releases.
Sourced from es... _Description has been truncated_
Bumps the all-node-dependencies group with 17 updates in the / directory:
2.8.0
2.8.1
9.13.0
9.14.0
2.9.0
2.10.1
1.7.40
1.9.1
0.2.36
0.2.37
6.6.2
6.6.3
4.17.12
4.17.13
22.8.1
22.9.0
8.11.0
8.13.0
8.11.0
8.13.0
8.15.4
8.16.0
9.13.0
9.14.0
1.8.1
1.8.2
6.27.0
6.28.0
1.80.4
1.80.6
16.0.2
16.0.3
5.95.0
5.96.1
Updates
tslib
from 2.8.0 to 2.8.1Release notes
Sourced from tslib's releases.
Commits
d72d6f7
2.8.111fa982
Merge pull request #275 from microsoft/bug/es5-compat3c532eb
Remove use of ES2015 syntaxb0076c4
Include non-enumerable keys in __importStar helper (#272)7c11588
Add missing registry-url parameter1fec667
Merge pull request #271 from microsoft/fix-publish097e99e
Fix publish workflowUpdates
@eslint/js
from 9.13.0 to 9.14.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
28be447
chore: package.json update for@eslint/js
releaseb0faee3
feat: add types for the@eslint/js
package (#19010)Updates
@stylistic/eslint-plugin-ts
from 2.9.0 to 2.10.1Release notes
Sourced from
@stylistic/eslint-plugin-ts
's releases.... (truncated)
Changelog
Sourced from
@stylistic/eslint-plugin-ts
's changelog.Commits
2015893
chore: release v2.10.1 (main) (#595)0002fe0
chore: release v2.10.0 (main) (#569)d3dbc22
docs(func-call-spacing): fixing broken links (#587)Updates
@swc/core
from 1.7.40 to 1.9.1Changelog
Sourced from
@swc/core
's changelog.... (truncated)
Commits
3d87fe0
chore: Publish1.9.1
withswc_core
v5.0.1
30ef569
chore: Update changelogbc360b2
chore: Publish1.9.1-nightly-20241106.1
withswc_core
v5.0.1
f40532f
chore: Publish crates withswc_core
v5.0.1
569c799
fix(es/codegen): Fixends_with_alpha_num
(#9720)c45e08f
chore: Update changelog0d80301
chore: Publish1.9.0
withswc_core
v5.0.0
76f6cc0
chore: Update changelog2180f7c
chore: Publish1.9.0-nightly-20241106.1
withswc_core
v5.0.0
c2c9e1a
chore: Publish crates withswc_core
v5.0.0
Updates
@swc/jest
from 0.2.36 to 0.2.37Commits
Updates
@testing-library/jest-dom
from 6.6.2 to 6.6.3Release notes
Sourced from
@testing-library/jest-dom
's releases.Commits
5ba0156
fix: add vitest import when extending vitest matchers (#646)Updates
@types/lodash
from 4.17.12 to 4.17.13Commits
Updates
@types/node
from 22.8.1 to 22.9.0Commits
Updates
@typescript-eslint/eslint-plugin
from 8.11.0 to 8.13.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ac1f632
chore(release): publish 8.13.0f83a591
fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...3b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)c1fe3ea
feat(eslint-plugin): [only-throw-error] add allow option (#10221)d90cc59
chore: update eslint version internally to latest (#10244)5bd4c0a
fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...d9e5da1
fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...1e633c7
fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...05ed7e6
docs: fix prefer-nullish-coalescing.mdxbe3a224
feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...Updates
@typescript-eslint/parser
from 8.11.0 to 8.13.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
ac1f632
chore(release): publish 8.13.04af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0Updates
cspell
from 8.15.4 to 8.16.0Release notes
Sourced from cspell's releases.
... (truncated)
Changelog
Sourced from cspell's changelog.
Commits
41cd50f
v8.16.0e602968
ci: Workflow Bot -- Build Readme (#6480)12edd2b
feat: Change default cache strategy tocontent
(#6477)9decdc4
v8.15.7fa9d2df
v8.15.6dba3a8a
fix: Workflow Bot -- Update Dictionaries (main) (#6451)5f974b2
v8.15.5e76a12e
fix: include AL dictionary by default (#6425)d3f1d09
chore: upgrade to tinyglobby 0.2.10 (#6419)Updates
eslint
from 9.13.0 to 9.14.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from es... _Description has been truncated_