Skip to content

Commit

Permalink
Bump the minor-updates group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 4 updates in the / directory: [@octokit/core](https://github.com/octokit/core.js), [@octokit/request-error](https://github.com/octokit/request-error.js), [zod](https://github.com/colinhacks/zod) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@octokit/core` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v6.1.2...v6.1.3)

Updates `@octokit/request-error` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v6.1.5...v6.1.6)

Updates `zod` from 3.23.8 to 3.24.1
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.8...v3.24.1)

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

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@octokit/request-error"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 1001060 commit 4f7a359
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 65 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"@lit/task": "^1.0.1",
"@octokit/core": "^6.1.2",
"@octokit/core": "^6.1.3",
"@octokit/plugin-paginate-graphql": "^5.2.4",
"@octokit/plugin-throttling": "^9.3.2",
"@octokit/request-error": "^6.1.5",
"@octokit/request-error": "^6.1.6",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.16.16",
"colorjs.io": "^0.5.2",
Expand All @@ -33,13 +33,13 @@
"lit": "^3.2.1",
"node-fetch": "^3.3.2",
"simple-statistics": "^7.8.7",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@tsconfig/node20": "^20.1.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"@types/node": "^22.10.5",
"mocha": "^11.0.1",
"typescript": "^5.7.2"
},
Expand Down
135 changes: 74 additions & 61 deletions pnpm-lock.yaml

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

0 comments on commit 4f7a359

Please sign in to comment.