Skip to content

Commit

Permalink
Bump the major group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.11` | `22.1.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `8.0.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.17.0` | `8.0.1` |
| [ttf2woff2](https://github.com/nfroidure/ttf2woff2) | `5.0.0` | `6.0.1` |
| [@types/ttf2woff2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ttf2woff2) | `2.0.2` | `6.0.0` |



Updates `@types/node` from 20.14.11 to 22.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 8.0.1
- [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.0.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.17.0 to 8.0.1
- [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.0.1/packages/parser)

Updates `ttf2woff2` from 5.0.0 to 6.0.1
- [Release notes](https://github.com/nfroidure/ttf2woff2/releases)
- [Changelog](https://github.com/nfroidure/ttf2woff2/blob/main/CHANGELOG.md)
- [Commits](nfroidure/ttf2woff2@v5.0.0...v6.0.1)

Updates `@types/ttf2woff2` from 2.0.2 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ttf2woff2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: ttf2woff2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/ttf2woff2"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 01d0fab commit dad7664
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 370 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.11",
"@types/node": "^22.1.0",
"@types/opentype.js": "^1.3.8",
"@types/ttf2woff2": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@types/ttf2woff2": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"dotenv-cli": "^7.4.2",
"eslint": "v8",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -50,7 +50,7 @@
"pretty-quick": "^4.0.0",
"resolve-tspaths": "^0.8.19",
"svgo": "^3.3.2",
"ttf2woff2": "^5.0.0",
"ttf2woff2": "^6.0.1",
"typescript": "^5.5.3",
"webfont": "^11.2.26"
},
Expand Down
Loading

0 comments on commit dad7664

Please sign in to comment.