Skip to content

Commit

Permalink
chore(deps-dev): bump the testing-and-dev group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 5 updates

Bumps the testing-and-dev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.5` | `6.4.6` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.3.1` | `16.0.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.7.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.2.1` | `14.2.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |



Updates `@testing-library/jest-dom` from 6.4.5 to 6.4.6
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.5...v6.4.6)

Updates `@testing-library/react` from 14.3.1 to 16.0.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@v14.3.1...v16.0.0)

Updates `eslint` from 8.57.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.7.0)

Updates `eslint-config-next` from 13.2.1 to 14.2.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-config-next)

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing-and-dev
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing-and-dev
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing-and-dev
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing-and-dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing-and-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent d6c33a9 commit 65b22f5
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 323 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/react-syntax-highlighter": "^15.5.13",
Expand All @@ -69,8 +69,8 @@
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.2",
"autoprefixer": "^10.4.13",
"eslint": "8.57.0",
"eslint-config-next": "13.2.1",
"eslint": "9.7.0",
"eslint-config-next": "14.2.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.31",
Expand All @@ -80,6 +80,6 @@
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
"tailwindcss": "^3.2.7",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 65b22f5

Please sign in to comment.