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 minor-development-deps group with 6 updates #959

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-development-deps group with 6 updates:

Package From To
knip 5.36.0 5.38.3
prettier 3.3.3 3.4.1
@vitest/coverage-v8 2.1.4 2.1.6
oas-normalize 11.1.3 11.1.4
type-fest 4.26.1 4.29.0
typescript 5.6.3 5.7.2

Updates knip from 5.36.0 to 5.38.3

Release notes

Sourced from knip's releases.

Release 5.38.3

  • Fix traces for default export (resolves #860) (90d1f5cd)
  • Fix typo (204ce6dd)

Release 5.38.2

  • Fix for certain failing cases of --include-libs (resolves #855) (5242ddd4)

Release 5.38.1

  • Fix regression re. isIncludeEntryExports → skipExportsAnalysis from scripts/plugins (resolves #857) (b8379dec)

Release 5.38.0

  • Webpack → webpack (5f4cb26b)
  • Fix ignored workspace matching (1c6309d0)
  • Upgrade smol-toml (closes #852) (fc88c1a4)
  • Add past sponsors (38cfa080)
  • Update docs (close #845) (7d7802ce)
  • Add plop pkg/bin + auto-format fixture (cd59544e)
  • Add plop plugin (#851) (060b28d3)
  • Add Astro middleware and actions (#850) (031bc205)
  • Add issue template for docs (fd621249)
  • Fix non-terminal ec blocks bg color (closes #846) (f735453b)

Release 5.37.2

  • Update some deps (862701ea)
  • Fix up ec styling a bit (9bdb2c06)
  • Add array expression to isConsiderReferencedNS (resolves #844) (1baa1d4c)
  • Fix up unused files for jest-unit (resolves #841) (4657618d)

Release 5.37.1

  • Use entire body of in vue compiler (fixes #740) (8d53df51)
  • Update compilers.md. (#838) (1cf68c89)
  • Format (db9da719)

Release 5.37.0

  • Fix incorrect unused file in watcher (48850caa)
  • Add fix demo (9e9c7f87)
  • Add global as yarn cmd (ea1aa057)
  • Update sponsor list (22e684b3)
  • Support resolving jest-junit file dependencies (#835) (7a53029c)
  • jest: support custom testEnvironment (#834) (153a8368)
  • fix: Fix incorrect rootPath resolution in jest plugin (#833) (9730d02a)
  • Respect and document NO_COLOR (403d2578)

Release 5.36.7

  • Temp disable argos (fixes in knip → issues reported issues) (fd2d9d31)
  • Format generated file (6e15421d)
  • Credit file-entry-cache (fe7812e8)
  • Simplify isReferencedInExport and report types-in-types (resolves #830) (80537c58)

Release 5.36.6

... (truncated)

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 @vitest/coverage-v8 from 2.1.4 to 2.1.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHub

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates oas-normalize from 11.1.3 to 11.1.4

Commits

Updates type-fest from 4.26.1 to 4.29.0

Release notes

Sourced from type-fest's releases.

v4.29.0

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

v4.28.1

  • SharedUnionFieldsDeep: Fix support for optional fields (#988) 4b49b93

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

v4.28.0

  • TsConfigJson: Add TypeScript 5.7 fields (#987) 9d6fff3

sindresorhus/type-fest@v4.27.1...v4.28.0

v4.27.1

  • SharedUnionFieldsDeep: Fix propagation for non union root types (#984) f215f9f
  • ArraySlice: Fix support for union input (#986) 0efbae3

sindresorhus/type-fest@v4.27.0...v4.27.1

v4.27.0

  • Add Words type (#975) 13c0c83
  • Get: Fix handling of paths with number template literal (#968) b93f54a
  • TsConfigJson: Add noCheck to compilerOptions (#981) a470913

sindresorhus/type-fest@v4.26.1...v4.27.0

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

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 minor-development-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.36.0` | `5.38.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.4` | `2.1.6` |
| [oas-normalize](https://github.com/readmeio/oas/tree/HEAD/packages/oas-normalize) | `11.1.3` | `11.1.4` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.26.1` | `4.29.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |


Updates `knip` from 5.36.0 to 5.38.3
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.38.3/packages/knip)

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 `@vitest/coverage-v8` from 2.1.4 to 2.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/coverage-v8)

Updates `oas-normalize` from 11.1.3 to 11.1.4
- [Release notes](https://github.com/readmeio/oas/releases)
- [Commits](https://github.com/readmeio/oas/commits/[email protected]/packages/oas-normalize)

Updates `type-fest` from 4.26.1 to 4.29.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.26.1...v4.29.0)

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)

---
updated-dependencies:
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: oas-normalize
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@dependabot dependabot bot requested a review from erunion December 1, 2024 06:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-development-deps-0d01c5abbf branch December 2, 2024 18:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants