Skip to content
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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps the development-dependencies group with 8 updates:

Package From To
@eslint/js 9.15.0 9.16.0
@grpc/grpc-js 1.12.2 1.12.3
@types/node 22.10.0 22.10.1
mocha 10.8.2 11.0.1
prettier 3.4.0 3.4.1
ts-proto 2.4.0 2.5.0
type-fest 4.28.1 4.30.0
typescript-eslint 8.16.0 8.17.0

Updates @eslint/js from 9.15.0 to 9.16.0

Release notes

Sourced from @​eslint/js's releases.

v9.16.0

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#19148) (Milos Djermanovic)

Chores

  • feb703b chore: upgrade to @eslint/[email protected] (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 3afb8a1 chore: update dependency @​eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)
  • 1f77c53 chore: add repository.directory property to package.json (#19165) (루밀LuMir)
  • d460594 chore: update dependency @​arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])
  • 45cd4ea refactor: update default options in rules (#19136) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.16.0 - November 29, 2024

  • feb703b chore: upgrade to @eslint/[email protected] (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#19179) (루밀LuMir)
  • 3afb8a1 chore: update dependency @​eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)
  • 1f77c53 chore: add repository.directory property to package.json (#19165) (루밀LuMir)
  • d460594 chore: update dependency @​arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])
  • 45cd4ea refactor: update default options in rules (#19136) (Milos Djermanovic)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#19148) (Milos Djermanovic)
Commits

Updates @grpc/grpc-js from 1.12.2 to 1.12.3

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.12.3

  • Report UNAVAILABLE if possible when handling connection drops (#2861)
Commits
  • a524d15 Merge pull request #2861 from murgatroid99/grpc-js_handle_socket_close
  • 848e00e grpc-js: Restore socket disconnect handling
  • f0c58f7 Merge pull request #2858 from murgatroid99/grpc-js-xds_update_node_types_1.12
  • bc749ac grpc-js-xds: Update @​types/node and update code for compatibility
  • b6fbfa3 Merge pull request #2850 from murgatroid99/grpc-js_cert_refresh_1.12
  • 2ed62c1 grpc-js{,-xds}: Renew self-signed certificates used in tests
  • See full diff in compare view

Updates @types/node from 22.10.0 to 22.10.1

Commits

Updates mocha from 10.8.2 to 11.0.1

Release notes

Sourced from mocha's releases.

v11.0.1

11.0.1 (2024-12-02)

🌟 Features

📚 Documentation

  • fix examples for linkPartialObjects methods (#5255) (34e0e52)

v11.0.0 Prerelease

11.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • adapt new engine range for Mocha 11 (#5216)

🌟 Features

🩹 Fixes

📚 Documentation

Changelog

Sourced from mocha's changelog.

11.0.1 (2024-12-02)

🌟 Features

📚 Documentation

  • fix examples for linkPartialObjects methods (#5255) (34e0e52)

11.0.0 (2024-11-11)

⚠ BREAKING CHANGES

  • adapt new engine range for Mocha 11 (#5216)

🌟 Features

🩹 Fixes

📚 Documentation

Commits

Updates prettier from 3.4.0 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

Commits

Updates ts-proto from 2.4.0 to 2.5.0

Release notes

Sourced from ts-proto's releases.

v2.5.0

2.5.0 (2024-12-03)

Features

  • Add options to limit generation of encode and decode methods to only specific message types (#1085) (c7372fa), closes #1084

v2.4.2

2.4.2 (2024-11-28)

Performance Improvements

  • Replacing "else if" with a "switch case" statement to improve Typescript performance (#1142) (de1a616), closes #1135 #1141

v2.4.1

2.4.1 (2024-11-26)

Performance Improvements

Changelog

Sourced from ts-proto's changelog.

2.5.0 (2024-12-03)

Features

  • Add options to limit generation of encode and decode methods to only specific message types (#1085) (c7372fa), closes #1084

2.4.2 (2024-11-28)

Performance Improvements

  • Replacing "else if" with a "switch case" statement to improve Typescript performance (#1142) (de1a616), closes #1135 #1141

2.4.1 (2024-11-26)

Performance Improvements

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)
  • See full diff in compare view

Updates type-fest from 4.28.1 to 4.30.0

Release notes

Sourced from type-fest's releases.

v4.30.0

sindresorhus/type-fest@v4.29.1...v4.30.0

v4.29.1

  • IsAny: Fix circular constraint error on TypeScript 5.4+ (#993) 32d94dd

sindresorhus/type-fest@v4.29.0...v4.29.1

v4.29.0

sindresorhus/type-fest@v4.28.1...v4.29.0

Commits

Updates typescript-eslint from 8.16.0 to 8.17.0

Release notes

Sourced from typescript-eslint's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.17.0 (2024-12-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot 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

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]>
@dependabot dependabot bot requested a review from a team as a code owner December 3, 2024 08:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 3, 2024
Copy link

Copy link

sonarqubecloud bot commented Dec 3, 2024

@github-advanced-security
Copy link

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.

@basti1302 basti1302 merged commit 090f77f into main Dec 3, 2024
10 checks passed
@basti1302 basti1302 deleted the dependabot/npm_and_yarn/development-dependencies-aa8db57ac8 branch December 3, 2024 14:24
Copy link

🎉 This PR is included in version 1.1.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant