-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.
Config Migration Needed
See Config Migration PR: #34.Rate-Limited
The following updates are currently rate-limited. To force their creation now, click on a checkbox below.
- chore(deps): update dependency @tanstack/react-query to v4.42.0
- chore(deps): update dependency zod to v3.25.76
- chore(deps): update dependency jsdom to v27
- fix(deps): update dependency zod to v4
- fix(deps): update react monorepo to v19 (major) (
@types/react,@types/react-dom,react,react-dom) - 🔐 Create all rate-limited PRs at once 🔐
Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- chore(deps): update dependency vitest to v2.1.9 [security]
- chore(deps): update dependency zod to v3.22.3 [security]
- chore(deps): update dependency jsdom to v25.0.1
- chore(deps): update react monorepo (
@types/react,@types/react-dom) - chore(deps): update dependency prettier to v3.6.2
- chore(deps): update dependency react-hook-form to v7.66.0
- chore(deps): update dependency react-select to v5.10.2
- chore(deps): update dependency typescript to v5.9.3
- chore(deps): update dependency vite-tsconfig-paths to v5.1.4
- fix(deps): update dependency @tanstack/react-query to v5
- Click on this checkbox to rebase all open PRs at once
Detected dependencies
github-actions
.github/workflows/renovate-checks.yml
.github/workflows/section-repos.yml
src/010-typescript-in-the-build-process/016-typescript-on-ci.explainer/.github/workflows/ci.yml
npm
package.json
@tanstack/react-query ^4.29.12@total-typescript/ts-reset ^0.6.0@types/react ^18.2.8@types/react-dom ^18.2.4react ^18.2.0react-dom ^18.2.0react-hook-form ^7.44.3react-select ^5.7.3zod ^3.21.4@total-typescript/exercise-cli 0.11.0@total-typescript/helpers ^0.0.1jsdom ^25.0.0prettier ^3.0.0typescript ^5.5.2vite-tsconfig-paths ^5.0.0vitest ^2.0.0src/010-typescript-in-the-build-process/014-setting-up-a-frontend-app-with-vite.solution/package.json
src/010-typescript-in-the-build-process/015-typescript-as-a-linter.problem/package.json
src/010-typescript-in-the-build-process/015-typescript-as-a-linter.solution/package.json
src/010-typescript-in-the-build-process/016-typescript-on-ci.explainer/package.json
src/010-typescript-in-the-build-process/017-blocking-your-dev-server-with-typescript.explainer.1/package.json
src/010-typescript-in-the-build-process/017-blocking-your-dev-server-with-typescript.explainer.2/package.json
src/010-typescript-in-the-build-process/017-blocking-your-dev-server-with-typescript.explainer.3/package.json
src/010-typescript-in-the-build-process/019-using-tsx-to-create-quick-scripts.explainer/package.json
src/030-classes/114.5-override.explainer/package.json
src/032-typescript-only-features/120-const-enums.explainer/package.json
src/032-typescript-only-features/124-prefer-es-features-to-ts-features.explainer/package.json
src/060-modules-scripts-and-declaration-files/159-module-or-script.explainer/package.json
src/060-modules-scripts-and-declaration-files/160-module-detection-force.problem/package.json
src/060-modules-scripts-and-declaration-files/160-module-detection-force.solution/package.json
src/060-modules-scripts-and-declaration-files/161-declaration-files.explainer/package.json
src/060-modules-scripts-and-declaration-files/162-declaration-files-can-be-modules-or-scripts.explainer/package.json
src/060-modules-scripts-and-declaration-files/164-declaration-files-can-be-used-to-type-js-files.problem/package.json
src/060-modules-scripts-and-declaration-files/164-declaration-files-can-be-used-to-type-js-files.solution/package.json
src/060-modules-scripts-and-declaration-files/166-ambient-context-and-declare-const.problem/package.json
src/060-modules-scripts-and-declaration-files/166-ambient-context-and-declare-const.solution/package.json
src/060-modules-scripts-and-declaration-files/167-declare-global.problem/package.json
src/060-modules-scripts-and-declaration-files/167-declare-global.solution.1/package.json
src/060-modules-scripts-and-declaration-files/167-declare-global.solution.2/package.json
src/065-types-you-dont-control/172-lib-d-ts.problem/package.json
src/065-types-you-dont-control/172-lib-d-ts.solution.1/package.json
src/065-types-you-dont-control/172-lib-d-ts.solution.2/package.json
src/065-types-you-dont-control/173-lib-dom.problem/package.json
src/065-types-you-dont-control/173-lib-dom.solution/package.json
src/065-types-you-dont-control/174-lib-dom-iterable.problem/package.json
src/065-types-you-dont-control/174-lib-dom-iterable.solution/package.json
src/065-types-you-dont-control/174.5-modifying-window.problem/package.json
src/065-types-you-dont-control/174.5-modifying-window.solution/package.json
src/065-types-you-dont-control/175-definitely-typed.problem/package.json
src/065-types-you-dont-control/175-definitely-typed.solution/package.json
src/065-types-you-dont-control/175.2-types-node.explainer/package.json
src/065-types-you-dont-control/175.5-modifying-process-env.problem/package.json
src/065-types-you-dont-control/175.5-modifying-process-env.solution/package.json
src/065-types-you-dont-control/176-types-that-ship-with-libraries.explainer/package.json
zod ^3.22.2src/065-types-you-dont-control/176.2-declare-module.problem/package.json
src/065-types-you-dont-control/176.2-declare-module.solution/package.json
src/065-types-you-dont-control/176.3-wildcard-in-declare-module.problem/package.json
src/065-types-you-dont-control/176.3-wildcard-in-declare-module.solution/package.json
src/065-types-you-dont-control/176.5-skip-lib-check-true.problem/package.json
src/065-types-you-dont-control/176.5-skip-lib-check-true.solution/package.json
src/065-types-you-dont-control/176.7-should-you-use-declaration-files-to-store-your-types.explainer/package.json
src/065-types-you-dont-control/177-declare-module-for-overriding-third-party-libraries.explainer/package.json
zod ^3.22.2src/080-configuring-typescript/178-my-recommended-tsconfig-base.explainer/package.json
src/080-configuring-typescript/178.5-isolated-modules.explainer/package.json
src/080-configuring-typescript/179-no-unchecked-indexed-access.problem/package.json
src/080-configuring-typescript/179-no-unchecked-indexed-access.solution/package.json
src/080-configuring-typescript/179.5-no-emit.problem/package.json
src/080-configuring-typescript/179.5-no-emit.solution/package.json
src/080-configuring-typescript/179.7-module-nodenext-with-mts-cts-extensions.explainer/package.json
src/080-configuring-typescript/180-module-nodenext-or-preserve.explainer/package.json
src/080-configuring-typescript/180.4-verbatim-module-syntax-enforces-proper-import-syntax.problem/package.json
src/080-configuring-typescript/180.4-verbatim-module-syntax-enforces-proper-import-syntax.solution/package.json
src/080-configuring-typescript/180.6-verbatim-module-syntax-enforces-import-type.explainer/package.json
src/080-configuring-typescript/181-lib-vs-target.explainer/package.json
src/080-configuring-typescript/181.2-creating-declaration-files.problem/package.json
src/080-configuring-typescript/181.2-creating-declaration-files.solution/package.json
src/080-configuring-typescript/181.4-declaration-maps.problem/package.json
src/080-configuring-typescript/181.4-declaration-maps.solution/package.json
src/080-configuring-typescript/182-jsx.problem/package.json
src/080-configuring-typescript/182-jsx.solution.1/package.json
src/080-configuring-typescript/182-jsx.solution.2/package.json
src/080-configuring-typescript/183-multiple-tsconfig-json-files.problem/package.json
src/080-configuring-typescript/183-multiple-tsconfig-json-files.solution/package.json
src/080-configuring-typescript/184-globals-are-tied-to-a-single-tsconfig.explainer/package.json
src/080-configuring-typescript/185-extending-from-other-tsconfig-json-files.problem/package.json
src/080-configuring-typescript/185-extending-from-other-tsconfig-json-files.solution/package.json
src/080-configuring-typescript/186-project-references.problem/package.json
src/080-configuring-typescript/186-project-references.solution.1/package.json
src/080-configuring-typescript/186-project-references.solution.2/package.json
src/080-configuring-typescript/186-project-references.solution.3/package.json
src/080-configuring-typescript/190-setting-up-types-for-node.explainer/package.json
- Check this box to trigger a request for Renovate to run again on this repository
Metadata
Metadata
Assignees
Labels
No labels