Skip to content

Commit

Permalink
Bump the npm-development-dependencies group with 4 updates (#477)
Browse files Browse the repository at this point in the history
Bumps the npm-development-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [rollup](https://github.com/rollup/rollup), [typedoc](https://github.com/TypeStrong/TypeDoc) and [typescript](https://github.com/Microsoft/TypeScript).


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

Updates `rollup` from 4.12.0 to 4.12.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.12.0...v4.12.1)

Updates `typedoc` from 0.25.10 to 0.25.12
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.10...v0.25.12)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-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 Mar 11, 2024
1 parent a386d55 commit ed975ed
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
138 changes: 69 additions & 69 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-replace": "~5.0.5",
"@rollup/plugin-virtual": "~3.0.2",
"@types/node": "~20.11.24",
"@types/node": "~20.11.25",
"chai": "~5.1.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
Expand All @@ -124,10 +124,10 @@
"playwright": "~1.42.1",
"prettier": "~3.2.5",
"rimraf": "~5.0.5",
"rollup": "~4.12.0",
"rollup": "~4.12.1",
"rollup-plugin-dts": "~6.1.0",
"rollup-plugin-esbuild": "~6.1.1",
"typedoc": "~0.25.10",
"typescript": "~5.3.3"
"typedoc": "~0.25.12",
"typescript": "~5.4.2"
}
}

0 comments on commit ed975ed

Please sign in to comment.