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

build(deps-dev): bump the npm-development group across 1 directory with 17 updates #244

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-development group with 17 updates in the / directory:

Package From To
@actions/core 1.11.0 1.11.1
@clack/core 0.3.4 0.3.5
@clack/prompts 0.7.0 0.8.2
@commitlint/cli 19.5.0 19.6.0
@commitlint/config-conventional 19.5.0 19.6.0
@types/jest 29.5.13 29.5.14
@types/node 22.7.4 22.10.1
@vercel/ncc 0.38.2 0.38.3
eslint-plugin-github 5.0.2 5.1.3
eslint-plugin-jest 28.8.3 28.9.0
eslint-plugin-jsonc 2.16.0 2.18.2
husky 9.1.6 9.1.7
prettier 3.3.3 3.4.2
prettier-plugin-packagejson 2.5.2 2.5.6
publint 0.2.11 0.2.12
typedoc 0.26.7 0.27.3
typescript 5.6.2 5.7.2

Updates @actions/core from 1.11.0 to 1.11.1

Changelog

Sourced from @​actions/core's changelog.

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842
Commits

Updates @clack/core from 0.3.4 to 0.3.5

Changelog

Sourced from @​clack/core's changelog.

0.3.5

Patch Changes

  • 4845f4f: Fixes a bug which kept the terminal cursor hidden after a prompt is cancelled
  • d7b2fb9: Adds missing LICENSE file. Since the package.json file has always included "license": "MIT", please consider this a licensing clarification rather than a licensing change.
Commits

Updates @clack/prompts from 0.7.0 to 0.8.2

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.8.2

Patch Changes

  • Updated dependencies [4845f4f]
  • Updated dependencies [d7b2fb9]
    • @​clack/core@​0.3.5

@​clack/prompts@​0.8.1

Patch Changes

  • 360afeb: feat: adaptative max items
Changelog

Sourced from @​clack/prompts's changelog.

0.8.2

Patch Changes

  • Updated dependencies [4845f4f]
  • Updated dependencies [d7b2fb9]
    • @​clack/core@​0.3.5

0.8.1

Patch Changes

  • 360afeb: feat: adaptative max items

0.8.0

Minor Changes

  • 9acccde: Add tasks function for executing tasks in spinners

Patch Changes

  • b5c6b9b: Feat multiselect maxItems option
  • 50ed94a: fix: clear spinner hooks on spinner.stop
  • Updated dependencies [a04e418]
  • Updated dependencies [4f6fcf5]
    • @​clack/core@​0.3.4
Commits

Updates @commitlint/cli from 19.5.0 to 19.6.0

Release notes

Sourced from @​commitlint/cli's releases.

v19.6.0

19.6.0 (2024-11-19)

Features

Chore, Docs, etc

Full Changelog: conventional-changelog/commitlint@v19.5.0...v19.6.0

New Contributors

Changelog

Sourced from @​commitlint/cli's changelog.

19.6.0 (2024-11-19)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @commitlint/config-conventional from 19.5.0 to 19.6.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.6.0

19.6.0 (2024-11-19)

Features

Chore, Docs, etc

Full Changelog: conventional-changelog/commitlint@v19.5.0...v19.6.0

New Contributors

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.6.0 (2024-11-19)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @types/jest from 29.5.13 to 29.5.14

Commits

Updates @types/node from 22.7.4 to 22.10.1

Commits

Updates @vercel/ncc from 0.38.2 to 0.38.3

Release notes

Sourced from @​vercel/ncc's releases.

0.38.3

0.38.3 (2024-11-15)

Bug Fixes

  • add missing --asset-builds to cli help message (#1228) (84f8c52)
Commits
  • 84f8c52 fix: add missing --asset-builds to cli help message (#1228)
  • 0ff93c6 chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)
  • ae5bf16 chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...
  • 738a2bf chore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)
  • See full diff in compare view

Updates eslint-plugin-github from 5.0.2 to 5.1.3

Release notes

Sourced from eslint-plugin-github's releases.

v5.1.3

What's Changed

  • ESLint <v9 will maintain backwards compatibility by using the original eslint-filenames-plugin by @​gracepark in github/eslint-plugin-github#579
  • For ESLint v9+, if you configured the filenames/match-regex rule, please note we have adapted the match regex rule into eslint-plugin-github as the original eslint-filenames-plugin is no longer maintained and needed an ESLint v9 update. Please update the rule name to github/filenames-match-regex and keep the same configuration.

Full Changelog: github/eslint-plugin-github@v5.1.2...v5.1.3

v5.1.2

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.1...v5.1.2

v5.1.1

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.0...v5.1.1

v5.1.0

In this release we're supporting ESLint's new flat config and still maintaining legacy configs for backwards compatibility. We've created flat configs via getFlatConfigs():

Usage

import github from 'eslint-plugin-github'
export default [
github.getFlatConfigs().browser,
github.getFlatConfigs().recommended,
github.getFlatConfigs().react,
...github.getFlatConfigs().typescript,
{
files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
ignores: ['eslint.config.mjs'],
rules: {
'github/array-foreach': 'error',
'github/async-preventdefault': 'warn',
'github/no-then': 'error',
'github/no-blur': 'error',
},
},
]

What's Changed

... (truncated)

Commits
  • 7c07c17 Merge pull request #579 from github/legacy-filenames
  • 020bf50 add back typescript-eslint plugin and parser
  • e753bfb add line break
  • c331010 update legacy docs
  • 5ebc581 update readme
  • 5ba5f86 update docs
  • 4cbe6b3 legacy v8 should keep old filenames
  • 97908fc Merge pull request #578 from github/filenames-fix
  • b5369f3 Merge remote-tracking branch 'refs/remotes/origin/filenames-fix' into filenam...
  • e86d155 add comment
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 28.8.3 to 28.9.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.9.0

28.9.0 (2024-11-05)

Features

Changelog

Sourced from eslint-plugin-jest's changelog.

28.9.0 (2024-11-05)

Features

Commits
  • 49f3079 chore(release): 28.9.0 [skip ci]
  • 1ce1258 feat: add TypeScript types (#1667)
  • 6f8ff4d chore: switch to v16 of @types/node (#1668)
  • 2a12174 chore(deps): lock file maintenance
  • 04044b9 docs: include both flat and legacy config examples in usage section (#1664)
  • d932210 chore(deps): lock file maintenance
  • 28c0f6d chore(deps): update yarn to v3.8.6 (#1657)
  • 89c39e0 chore(deps): lock file maintenance
  • 0ff404c chore(deps): lock file maintenance
  • 3888bee chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates eslint-plugin-jsonc from 2.16.0 to 2.18.2

Release notes

Sourced from eslint-plugin-jsonc's releases.

v2.18.2

Patch Changes

v2.18.1

Patch Changes

v2.18.0

Minor Changes

v2.17.0

Minor Changes

Changelog

Sourced from eslint-plugin-jsonc's changelog.

2.18.2

Patch Changes

2.18.1

Patch Changes

2.18.0

Minor Changes

2.17.0

Minor Changes

Commits
  • 04dddf3 chore: release eslint-plugin-jsonc (#379)
  • 7f89189 chore: workaround
  • e46de35 fix: crash when used with eslint v9.15 (#378)
  • 4b4bec5 chore: release eslint-plugin-jsonc (#375)
  • 3f8a1b9 fix(deps): update dependency eslint-json-compat-utils to ^0.2.0 (#374)
  • 488be97 chore: release eslint-plugin-jsonc (#373)
  • 9dce7d3 feat: use eslint-json-compat-utils (#372)
  • af28a23 chore: release eslint-plugin-jsonc (#371)
  • 5b1e9ac Experimental support for @eslint/json (#369)
  • ce9d5b1 fix(deps): update dependency eslint-compat-utils to ^0.6.0
  • Additional commits viewable in compare view

Updates husky from 9.1.6 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

Commits

Updates prettier from 3.3.3 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates prettier-plugin-packagejson from 2.5.2 to 2.5.6

Release notes

Sourced from prettier-plugin-packagejson's releases.

v2.5.6

2.5.6 (2024-11-25)

Bug Fixes

  • deps: update dependency sort-package-json to v2.12.0 (81ad3b6)

v2.5.5

2.5.5 (2024-11-20)

Bug Fixes

  • deps: update dependency sort-package-json to v2.11.0 (ecf4cbe)

v2.5.4

2.5.4 (2024-11-20)

Bug Fixes

  • deps: update dependency sort-package-json to v2.10.2 (a29cb8e)

v2.5.3

2.5.3 (2024-10-08)

Bug Fixes

  • deps: update dependency synckit to v0.9.2 (20ed38e)
Commits
  • eba5262 Merge pull request #199 from matzkoh/renovate/sort-package-json-2.x
  • 81ad3b6 fix(deps): update dependency sort-package-json to v2.12.0
  • a075eb9 Merge pull request #197 from matzkoh/renovate/sort-package-json-2.x
  • ecf4cbe fix(deps): update dependency sort-package-json to v2.11.0
  • 2adc93e Merge pull request #196 from matzkoh/renovate/sort-package-json-2.10.x
  • a29cb8e fix(deps): update dependency sort-package-json to v2.10.2
  • d4716b1 Merge pull request #195 from matzkoh/renovate/lock-file-maintenance
  • 45779b1 chore(deps): lock file maintenance
  • e893c0f Merge pull request #192 from matzkoh/renovate/npm-run-all2-7.x
  • 8fb053f Merge pull request #194 from matzkoh/renovate/lock-file-maintenance
  • Additional commits viewable in compare view

Updates publint from 0.2.11 to 0.2.12

Release notes

Sourced from publint's releases.

v0.2.12

Features

  • If the package publishes a license file, but the "license" field is not set in package.json, a suggestion will now be shown to add the field (bluwy/publint#111)

Bug fixes

  • In the "repostory" field, string shorthands with nested paths like gitlab:org/user/repo is now considered valid (bluwy/publint#113)

Site

Full Changelog: bluwy/publint@v0.2.11...v0.2.12

Commits

Updates typedoc from 0.26.7 to 0.27.3

Release notes

Sourced from typedoc's releases.

v0.27.3

Features

  • Added support for PNG favicons, #2790.
  • Improved support for hosting TypeDoc with strict Content Security Policy rules, #2794.

Bug Fixes

  • Add special handling for import types with type errors discarded with ts-expect-error, #2792.
  • Fixed low contrast in default colors for properties/accessors in light mode, #2795.
  • The highlightLanguages option now permits Shiki aliases to be specified rather than just the language ID, #2798.

Thanks!

v0.27.2

Bug Fixes

  • Fix crash with TypeScript 5.5.x, #2789.

v0.27.1

Bug Fixes

  • Include classes which inherit from another package in class hierarchy in packages mode, #2467.
  • Fixed handling of @categoryDescription and @groupDescription on module pages, #2787.
  • Fixed automatic discovery of entry points in packages mode.
  • Reverted accidental style change for hierarchy page introduced in 0.27.0
  • The hierarchy Expand/Collapse link will now only appear if the hierarchies are different.

v0.27.0 (2024-11-27)

Breaking Changes

  • Convert to ESM to enable easier use of ESM-only dependencies.
  • Drop support for TypeScript <5.0, no longer supported by DefinitelyTyped
  • Relaxed requirements for file names and generated url fragments. This may result in a different file name structure, #2714.
  • Anchors to document headings and reflections within a HTML generated pages have changed. They can be partially restored to the previous format by setting --sluggerConfiguration.lowercase false. This change was made to more closely match the default behavior of GitHub's markdown rendering and VSCode's autocomplete when creating a relative link to an external markdown file.
  • Removed the hideParameterTypesInTitle option, this was originally added as a workaround for many signatures overflowing the available horizontal space

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.27.3 (2024-12-04)

Features

  • Added support for PNG favicons, #2790.
  • Improved support for hosting TypeDoc with strict Content Security Policy rules, #2794.

Bug Fixes

  • Add special handling for import types with type errors discarded with ts-expect-error, #2792.
  • Fixed low contrast in default colors for properties/accessors in light mode, #2795.
  • The highlightLanguages option now permits Shiki aliases to be specified rather than just the language ID, #2798.

Thanks!

v0.27.2 (2024-11-29)

Bug Fixes

  • Fix crash with TypeScript 5.5.x, #2789.

v0.27.1 (2024-11-28)

Bug Fixes

  • Include classes which inherit from another package in class hierarchy in packages mode, #2467.
  • Fixed handling of @categoryDescription and @groupDescription on module pages, #2787.
  • Fixed automatic discovery of entry points in packages mode.
  • Reverted accidental style change for hierarchy page introduced in 0.27.0
  • The hierarchy Expand/Collapse link will now only appear if the hierarchies are different.

v0.27.0 (2024-11-27)

Breaking Changes

  • Convert to ESM to enable easier use of ESM-only dependencies.
  • Drop support for TypeScript <5.0, no longer supported by DefinitelyTyped
  • Relaxed requirements for file names and generated url fragments. This may result in a different file name structure, #2714.
  • Anchors to document headings and reflections within a HTML generated pages have changed. They can be partially restored to the previous format by setting --sluggerConfiguration.lowercase false. This change was made to more closely match the default behavior of GitHub's markdown rendering and VSCode's autocomplete when creating a relative link to an external markdown file.
  • Removed the hideParameterTypesInTitle option, this was originally added as a workaround for many signatures overflowing the available horizontal space

... (truncated)

Commits
  • f421460 Update changelog for release
  • bd2ee57 Bump version to 0.27.3
  • 18d3cb1 Update changelog for PNG favicon
  • 2741645 Support language aliases in highlightLanguages
  • 2b84c16 Update changelog
  • d8b85da Fix low contract on properties/accessors in light mode
  • 9471039 Merge pull request #2797 from mikalai-snap/ms/2794-replace-fetch
  • 8ca7290 Replaced fetch() with direct data access
  • 906e988 Fix 404 issues on site
  • e472283 Merge pull request #2791 from mistic100/favicon-png
  • Additional commits viewable in compare view

Updates typescript from 5.6.2 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

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

…th 17 updates

Bumps the npm-development group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.11.0` | `1.11.1` |
| [@clack/core](https://github.com/natemoo-re/clack/tree/HEAD/packages/core) | `0.3.4` | `0.3.5` |
| [@clack/prompts](https://github.com/natemoo-re/clack/tree/HEAD/packages/prompts) | `0.7.0` | `0.8.2` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.5.0` | `19.6.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.5.0` | `19.6.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.1` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.2` | `0.38.3` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.2` | `5.1.3` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.3` | `28.9.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.2` | `2.5.6` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.11` | `0.2.12` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.7` | `0.27.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |



Updates `@actions/core` from 1.11.0 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@clack/core` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/natemoo-re/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/natemoo-re/clack/commits/HEAD/packages/core)

Updates `@clack/prompts` from 0.7.0 to 0.8.2
- [Release notes](https://github.com/natemoo-re/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/natemoo-re/clack/commits/@clack/[email protected]/packages/prompts)

Updates `@commitlint/cli` from 19.5.0 to 19.6.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 19.5.0 to 19.6.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-conventional)

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

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

Updates `@vercel/ncc` from 0.38.2 to 0.38.3
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.2...0.38.3)

Updates `eslint-plugin-github` from 5.0.2 to 5.1.3
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.0.2...v5.1.3)

Updates `eslint-plugin-jest` from 28.8.3 to 28.9.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.8.3...v28.9.0)

Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.16.0...v2.18.2)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `prettier-plugin-packagejson` from 2.5.2 to 2.5.6
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.2...v2.5.6)

Updates `publint` from 0.2.11 to 0.2.12
- [Release notes](https://github.com/bluwy/publint/releases)
- [Commits](https://github.com/bluwy/publint/commits/v0.2.12/pkg)

Updates `typedoc` from 0.26.7 to 0.27.3
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.7...v0.27.3)

Updates `typescript` from 5.6.2 to 5.7.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.6.2...v5.7.2)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@clack/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@clack/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: publint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sgammon as a code owner December 4, 2024 14:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 4, 2024
Copy link

sonarcloud bot commented Dec 4, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

Superseded by #245.

@dependabot dependabot bot closed this Dec 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-0f744a1cfa branch December 6, 2024 15:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants