-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump the development-dependencies group with 8 updates #86
chore(deps-dev): bump the development-dependencies group with 8 updates #86
Conversation
Bumps the development-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.15.0` | `9.16.0` | | [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.12.2` | `1.12.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.0` | `22.10.1` | | [mocha](https://github.com/mochajs/mocha) | `10.8.2` | `11.0.1` | | [prettier](https://github.com/prettier/prettier) | `3.4.0` | `3.4.1` | | [ts-proto](https://github.com/stephenh/ts-proto) | `2.4.0` | `2.5.0` | | [type-fest](https://github.com/sindresorhus/type-fest) | `4.28.1` | `4.30.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` | Updates `@eslint/js` from 9.15.0 to 9.16.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js) Updates `@grpc/grpc-js` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) Updates `@types/node` from 22.10.0 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `mocha` from 10.8.2 to 11.0.1 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.8.2...v11.0.1) Updates `prettier` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.0...3.4.1) Updates `ts-proto` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/stephenh/ts-proto/releases) - [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md) - [Commits](stephenh/ts-proto@v2.4.0...v2.5.0) Updates `type-fest` from 4.28.1 to 4.30.0 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.28.1...v4.30.0) Updates `typescript-eslint` from 8.16.0 to 8.17.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@grpc/grpc-js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ts-proto dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: type-fest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@eslint/[email protected], npm/@grpc/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected] |
Quality Gate passedIssues Measures |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
🎉 This PR is included in version 1.1.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Bumps the development-dependencies group with 8 updates:
9.15.0
9.16.0
1.12.2
1.12.3
22.10.0
22.10.1
10.8.2
11.0.1
3.4.0
3.4.1
2.4.0
2.5.0
4.28.1
4.30.0
8.16.0
8.17.0
Updates
@eslint/js
from 9.15.0 to 9.16.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
df9bf95
chore: package.json update for@eslint/js
releaseUpdates
@grpc/grpc-js
from 1.12.2 to 1.12.3Release notes
Sourced from
@grpc/grpc-js
's releases.Commits
a524d15
Merge pull request #2861 from murgatroid99/grpc-js_handle_socket_close848e00e
grpc-js: Restore socket disconnect handlingf0c58f7
Merge pull request #2858 from murgatroid99/grpc-js-xds_update_node_types_1.12bc749ac
grpc-js-xds: Update@types/node
and update code for compatibilityb6fbfa3
Merge pull request #2850 from murgatroid99/grpc-js_cert_refresh_1.122ed62c1
grpc-js{,-xds}: Renew self-signed certificates used in testsUpdates
@types/node
from 22.10.0 to 22.10.1Commits
Updates
mocha
from 10.8.2 to 11.0.1Release notes
Sourced from mocha's releases.
Changelog
Sourced from mocha's changelog.
Commits
4c558fb
chore(main): release 11.0.1 (#5257)a5bd707
Release v11.0.143c3157
feat: bumped glob dependency from 8 to 10 (#5250)34e0e52
docs: fix examples forlinkPartialObjects
methods (#5255)d3b2c38
chore(main): release 11.0.0 prerelease (#5241)80da25a
fix!: adapt new engine range for Mocha 11 (#5216)eac87e1
docs: downgrade example/tests chai to 4.5.0 (#5245)e3da641
feat: allow calling hook methods (#5231)Updates
prettier
from 3.4.0 to 3.4.1Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
37fd177
Release 3.4.11fb6297
Update ts-api-utils to v1.4.2 (#16888)f6fccad
Remove unnecessary parentheses around assignment inv-on
(#16887)5fef089
Minor improvements in v3.4.0 blog post (#16886)3542f13
3.4 release blog (#16851)f53791a
Clean changelog_unreleased2b41c93
Bump Prettier dependency to 3.4.010baab2
Update dependents countUpdates
ts-proto
from 2.4.0 to 2.5.0Release notes
Sourced from ts-proto's releases.
Changelog
Sourced from ts-proto's changelog.
Commits
eed4d40
chore(release): 2.5.0 [skip ci]c7372fa
feat: Add options to limit generation of encode and decode methods to only sp...bf304b2
chore(release): 2.4.2 [skip ci]de1a616
perf: Replacing "else if" with a "switch case" statement to improve Typescrip...c1e7691
chore(release): 2.4.1 [skip ci]4a8018c
perf: Generating "else if" where applicable (#1141)Updates
type-fest
from 4.28.1 to 4.30.0Release notes
Sourced from type-fest's releases.
Commits
688723a
4.30.0f6b1387
ArrayTail
: Fix support for optional parameters (#977)a716c29
AddSharedUnionFields
type (#994)cbcf97e
4.29.132d94dd
IsAny
: Fix circular constraint error on TypeScript 5.4+ (#993)ca449dc
Update funding.ymla01adcb
Bump typescript from 5.6.3 to 5.7.2 in the development-dependencies group (#995)1d44863
4.29.0fbbb8ba
Schema
: AddrecurseIntoArrays
option (#960)d7b692b
AddIntClosedRange
type (#992)Updates
typescript-eslint
from 8.16.0 to 8.17.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
2c8a75e
chore(release): publish 8.17.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions