Skip to content

Commit af7247a

Browse files
dependabot[bot]Copilotpanz3r
authored
fix(deps): bump typescript from 5.9.3 to 6.0.2 (#234)
* fix(deps): bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * initial plan Agent-Logs-Url: https://github.com/forwardsoftware/react-auth/sessions/8f5f422d-6211-4173-aa5f-08d0494ecae3 Co-authored-by: panz3r <1754457+panz3r@users.noreply.github.com> * fix: update tsconfig moduleResolution for TypeScript 6.0 compatibility Agent-Logs-Url: https://github.com/forwardsoftware/react-auth/sessions/8f5f422d-6211-4173-aa5f-08d0494ecae3 Co-authored-by: panz3r <1754457+panz3r@users.noreply.github.com> * chore: rebuild lock-file * chore: update `packageManager` version to `pnpm@10.33.0` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: panz3r <1754457+panz3r@users.noreply.github.com>
1 parent 3b6ad69 commit af7247a

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed

lib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"declaration": false,
44
"target": "ES6",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"strict": true,
77
"esModuleInterop": true,
88
"skipLibCheck": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git+https://github.com/forwardsoftware/react-auth.git"
1818
},
1919
"scripts": {},
20-
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
20+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
2121
"devDependencies": {
2222
"npm-run-all2": "8.0.4",
2323
"rimraf": "catalog:",

packages/google-signin/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"compilerOptions": {
33
"declaration": false,
44
"target": "ES6",
5-
"moduleResolution": "node",
5+
"lib": ["ES2017", "DOM"],
6+
"moduleResolution": "bundler",
67
"strict": true,
78
"esModuleInterop": true,
89
"skipLibCheck": true,

pnpm-lock.yaml

Lines changed: 9 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ catalog:
1010
react: ^19.2.4
1111
react-dom: ^19.2.4
1212
rimraf: ^6.0.0
13-
typescript: ^5.9.3
13+
typescript: ^6.0.2
1414
vite: ^8.0.3
1515
vitest: ^4.1.1
1616

0 commit comments

Comments
 (0)