Closed dependabot[bot] closed 6 days ago
Bumps the dependencies group with 51 updates in the / directory:
29.5.13
29.5.14
2.1.3
2.2.3
5.6.2
5.6.3
6.5.7
6.6.0
8.8.0
8.14.0
9.11.1
9.14.0
1.1.1
1.1.2
2.45.4
2.46.1
3.4.7
3.4.33
1.0.0
1.0.4
14.2.13
15.0.3
0.446.0
0.456.0
2.0.1
2.0.2
2.1.0
2.1.2
3.0.2
3.2.3
4.66.1
4.71.1
2.5.2
2.5.4
1.3.0
1.3.1
22.7.4
22.9.0
18.3.10
18.3.12
18.3.0
18.3.1
8.4.47
8.4.49
1.200.3
1.219.2
4.19.1
4.19.2
2.6.0
2.6.2
3.1.4
3.1.5
4.23.3
4.23.6
10.0.5
10.0.6
1.47.2
1.48.2
8.3.4
8.4.2
4.3.2
4.3.3
4.6.2
5.0.0
0.4.12
0.4.14
0.3.0
0.4.3
3.4.13
3.4.14
5.4.8
5.4.11
2.1.8
2.2.0
7.53.0
7.53.2
3.4.5
3.4.9
28.0.0
28.0.1
6.5.0
6.6.3
28.8.3
28.9.0
4.23.0
4.25.0
Updates @types/jest from 29.5.13 to 29.5.14
@types/jest
Updates turbo from 2.1.3 to 2.2.3
turbo
Sourced from turbo's releases.
Turborepo v2.2.3 What's Changed Changelog feat(query): provide ast for files and depth for dependencies by @NicholasLYang in vercel/turborepo#9285 fix: unnecessary empty cache logs by @NicholasLYang in vercel/turborepo#9301 Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.2...v2.2.3 Turborepo v2.2.2 What's Changed Changelog fix(tui): generate stop event on ctrl c by @chris-olszewski in vercel/turborepo#9296 Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2 Turborepo v2.2.2-canary.0 What's Changed Changelog fix(tui): generate stop event on ctrl c by @chris-olszewski in vercel/turborepo#9296 Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2-canary.0 Turborepo v2.2.1 What's Changed Changelog handle VERCEL_ARTIFACTS_* env vars override by @dimitropoulos in vercel/turborepo#9249 fix(tui): avoid tui shutdown on unrecognized input by @chris-olszewski in vercel/turborepo#9289 Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.0...v2.2.1 Turborepo v2.2.0 What's Changed Docs (docs) Consistency for configurations between docs and examples. by @anthonyshew in vercel/turborepo#9212 (docs) Fix spacing on link. by @anthonyshew in vercel/turborepo#9213 Removed an extra comma by @itssidhere in vercel/turborepo#9220
@NicholasLYang
Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.2...v2.2.3
@chris-olszewski
Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2
Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2-canary.0
@dimitropoulos
Full Changelog: https://github.com/vercel/turborepo/compare/v2.2.0...v2.2.1
@anthonyshew
@itssidhere
... (truncated)
068973f
82f0633
bf8fa90
567cd77
cc718aa
bd7d235
37dfb61
c2190a3
9375ef9
5c36b0b
Updates typescript from 5.6.2 to 5.6.3
typescript
Sourced from typescript's releases.
TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.6.0 (Beta). fixed issues query for Typescript 5.6.1 (RC). fixed issues query for Typescript 5.6.2 (Stable). fixed issues query for Typescript 5.6.3 (Stable). Downloads are available on: npm NuGet package
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
d48a5cf
fefa70a
ff71692
1f44dcf
Updates elliptic from 6.5.7 to 6.6.0
elliptic
b8a7edd
34c8534
Updates eslint-config-turbo from 2.1.3 to 2.2.3
eslint-config-turbo
Sourced from eslint-config-turbo's releases.
eae5582
42696fe
de75ae3
7604884
9dafce0
Updates @typescript-eslint/parser from 8.8.0 to 8.14.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
v8.14.0 8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) 🩹 Fixes deps: update dependency eslint to v9.14.0 (#10309) deps: update docusaurus monorepo to v3.6.0 (#10319) eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194) eslint-plugin: [no-misused-promises] improve report loc for methods (#10216) scope-manager: fix asserted increments not being marked as write references (#10271) ❤️ Thank You Gyumong @Gyumong Jan Ochwat @janek515 Kirk Waiblinger @kirkwaiblinger Ronen Amiel You can read about our versioning strategy and releases on our website. 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
await using
@Gyumong
@janek515
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
options
ImportExpression
no-class-assign
eslint-recommended
ignoreBooleanCoercion
@eslint-community/regexpp
undefined
@auvred
@developer-bandi
Sourced from @typescript-eslint/parser's changelog.
8.14.0 (2024-11-11) 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.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. 8.11.0 (2024-10-21) 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.10.0 (2024-10-17) 🚀 Features support TypeScript 5.6 (#9972) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. 8.9.0 (2024-10-14)
This was a version bump only for parser to align it with other projects, there were no code changes.
16fba0a
ac1f632
4af866a
1edec1d
3413a2d
79c27a8
8d35958
7effdea
f9c49e3
4666ed4
Updates @typescript-eslint/eslint-plugin from 8.8.0 to 8.14.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) 🩹 Fixes scope-manager: fix asserted increments not being marked as write references (#10271) eslint-plugin: [no-misused-promises] improve report loc for methods (#10216) eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194) ❤️ Thank You Gyumong @Gyumong Jan Ochwat @janek515 Kirk Waiblinger @kirkwaiblinger Ronen Amiel You can read about our versioning strategy and releases on our website. 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)
@peanutenthusiast
@yeonjuan
42d275c
d27a9ac
c13b6b4
5b2ebcd
22f7f25
e2e9ffc
f83a591
3b97b55
Updates eslint from 9.11.1 to 9.14.0
eslint
Sourced from eslint's releases.
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) v9.13.0 Features 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic) 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta) f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar) Bug Fixes 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar) 064c8b6 fix: update rule types (#18925) (Nitin Kumar) Documentation abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar) 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar) 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic) 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic) 1ee87ca docs: Update README (GitHub Actions Bot) 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic) Chores 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
3fa009f
b0faee3
@eslint/js
24d0172
b442067
d474443
151c965
context.languageOptions.parser
dc34f94
f16e846
ee0a77e
@types/eslint
50f03a1
37c9177
@wdio/*
35a8858
f36cb16
@eslint/js
@9
28be447
f48a2a0
no-invalid-regexp
425202e
3d44b3c
7259627
check-emfile-handling.js
381c32b
defaultLanguageOptions
bf723bd
1def4cd
f879be2
ESLint.defaultConfig
78836d4
complexity
064c8b6
abdbfa8
LintMessage#nodeType
19e68d3
7dd402d
5dcbc51
1ee87ca
2c3dbdc
68d2d9d
@eslint/js@9.13.0
@eslint/core@^0.7.0
Sourced from eslint'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.13.0 - October 18, 2024 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta) 2211f0a chore: package.json update for @eslint/js release (Jenkins) 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar) c7abaef perf: using Node.js compile cache (#19012) (唯然) bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic) 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然) abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar) 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta) 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar) 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta) 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic) 064c8b6 fix: update rule types (#18925) (Nitin Kumar) f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar) 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic) ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic) efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M) 1ee87ca docs: Update README (GitHub Actions Bot) 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic) v9.12.0 - October 4, 2024 555aafd chore: upgrade to @eslint/js@9.12.0 (#18987) (Francesco Trotta) 873ae60 chore: package.json update for @eslint/js release (Jenkins) ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas) d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher) b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
v9.14.0 - November 1, 2024
v9.13.0 - October 18, 2024
2211f0a
c7abaef
1d7c077
468e3bd
ESLint
ed4635f
efad767
v9.12.0 - October 4, 2024
555aafd
@eslint/js@9.12.0
873ae60
ea380ca
d0a5414
b827029
db0b844
20b0da1
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dependencies group with 51 updates in the / directory:
29.5.13
29.5.14
2.1.3
2.2.3
5.6.2
5.6.3
6.5.7
6.6.0
2.1.3
2.2.3
8.8.0
8.14.0
9.11.1
9.14.0
1.1.1
1.1.2
2.45.4
2.46.1
3.4.7
3.4.33
1.0.0
1.0.4
14.2.13
15.0.3
0.446.0
0.456.0
2.0.1
2.0.2
2.1.0
2.1.2
14.2.13
15.0.3
3.0.2
3.2.3
3.0.2
3.2.3
3.0.2
3.2.3
4.66.1
4.71.1
2.5.2
2.5.4
1.3.0
1.3.1
22.7.4
22.9.0
18.3.10
18.3.12
18.3.0
18.3.1
8.4.47
8.4.49
1.200.3
1.219.2
4.19.1
4.19.2
2.6.0
2.6.2
3.1.4
3.1.5
4.23.3
4.23.6
4.23.3
4.23.6
4.23.3
4.23.6
10.0.5
10.0.6
1.47.2
1.48.2
8.3.4
8.4.2
4.3.2
4.3.3
4.6.2
5.0.0
0.4.12
0.4.14
0.3.0
0.4.3
3.4.13
3.4.14
5.4.8
5.4.11
2.1.2
2.1.3
2.1.2
2.1.3
2.1.8
2.2.0
7.53.0
7.53.2
3.4.5
3.4.9
28.0.0
28.0.1
6.5.0
6.6.3
28.8.3
28.9.0
4.23.0
4.25.0
Updates
@types/jest
from 29.5.13 to 29.5.14Commits
Updates
turbo
from 2.1.3 to 2.2.3Release notes
Sourced from turbo's releases.
... (truncated)
Commits
068973f
publish 2.2.3 to registry82f0633
fix: unnecessary empty cache logs (#9301)bf8fa90
feat(query): provide ast for files and depth for dependencies (#9285)567cd77
release(turborepo): 2.2.2 (#9299)cc718aa
release(turborepo): 2.2.2-canary.0 (#9297)bd7d235
fix(tui): generate stop event on ctrl c (#9296)37dfb61
release(turborepo): 2.2.1 (#9292)c2190a3
fix(tui): avoid tui shutdown on unrecognized input (#9289)9375ef9
handle VERCEL_ARTIFACTS_* env vars override (#9249)5c36b0b
release(turborepo): 2.2.0 (#9287)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)Updates
elliptic
from 6.5.7 to 6.6.0Commits
b8a7edd
6.6.034c8534
fix: signature verification due to leading zerosUpdates
eslint-config-turbo
from 2.1.3 to 2.2.3Release notes
Sourced from eslint-config-turbo's releases.
... (truncated)
Commits
068973f
publish 2.2.3 to registry567cd77
release(turborepo): 2.2.2 (#9299)cc718aa
release(turborepo): 2.2.2-canary.0 (#9297)37dfb61
release(turborepo): 2.2.1 (#9292)5c36b0b
release(turborepo): 2.2.0 (#9287)eae5582
release(turborepo): 2.1.4-canary.9 (#9280)42696fe
release(turborepo): 2.1.4-canary.8 (#9274)de75ae3
release(turborepo): 2.1.4-canary.7 (#9272)7604884
release(turborepo): 2.1.4-canary.6 (#9265)9dafce0
release(turborepo): 2.1.4-canary.5 (#9259)Updates
@typescript-eslint/parser
from 8.8.0 to 8.14.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
16fba0a
chore(release): publish 8.14.0ac1f632
chore(release): publish 8.13.04af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.079c27a8
chore(release): publish 8.11.08d35958
chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)7effdea
chore(release): publish 8.10.0f9c49e3
feat: support TypeScript 5.6 (#9972)4666ed4
chore(release): publish 8.9.0Updates
@typescript-eslint/eslint-plugin
from 8.8.0 to 8.14.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
16fba0a
chore(release): publish 8.14.042d275c
fix(scope-manager): fix asserted increments not being marked as write referen...d27a9ac
fix(eslint-plugin): [no-misused-promises] improve report loc for methods (#10...c13b6b4
chore: fix lint and build website errors (#10288)5b2ebcd
feat(eslint-plugin): [await-thenable] report unnecessaryawait using
statem...22f7f25
fix(eslint-plugin): [no-unnecessary-condition] improve error message for lite...e2e9ffc
feat(eslint-plugin): [no-confusing-void-expression] add an option to ignore v...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)Updates
eslint
from 9.11.1 to 9.14.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
db0b844
9.14.020b0da1
Build: changelog update for 9.14.0f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086)28be447
chore: package.json update for@eslint/js
release24d0172
fix: enable retry concurrency limit for readFile() (#19077)3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076)b0faee3
feat: add types for the@eslint/js
package (#19010)151c965
docs: updatecontext.languageOptions.parser
description (Looks like these dependencies are updatable in another way, so this is no longer needed.