Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade all dependencies #910

Merged
merged 4 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fuzzy-bees-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/foundry': major
---

Upgraded `@typescript-eslint/typescript-eslint` to v6. Read the [changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md).
5 changes: 5 additions & 0 deletions .changeset/little-pants-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/foundry': major
---

Upgraded `eslint-plugin-testing-library` to v6. Read the [migration guide](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v6.md).
5 changes: 5 additions & 0 deletions .changeset/wicked-trees-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/foundry': major
---

Raised the minimum Node version to ^18.12 || >=20 (i.e. Node 19 is not supported).
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
node: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A toolkit that makes it a breeze to set up and maintain JavaScript + TypeScript

### Installation

Foundry needs to be installed as a dev-dependency via the [npm](https://www.npmjs.com) or [Yarn](https://classic.yarnpkg.com) package managers. The npm CLI ships with [Node](https://nodejs.org/en/). You can read how to install the Yarn CLI in [their documentation](https://classic.yarnpkg.com/en/docs/install). Foundry requires Node `^14.17 || >=16`.
Foundry needs to be installed as a dev-dependency via the [npm](https://www.npmjs.com) or [Yarn](https://classic.yarnpkg.com) package managers. The npm CLI ships with [Node](https://nodejs.org/en/). You can read how to install the Yarn CLI in [their documentation](https://classic.yarnpkg.com/en/docs/install). Foundry requires Node `^18.12 || >=20`.

Depending on your preference, run one of the following.

Expand Down
6,675 changes: 3,736 additions & 2,939 deletions package-lock.json

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,70 +34,70 @@
"release": "changeset publish"
},
"engines": {
"node": "^14.17 || >=16"
"node": "^18.12 || >=20"
},
"browserslist": [
"node 14.17",
"node 16"
"node 18.12",
"node 20"
],
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@emotion/eslint-plugin": "^11.11.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.62.0",
"chalk": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^8.44.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.9.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-playwright": "^0.12.0",
"eslint-plugin-playwright": "^0.19.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^4.0.0",
"inquirer": "^8.2.4",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^4.3.8",
"inquirer": "^8.2.6",
"is-ci": "^3.0.1",
"lint-staged": "13.1.2",
"lint-staged": "15.1.0",
"listr": "^0.14.3",
"listr-inquirer": "^0.1.0",
"lodash": "^4.17.21",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"read-pkg-up": "^7.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/cross-spawn": "^6.0.3",
"@types/dedent": "^0.7.0",
"@types/inquirer": "^8.2.1",
"@types/is-ci": "^3.0.0",
"@types/jest": "^29.5.4",
"@types/listr": "^0.14.4",
"@types/lodash": "^4.14.200",
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"@types/yargs": "^17.0.24",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/cross-spawn": "^6.0.6",
"@types/dedent": "^0.7.2",
"@types/inquirer": "^8.2.10",
"@types/is-ci": "^3.0.4",
"@types/jest": "^29.5.10",
"@types/listr": "^0.14.9",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.0",
"@types/prettier": "^2.7.3",
"@types/yargs": "^17.0.32",
"audit-ci": "^6.6.1",
"codecov": "^3.8.2",
"jest": "^29.6.4",
"codecov": "^3.8.3",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
}
}
Loading