Skip to content

Commit

Permalink
Bump the dev-dependencies group in /reference-lib with 4 updates (#81)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /reference-lib with 4 updates: [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json), [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [rollup](https://github.com/rollup/rollup).


Updates `@rollup/plugin-json` from 6.0.0 to 6.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/json)

Updates `@rollup/plugin-typescript` from 11.1.4 to 11.1.5
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.5/packages/typescript)

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

Updates `rollup` from 3.29.4 to 4.3.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.3.0)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 12ab299 commit 4a451a5
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 30 deletions.
220 changes: 194 additions & 26 deletions reference-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions reference-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"url": "https://github.com/nginxinc/nginx-directive-reference.git"
},
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.1.4",
"@types/jest": "^29.5.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.7",
"jest": "^29.7.0",
"rollup": "^3.29.4",
"rollup": "^4.3.0",
"ts-jest": "^29.1.1"
},
"files": [
Expand Down

0 comments on commit 4a451a5

Please sign in to comment.