Skip to content

Commit 8eace19

Browse files
Bump the minor-updates group across 1 directory with 8 updates
Bumps the minor-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@lit/task](https://github.com/lit/lit/tree/HEAD/packages/task) | `1.0.1` | `1.0.2` | | [@octokit/core](https://github.com/octokit/core.js) | `6.1.2` | `6.1.3` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.3.2` | `9.4.0` | | [@octokit/request-error](https://github.com/octokit/request-error.js) | `6.1.5` | `6.1.6` | | [zod](https://github.com/colinhacks/zod) | `3.23.8` | `3.24.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.13.1` | | [mocha](https://github.com/mochajs/mocha) | `11.0.1` | `11.1.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` | Updates `@lit/task` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/task/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/@lit/[email protected]/packages/task) 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/plugin-throttling` from 9.3.2 to 9.4.0 - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](octokit/plugin-throttling.js@v9.3.2...v9.4.0) 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.13.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `mocha` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.0.1...v11.1.0) Updates `typescript` from 5.7.2 to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: "@lit/task" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@octokit/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: minor-updates - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1001060 commit 8eace19

File tree

2 files changed

+146
-151
lines changed

2 files changed

+146
-151
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@js-temporal/polyfill": "^0.4.4",
23-
"@lit/task": "^1.0.1",
24-
"@octokit/core": "^6.1.2",
23+
"@lit/task": "^1.0.2",
24+
"@octokit/core": "^6.1.3",
2525
"@octokit/plugin-paginate-graphql": "^5.2.4",
26-
"@octokit/plugin-throttling": "^9.3.2",
27-
"@octokit/request-error": "^6.1.5",
26+
"@octokit/plugin-throttling": "^9.4.0",
27+
"@octokit/request-error": "^6.1.6",
2828
"@webcomponents/template-shadowroot": "^0.2.1",
2929
"astro": "^4.16.16",
3030
"colorjs.io": "^0.5.2",
@@ -33,15 +33,15 @@
3333
"lit": "^3.2.1",
3434
"node-fetch": "^3.3.2",
3535
"simple-statistics": "^7.8.7",
36-
"zod": "^3.23.8"
36+
"zod": "^3.24.1"
3737
},
3838
"devDependencies": {
3939
"@astrojs/check": "^0.9.4",
4040
"@tsconfig/node20": "^20.1.4",
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.10.1",
43-
"mocha": "^11.0.1",
44-
"typescript": "^5.7.2"
42+
"@types/node": "^22.13.1",
43+
"mocha": "^11.1.0",
44+
"typescript": "^5.7.3"
4545
},
4646
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
4747
}

0 commit comments

Comments
 (0)