Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#2703)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump typescript from 5.5.4 to 5.6.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade @types/node

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Bär <github@connorbaer.com>
  • Loading branch information
dependabot[bot] and connor-baer authored Oct 1, 2024
1 parent 0c48932 commit fc953de
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 50 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@sumup-oss/foundry": "^8.2.0",
"@sumup/eslint-plugin-circuit-ui": "^4.0.0",
"@sumup/stylelint-plugin-circuit-ui": "^2.0.0",
"@types/node": "^18.19.39",
"@types/node": "^18.19.54",
"@vitest/coverage-v8": "^2.0.5",
"audit-ci": "^7.1.0",
"chromatic": "^11.7.1",
Expand All @@ -91,9 +91,9 @@
"stylelint-no-unsupported-browser-features": "^8.0.1",
"stylelint-prettier": "^5.0.2",
"svgo": "^3.3.2",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.0.3",
"vitest-github-actions-reporter": "^0.11.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/astro-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@sumup/eslint-plugin-circuit-ui": "^4.0.0",
"@sumup/stylelint-plugin-circuit-ui": "^2.0.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest-axe": "^3.5.9",
"@types/node": "^18.19.39",
"@types/node": "^18.19.54",
"@types/react": "^18.3.3",
"@types/react-dates": "^21.8.6",
"@types/react-dom": "^18.3.0",
Expand All @@ -83,7 +83,7 @@
"react-dom": "^18.3.1",
"react-swipeable": "^7.0.1",
"rollup-plugin-preserve-directives": "^0.4.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cna-template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/jest-axe": "^3.5.9",
"@types/node": "^18.19.39",
"@types/node": "^18.19.54",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "^14.2.5",
Expand All @@ -40,7 +40,7 @@
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@types/node": "^18.19.39",
"@types/node": "^18.19.54",
"@types/prop-types": "^15.7.12",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@sumup/design-tokens": "^7.0.0",
"@tsconfig/node18": "^18.2.4",
"@typescript-eslint/rule-tester": "^7.16.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"@sumup/circuit-ui": ">=7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fast-xml-parser": "^4.4.1",
"prettier": "^3.3.3",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": ">=16.0.0 <19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sumup/design-tokens": "^7.0.0",
"@tsconfig/node18": "^18.2.4",
"jest-preset-stylelint": "^7.1.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"@sumup/design-tokens": ">=5.3.0",
Expand Down

0 comments on commit fc953de

Please sign in to comment.