Version Packages - #285
Merged
Merged
Version Packages#285
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
November 20, 2025 20:57
4df49a6 to
cb923af
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
November 28, 2025 17:38
6d17276 to
18894c5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
November 30, 2025 04:38
18894c5 to
af760f7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 21, 2026 11:33
af760f7 to
64ccfea
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 13, 2026 08:27
64ccfea to
ac0e406
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 22, 2026 20:07
8dcb800 to
3a3a9d7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 22, 2026 20:08
3a3a9d7 to
f0417fa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tcd-devkit/[email protected]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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.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]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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.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]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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.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]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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.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]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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@tcd-devkit/[email protected]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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.14Updated dependencies [
85e7fb9,92dc5ed,948ac6b,bce1db3,567127f,d6a31b5,0c1a5f2]:@tcd-devkit/[email protected]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.Patch Changes
#288
7dbd7efThanks @renovate! - fix(deps): update dependency @next/eslint-plugin-next to v16.0.2#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1#290
c059e8cThanks @renovate! - fix(deps): update dependency @next/eslint-plugin-next to v16.0.3#302
832e26aThanks @renovate! - fix(deps): update dependency @next/eslint-plugin-next to v16.0.4#305
fe7b47cThanks @renovate! - fix(deps): update dependency @next/eslint-plugin-next to v16.0.5#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.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]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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@tcd-devkit/[email protected]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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@tcd-devkit/[email protected]
Minor Changes
0c1a5f2Thanks @TheCodeDestroyer! - feat!: Move all ESLint configs and presets to ESLint 10eslintpeer range is now^10.0.0. ESLint 9 is no longer supported.@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).max-nested-callbackserrors, andtypescript-eslint8.70 can report newno-unnecessary-type-assertionerrors.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]
Patch Changes
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1@tcd-devkit/[email protected]
Patch Changes
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1@tcd-devkit/[email protected]
Patch Changes
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1Updated dependencies [
85e7fb9]:@tcd-devkit/[email protected]
Patch Changes
#289
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1#297
0b5b3e0Thanks @renovate! - fix(deps): update dependency rimraf to v6.1.2#308
0c1a5f2Thanks @TheCodeDestroyer! - feat: Allow ESLint 10 in theeslintpeer range (^9.0.0 || ^10.0.0)@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.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]
Patch Changes
85e7fb9Thanks @renovate! - chore(deps): update dependency tsup to v8.5.1