Releases: TheCodeDestroyer/devkit
Release list
@tcd-devkit/[email protected]
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#308
a01b656Thanks @TheCodeDestroyer! - fix: Remove package entry points that point to files the build does not createeslint-config-nextandeslint-config-a11y: remove the./rule-overridesexport. These packages have no rules file, so the import always failed.- Presets: remove the
requireexport and pointmainto the ESM file. The build makes ESM only, so the.cjsfile never existed. tsup-config: pointmainto the ESM file for the same reason.
@tcd-devkit/[email protected]
@tcd-devkit/[email protected]
@tcd-devkit/[email protected]
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
Updated dependencies [
85e7fb9]:- @tcd-devkit/[email protected]
@tcd-devkit/[email protected]
Minor Changes
- #308
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10- The
eslintpeer range is now^10.0.0. ESLint 9 is no longer supported. - Dependency updates:
@eslint/js10.0.1,@eslint/compat2.1.1,typescript-eslint8.70.0,eslint-plugin-import-x4.17.1,eslint-import-resolver-typescript4.4.5,eslint-plugin-react-hooks7.1.1,globals17.12.0. eslint-plugin-reactandeslint-plugin-jsx-a11yhave no ESLint 10 release yet. The react config now wrapseslint-plugin-reactwithfixupConfigRulesfrom@eslint/compat.eslint-plugin-jsx-a11yruns on ESLint 10 as is. Your package manager can warn about theireslintpeer range. The react/a11y config and preset READMEs show how to hide this warning in pnpm.radix: ESLint 10 ignores theas-neededoption, so the rule now always requires a radix.parseInt('10')is now an error. UseparseInt('10', 10).@typescript-eslint/no-loop-funcis deprecated. The ts config now uses the coreno-loop-funcrule from the base config.eslint-plugin-react-hooks7.1.1 can change results for the React Compiler rules (set-state-in-effect,refs,immutability,preserve-manual-memoization,use-memo).- ESLint 10 can report new
max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.
- The
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#308
a01b656Thanks @TheCodeDestroyer! - fix: Remove package entry points that point to files the build does not createeslint-config-nextandeslint-config-a11y: remove the./rule-overridesexport. These packages have no rules file, so the import always failed.- Presets: remove the
requireexport and pointmainto the ESM file. The build makes ESM only, so the.cjsfile never existed. tsup-config: pointmainto the ESM file for the same reason.
-
Updated dependencies [
a6e4c97,85e7fb9,92dc5ed,7a1ed0b,948ac6b,10a58c5,bce1db3,567127f,d6a31b5,0c1a5f2,a01b656]:- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
@tcd-devkit/[email protected]
Minor Changes
- #308
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10- The
eslintpeer range is now^10.0.0. ESLint 9 is no longer supported. - Dependency updates:
@eslint/js10.0.1,@eslint/compat2.1.1,typescript-eslint8.70.0,eslint-plugin-import-x4.17.1,eslint-import-resolver-typescript4.4.5,eslint-plugin-react-hooks7.1.1,globals17.12.0. eslint-plugin-reactandeslint-plugin-jsx-a11yhave no ESLint 10 release yet. The react config now wrapseslint-plugin-reactwithfixupConfigRulesfrom@eslint/compat.eslint-plugin-jsx-a11yruns on ESLint 10 as is. Your package manager can warn about theireslintpeer range. The react/a11y config and preset READMEs show how to hide this warning in pnpm.radix: ESLint 10 ignores theas-neededoption, so the rule now always requires a radix.parseInt('10')is now an error. UseparseInt('10', 10).@typescript-eslint/no-loop-funcis deprecated. The ts config now uses the coreno-loop-funcrule from the base config.eslint-plugin-react-hooks7.1.1 can change results for the React Compiler rules (set-state-in-effect,refs,immutability,preserve-manual-memoization,use-memo).- ESLint 10 can report new
max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.
- The
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#308
a01b656Thanks @TheCodeDestroyer! - fix: Remove package entry points that point to files the build does not createeslint-config-nextandeslint-config-a11y: remove the./rule-overridesexport. These packages have no rules file, so the import always failed.- Presets: remove the
requireexport and pointmainto the ESM file. The build makes ESM only, so the.cjsfile never existed. tsup-config: pointmainto the ESM file for the same reason.
-
Updated dependencies [
a6e4c97,85e7fb9,92dc5ed,7a1ed0b,948ac6b,10a58c5,bce1db3,567127f,d6a31b5,0c1a5f2]:- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
@tcd-devkit/[email protected]
Minor Changes
- #308
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10- The
eslintpeer range is now^10.0.0. ESLint 9 is no longer supported. - Dependency updates:
@eslint/js10.0.1,@eslint/compat2.1.1,typescript-eslint8.70.0,eslint-plugin-import-x4.17.1,eslint-import-resolver-typescript4.4.5,eslint-plugin-react-hooks7.1.1,globals17.12.0. eslint-plugin-reactandeslint-plugin-jsx-a11yhave no ESLint 10 release yet. The react config now wrapseslint-plugin-reactwithfixupConfigRulesfrom@eslint/compat.eslint-plugin-jsx-a11yruns on ESLint 10 as is. Your package manager can warn about theireslintpeer range. The react/a11y config and preset READMEs show how to hide this warning in pnpm.radix: ESLint 10 ignores theas-neededoption, so the rule now always requires a radix.parseInt('10')is now an error. UseparseInt('10', 10).@typescript-eslint/no-loop-funcis deprecated. The ts config now uses the coreno-loop-funcrule from the base config.eslint-plugin-react-hooks7.1.1 can change results for the React Compiler rules (set-state-in-effect,refs,immutability,preserve-manual-memoization,use-memo).- ESLint 10 can report new
max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.
- The
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#308
a01b656Thanks @TheCodeDestroyer! - fix: Remove package entry points that point to files the build does not createeslint-config-nextandeslint-config-a11y: remove the./rule-overridesexport. These packages have no rules file, so the import always failed.- Presets: remove the
requireexport and pointmainto the ESM file. The build makes ESM only, so the.cjsfile never existed. tsup-config: pointmainto the ESM file for the same reason.
-
Updated dependencies [
a6e4c97,7dbd7ef,85e7fb9,c059e8c,92dc5ed,7a1ed0b,948ac6b,10a58c5,bce1db3,567127f,832e26a,d6a31b5,fe7b47c,0c1a5f2,a01b656]:- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
- @tcd-devkit/[email protected]
@tcd-devkit/[email protected]
Minor Changes
- #308
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10- The
eslintpeer range is now^10.0.0. ESLint 9 is no longer supported. - Dependency updates:
@eslint/js10.0.1,@eslint/compat2.1.1,typescript-eslint8.70.0,eslint-plugin-import-x4.17.1,eslint-import-resolver-typescript4.4.5,eslint-plugin-react-hooks7.1.1,globals17.12.0. eslint-plugin-reactandeslint-plugin-jsx-a11yhave no ESLint 10 release yet. The react config now wrapseslint-plugin-reactwithfixupConfigRulesfrom@eslint/compat.eslint-plugin-jsx-a11yruns on ESLint 10 as is. Your package manager can warn about theireslintpeer range. The react/a11y config and preset READMEs show how to hide this warning in pnpm.radix: ESLint 10 ignores theas-neededoption, so the rule now always requires a radix.parseInt('10')is now an error. UseparseInt('10', 10).@typescript-eslint/no-loop-funcis deprecated. The ts config now uses the coreno-loop-funcrule from the base config.eslint-plugin-react-hooks7.1.1 can change results for the React Compiler rules (set-state-in-effect,refs,immutability,preserve-manual-memoization,use-memo).- ESLint 10 can report new
max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.
- The
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#292
92dc5edThanks @renovate! - chore(deps): update dependency vitest to v4.0.9 -
#293
7a1ed0bThanks @renovate! - fix(deps): update dependency @eslint/compat to v2 -
#294
948ac6bThanks @renovate! - chore(deps): update dependency vitest to v4.0.10 -
#298
bce1db3Thanks @renovate! - chore(deps): update dependency vitest to v4.0.12 -
#301
567127fThanks @renovate! - chore(deps): update dependency vitest to v4.0.13 -
#304
d6a31b5Thanks @renovate! - chore(deps): update dependency vitest to v4.0.14
@tcd-devkit/[email protected]
Minor Changes
- #308
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10- The
eslintpeer range is now^10.0.0. ESLint 9 is no longer supported. - Dependency updates:
@eslint/js10.0.1,@eslint/compat2.1.1,typescript-eslint8.70.0,eslint-plugin-import-x4.17.1,eslint-import-resolver-typescript4.4.5,eslint-plugin-react-hooks7.1.1,globals17.12.0. eslint-plugin-reactandeslint-plugin-jsx-a11yhave no ESLint 10 release yet. The react config now wrapseslint-plugin-reactwithfixupConfigRulesfrom@eslint/compat.eslint-plugin-jsx-a11yruns on ESLint 10 as is. Your package manager can warn about theireslintpeer range. The react/a11y config and preset READMEs show how to hide this warning in pnpm.radix: ESLint 10 ignores theas-neededoption, so the rule now always requires a radix.parseInt('10')is now an error. UseparseInt('10', 10).@typescript-eslint/no-loop-funcis deprecated. The ts config now uses the coreno-loop-funcrule from the base config.eslint-plugin-react-hooks7.1.1 can change results for the React Compiler rules (set-state-in-effect,refs,immutability,preserve-manual-memoization,use-memo).- ESLint 10 can report new
max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.
- The
Patch Changes
-
#284
a6e4c97Thanks @renovate! - fix(deps): update typescript-eslint monorepo to v8.46.4 -
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#292
92dc5edThanks @renovate! - chore(deps): update dependency vitest to v4.0.9 -
#294
948ac6bThanks @renovate! - chore(deps): update dependency vitest to v4.0.10 -
#295
10a58c5Thanks @renovate! - fix(deps): update typescript-eslint monorepo to v8.47.0 -
#298
bce1db3Thanks @renovate! - chore(deps): update dependency vitest to v4.0.12 -
#301
567127fThanks @renovate! - chore(deps): update dependency vitest to v4.0.13 -
#304
d6a31b5Thanks @renovate! - chore(deps): update dependency vitest to v4.0.14
@tcd-devkit/[email protected]
Minor Changes
- #308
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10- The
eslintpeer range is now^10.0.0. ESLint 9 is no longer supported. - Dependency updates:
@eslint/js10.0.1,@eslint/compat2.1.1,typescript-eslint8.70.0,eslint-plugin-import-x4.17.1,eslint-import-resolver-typescript4.4.5,eslint-plugin-react-hooks7.1.1,globals17.12.0. eslint-plugin-reactandeslint-plugin-jsx-a11yhave no ESLint 10 release yet. The react config now wrapseslint-plugin-reactwithfixupConfigRulesfrom@eslint/compat.eslint-plugin-jsx-a11yruns on ESLint 10 as is. Your package manager can warn about theireslintpeer range. The react/a11y config and preset READMEs show how to hide this warning in pnpm.radix: ESLint 10 ignores theas-neededoption, so the rule now always requires a radix.parseInt('10')is now an error. UseparseInt('10', 10).@typescript-eslint/no-loop-funcis deprecated. The ts config now uses the coreno-loop-funcrule from the base config.eslint-plugin-react-hooks7.1.1 can change results for the React Compiler rules (set-state-in-effect,refs,immutability,preserve-manual-memoization,use-memo).- ESLint 10 can report new
max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.
- The
Patch Changes
-
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1 -
#292
92dc5edThanks @renovate! - chore(deps): update dependency vitest to v4.0.9 -
#294
948ac6bThanks @renovate! - chore(deps): update dependency vitest to v4.0.10 -
#298
bce1db3Thanks @renovate! - chore(deps): update dependency vitest to v4.0.12 -
#301
567127fThanks @renovate! - chore(deps): update dependency vitest to v4.0.13 -
#304
d6a31b5Thanks @renovate! - chore(deps): update dependency vitest to v4.0.14