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 dev-dependencies group across 1 directory with 9 updates #1491

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 9 updates in the / directory:

Package From To
@redhat-cloud-services/tsc-transform-imports 1.0.19 1.0.21
apidoc-mock 5.0.5 5.0.6
changelog-light 2.0.3 2.0.4
cspell 8.16.0 8.16.1
eslint-plugin-jsdoc 50.5.0 50.6.0
jsdoc-to-markdown 9.0.5 9.1.1
prettier 3.3.3 3.4.1
typescript 5.6.3 5.7.2
weldable 3.2.1 3.2.2

Updates @redhat-cloud-services/tsc-transform-imports from 1.0.19 to 1.0.21

Updates apidoc-mock from 5.0.5 to 5.0.6

Release notes

Sourced from apidoc-mock's releases.

v5.0.6

CHANGELOG

Changelog

Sourced from apidoc-mock's changelog.

5.0.6 (2024-11-23)

Builds

Commits

Updates changelog-light from 2.0.3 to 2.0.4

Release notes

Sourced from changelog-light's releases.

v2.0.4

CHANGELOG

Changelog

Sourced from changelog-light's changelog.

2.0.4 (2024-11-23)

Builds

Commits

Updates cspell from 8.16.0 to 8.16.1

Release notes

Sourced from cspell's releases.

v8.16.1

Changes

Fixes

fix: Honor the --color option (#6594)

fixes #6589

Also support the NO_COLOR environment variable.


fix: remove legacy enableFiletypes (#6575)


fix: Remove legacy words settings (#6559)


fix: Support canceling a read request (#6549)


Dictionary Updates

... (truncated)

Changelog

Sourced from cspell's changelog.

8.16.1 (2024-11-26)

Commits

Updates eslint-plugin-jsdoc from 50.5.0 to 50.6.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.6.0

50.6.0 (2024-11-26)

Features

  • lines-before-block: move start-of-block checking behind off-by-default checkBlockStarts option (#1341) (f9b102d)
Commits
  • f9b102d feat(lines-before-block): move start-of-block checking behind off-by-default ...
  • feba293 build(deps): bump cross-spawn from 7.0.3 to 7.0.6
  • d3c24f5 chore(package): add bugs url
  • f9a3131 chore(package): add homepage url
  • 44142de chore(package): fix repository url
  • See full diff in compare view

Updates jsdoc-to-markdown from 9.0.5 to 9.1.1

Release notes

Sourced from jsdoc-to-markdown's releases.

v9.1.1

Non-breaking changes since v9.1.0

  • Amended the fix for #90 so that @link, @linkcode and @linkplain tags are resolved in the @deprecated tag text.

v9.1.0

New feature since v9.0.5

  • Any text passed to the @deprecated tag is now displayed. #90

Upgrade notes

See this testbed directory for example source code and output.

Previously, the tag @deprecated This method has been deprecated since v2.0.0 would simply print ***Deprecated*** in the output, ignoring the deprecation text. The new behaviour:

  • For an empty @deprecated tag with no text, display ***Deprecated*** (same as before).
  • If the tag has text, e.g. @deprecated This method has been deprecated since v2.0.0, then the full text line will be printed as written
    • This will replace the previous ***Deprecated*** line with ***This method has been deprecated since v2.0.0***.
    • This approach gives you full control over the text displayed (without assuming you want the line to begin with "Deprecated").
Commits

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

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>

3.4.0

diff

🔗 Release Notes

Commits

Updates typescript from 5.6.3 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:

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

Updates weldable from 3.2.1 to 3.2.2

Release notes

Sourced from weldable's releases.

v3.2.2

CHANGELOG

Changelog

Sourced from weldable's changelog.

3.2.2 (2024-11-23)

Builds

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

@dependabot dependabot bot requested a review from cdcabrera as a code owner December 2, 2024 12:51
@dependabot dependabot bot added the build label Dec 2, 2024
@cdcabrera
Copy link
Member

@dependabot rebase

…ith 9 updates

Bumps the dev-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @redhat-cloud-services/tsc-transform-imports | `1.0.19` | `1.0.21` |
| [apidoc-mock](https://github.com/cdcabrera/apidoc-mock) | `5.0.5` | `5.0.6` |
| [changelog-light](https://github.com/cdcabrera/changelog-light) | `2.0.3` | `2.0.4` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.16.0` | `8.16.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.5.0` | `50.6.0` |
| [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) | `9.0.5` | `9.1.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [weldable](https://github.com/cdcabrera/weldable) | `3.2.1` | `3.2.2` |



Updates `@redhat-cloud-services/tsc-transform-imports` from 1.0.19 to 1.0.21

Updates `apidoc-mock` from 5.0.5 to 5.0.6
- [Release notes](https://github.com/cdcabrera/apidoc-mock/releases)
- [Changelog](https://github.com/cdcabrera/apidoc-mock/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/apidoc-mock@v5.0.5...v5.0.6)

Updates `changelog-light` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/cdcabrera/changelog-light/releases)
- [Changelog](https://github.com/cdcabrera/changelog-light/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/changelog-light@v2.0.3...v2.0.4)

Updates `cspell` from 8.16.0 to 8.16.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.16.1/packages/cspell)

Updates `eslint-plugin-jsdoc` from 50.5.0 to 50.6.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.5.0...v50.6.0)

Updates `jsdoc-to-markdown` from 9.0.5 to 9.1.1
- [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)
- [Commits](jsdoc2md/jsdoc-to-markdown@v9.0.5...v9.1.1)

Updates `prettier` from 3.3.3 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.3.3...3.4.1)

Updates `typescript` from 5.6.3 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.3...v5.7.2)

Updates `weldable` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/cdcabrera/weldable/releases)
- [Changelog](https://github.com/cdcabrera/weldable/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/weldable@v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: "@redhat-cloud-services/tsc-transform-imports"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: apidoc-mock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: changelog-light
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: jsdoc-to-markdown
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: weldable
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dev-dependencies-b4956d0f90 branch from 3853990 to 11b8ab0 Compare December 2, 2024 15:41
@cdcabrera cdcabrera merged commit abdcfde into main Dec 2, 2024
9 of 12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dev-dependencies-b4956d0f90 branch December 2, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant