Skip to content

Commit 771ac63

Browse files
chore(deps-dev): bump the minor group in /website with 8 updates
Bumps the minor group in /website with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.17.0` | `9.18.0` | | [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.62.16` | `5.64.2` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.2.0` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.21.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.21.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `16.5.3` | `16.6.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.1` | `8.21.0` | Updates `@eslint/js` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.18.0/packages/js) Updates `@tanstack/eslint-plugin-query` from 5.62.16 to 5.64.2 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.64.2/packages/eslint-plugin-query) Updates `@testing-library/react` from 16.1.0 to 16.2.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.1.0...v16.2.0) Updates `@testing-library/user-event` from 14.5.2 to 14.6.0 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.5.2...v14.6) Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.19.1 to 8.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/parser) Updates `happy-dom` from 16.5.3 to 16.6.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v16.5.3...v16.6.0) Updates `typescript-eslint` from 8.19.1 to 8.21.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.21.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@tanstack/eslint-plugin-query" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d682371 commit 771ac63

File tree

2 files changed

+89
-79
lines changed

2 files changed

+89
-79
lines changed

website/package-lock.json

+81-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,24 @@
6262
"@astrojs/react": "^4.1.5",
6363
"@astrojs/tailwind": "^5.1.4",
6464
"@emotion/styled": "^11.14.0",
65-
"@eslint/js": "^9.17.0",
65+
"@eslint/js": "^9.18.0",
6666
"@iconify/json": "^2.2.295",
6767
"@playwright/test": "^1.49.1",
6868
"@tailwindcss/forms": "^0.5.9",
69-
"@tanstack/eslint-plugin-query": "^5.62.15",
69+
"@tanstack/eslint-plugin-query": "^5.64.2",
7070
"@testing-library/dom": "^10.4.0",
7171
"@testing-library/jest-dom": "^6.6.3",
72-
"@testing-library/react": "^16.1.0",
73-
"@testing-library/user-event": "^14.5.2",
72+
"@testing-library/react": "^16.2.0",
73+
"@testing-library/user-event": "^14.6.0",
7474
"@types/jsonwebtoken": "^9.0.7",
7575
"@types/lodash": "^4.17.14",
7676
"@types/luxon": "^3.4.2",
7777
"@types/node": "^22.10.6",
7878
"@types/react": "^18.3.12",
7979
"@types/react-dom": "^18.3.1",
8080
"@types/uuid": "^10.0.0",
81-
"@typescript-eslint/eslint-plugin": "^8.19.1",
82-
"@typescript-eslint/parser": "^8.19.1",
81+
"@typescript-eslint/eslint-plugin": "^8.21.0",
82+
"@typescript-eslint/parser": "^8.21.0",
8383
"@vitejs/plugin-react": "^4.3.4",
8484
"astro-eslint-parser": "^1.1.0",
8585
"cross-env": "^7.0.3",
@@ -90,15 +90,15 @@
9090
"eslint-plugin-jsx-a11y": "^6.10.2",
9191
"eslint-plugin-react": "^7.37.4",
9292
"eslint-plugin-react-hooks": "^5.1.0",
93-
"happy-dom": "^16.3.0",
93+
"happy-dom": "^16.6.0",
9494
"msw": "^2.7.0",
9595
"prettier": "3.4.2",
9696
"prettier-plugin-astro": "^0.14.1",
9797
"resize-observer-polyfill": "^1.5.1",
9898
"sass": "^1.83.4",
9999
"tailwindcss": "^3.4.17",
100100
"typescript": "^5.7.2",
101-
"typescript-eslint": "^8.19.1",
101+
"typescript-eslint": "^8.21.0",
102102
"uuid": "^11.0.5",
103103
"vite": "^6.0.7",
104104
"vitest": "2.1.8"

0 commit comments

Comments
 (0)