Skip to content

Commit f528c96

Browse files
Bump the npm-development group across 1 directory with 6 updates
Bumps the npm-development group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.1` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.1` | `5.1.4` | | [memfs](https://github.com/streamich/memfs) | `4.14.0` | `4.14.1` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` | | [type-fest](https://github.com/sindresorhus/type-fest) | `4.28.0` | `4.30.0` | Updates `@types/node` from 22.9.3 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `dotenv` from 16.4.5 to 16.4.7 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.5...v16.4.7) Updates `eslint-plugin-github` from 5.1.1 to 5.1.4 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.1.1...v5.1.4) Updates `memfs` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.14.0...v4.14.1) Updates `prettier` from 3.3.3 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.2) Updates `type-fest` from 4.28.0 to 4.30.0 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.28.0...v4.30.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: memfs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: type-fest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a7a2a6 commit f528c96

File tree

2 files changed

+250
-35
lines changed

2 files changed

+250
-35
lines changed

package-lock.json

Lines changed: 244 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,23 @@
9595
"@code-pushup/js-packages-plugin": "^0.56.0",
9696
"@code-pushup/portal-client": "^0.9.0",
9797
"@types/jest": "^29.5.14",
98-
"@types/node": "^22.9.3",
98+
"@types/node": "^22.10.1",
9999
"@typescript-eslint/eslint-plugin": "^7.18.0",
100100
"@typescript-eslint/parser": "^7.18.0",
101101
"@vercel/ncc": "^0.38.3",
102-
"dotenv": "^16.4.5",
102+
"dotenv": "^16.4.7",
103103
"eslint": "^8.57.1",
104-
"eslint-plugin-github": "^5.1.1",
104+
"eslint-plugin-github": "^5.1.4",
105105
"eslint-plugin-jest": "^28.9.0",
106106
"eslint-plugin-jsonc": "^2.18.2",
107107
"eslint-plugin-prettier": "^5.2.1",
108108
"jest": "^29.7.0",
109109
"make-coverage-badge": "^1.2.0",
110-
"memfs": "^4.14.0",
111-
"prettier": "^3.3.3",
110+
"memfs": "^4.14.1",
111+
"prettier": "^3.4.2",
112112
"prettier-eslint": "^16.3.0",
113113
"ts-jest": "^29.2.5",
114-
"type-fest": "^4.28.0",
114+
"type-fest": "^4.30.0",
115115
"typescript": "^5.7.2"
116116
}
117117
}

0 commit comments

Comments
 (0)