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): bump the development-dependencies group across 1 directory with 6 updates #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 6 updates in the / directory:

Package From To
@release-it/conventional-changelog 9.0.1 9.0.2
@vitest/coverage-v8 2.1.3 2.1.4
eslint-plugin-n 17.11.1 17.12.0
sqs-consumer 11.1.0 11.2.0
ts-essentials 10.0.2 10.0.3
vitest 2.1.3 2.1.4

Updates @release-it/conventional-changelog from 9.0.1 to 9.0.2

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 9.0.2

  • Minor refactor for readability (ccdd687)
  • Format docs (73e212c)
  • fix: Resolve whatBump is not a function error (#105) (5e0af0c)
Commits

Updates @vitest/coverage-v8 from 2.1.3 to 2.1.4

Release notes

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

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates eslint-plugin-n from 17.11.1 to 17.12.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.12.0

17.12.0 (2024-10-30)

🌟 Features

  • no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
  • no-unsupported: Support node 23.1.0 (#370) (06d60ae)

🩹 Fixes

  • no-unsupported: getCallSite is experimental (#363) (d15c63a)
  • no-unsupported: support missing process.features (#362) (9552a4a)
  • update dependencies (#365) (bf34ca5)

🧹 Chores

  • Improve typescript types and strictness (#367) (18cdd53)
Changelog

Sourced from eslint-plugin-n's changelog.

17.12.0 (2024-10-30)

🌟 Features

  • no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
  • no-unsupported: Support node 23.1.0 (#370) (06d60ae)

🩹 Fixes

  • no-unsupported: getCallSite is experimental (#363) (d15c63a)
  • no-unsupported: support missing process.features (#362) (9552a4a)
  • update dependencies (#365) (bf34ca5)

🧹 Chores

  • Improve typescript types and strictness (#367) (18cdd53)
Commits

Updates sqs-consumer from 11.1.0 to 11.2.0

Release notes

Sourced from sqs-consumer's releases.

v11.2.0

11.2.0 (2024-10-19)

Features

  • allows a number to be entered in terminateVisibilityTimeout for customisation (#520) (e09c759)

v11.2.0-canary.1

11.2.0-canary.1 (2024-10-14)

Features

  • allows a number to be entered in terminateVisibilityTimeout for customisation (#520) (e09c759)
Commits
  • e09c759 feat: allows a number to be entered in terminateVisibilityTimeout for customi...
  • See full diff in compare view

Updates ts-essentials from 10.0.2 to 10.0.3

Release notes

Sourced from ts-essentials's releases.

v10.0.3

Patch Changes

  • cc7b838: ReadonlyKeys<Type> and WritableKeys<Type> now return only the readonly and writable keys, respectively, for arrays and tuples
  • d6867ea: Prettify<Type> returns the same type when the type parameter is a function
  • bc51ac5: OptionalKeys<Type> returns never for primitives and returns only optional indices for arrays and tuples
  • d0ad79f: Improve Paths performance by limiting the depth of paths to 7 (default)
  • 162fd9d: Add Paths<Type, { anyArrayIndexAccessor: '*' }>, a string literal representing a catch-all or "wildcard" when indexing on arrays.
Changelog

Sourced from ts-essentials's changelog.

10.0.3

Patch Changes

  • cc7b838: ReadonlyKeys<Type> and WritableKeys<Type> now return only the readonly and writable keys, respectively, for arrays and tuples
  • d6867ea: Prettify<Type> returns the same type when the type parameter is a function
  • bc51ac5: OptionalKeys<Type> returns never for primitives and returns only optional indices for arrays and tuples
  • d0ad79f: Improve Paths performance by limiting the depth of paths to 7 (default)
  • 162fd9d: Add Paths<Type, { anyArrayIndexAccessor: '*' }>, a string literal representing a catch-all or "wildcard" when indexing on arrays.
Commits
  • 8fd5cdf Version Packages (#410)
  • 3a5299f docs: Paths configuration
  • cc7b838 Fix: ReadonlyKeys and WritableKeys types with unions, arrays and index si...
  • a5fe1fe docs: remove TS example folder in favour to MD files
  • dc1cd69 test: update 4.6/4.7 TsVersion dependency
  • 25b538c refactor: remove unused TsVersion
  • bc51ac5 Fix: Behaviour of OptionalKeys when instantiated with primitives and arrays...
  • d6867ea Fix: Behaviour of Prettify when instantiated with functions (#415)
  • 162fd9d feat(Paths): add optional anyArrayIndexAccessor (#412)
  • 8bc9917 Fix: enable tests (#413)
  • Additional commits viewable in compare view

Updates vitest from 2.1.3 to 2.1.4

Release notes

Sourced from vitest's releases.

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 0df44c0 chore: release v2.1.4
  • 2444ff2 fix(browser): initiate MSW in the same frame as tests (#6772)
  • 39041ee fix(vitest): silence import analysis warning (#6785)
  • b28cd2e fix: don't normalize drive case letter in root (#6792)
  • df6d750 fix(vitest): don't fail if the working directory starts with a lowercase driv...
  • 169028f feat(browser): allow custom HTML path, respect plugins transformIndexHtml (...
  • 5df7414 chore(deps): update all non-major dependencies (#6750)
  • de74785 chore(deps): update @antfu/eslint-config v3.8.0 (#6751)
  • 121b161 fix(vitest): print warnings form Vite plugins (#6724)
  • a939779 fix(browser): increment browser port automatically if there are several proje...
  • 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
@dependabot dependabot bot changed the base branch from develop to main November 6, 2024 12:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from 58af2b8 to e30590c Compare November 6, 2024 12:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from e30590c to 01e4cd0 Compare November 6, 2024 12:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from 01e4cd0 to 7817733 Compare November 6, 2024 12:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from 7817733 to 5a31df6 Compare November 6, 2024 12:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from 5a31df6 to b0a189f Compare November 6, 2024 12:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from b0a189f to abf1015 Compare November 6, 2024 12:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch 2 times, most recently from 9911ef7 to 3ec3590 Compare November 6, 2024 12:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from 3ec3590 to 9149810 Compare November 6, 2024 13:15
…ry with 6 updates

Bumps the development-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) | `9.0.1` | `9.0.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.3` | `2.1.4` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.11.1` | `17.12.0` |
| [sqs-consumer](https://github.com/bbc/sqs-consumer) | `11.1.0` | `11.2.0` |
| [ts-essentials](https://github.com/ts-essentials/ts-essentials) | `10.0.2` | `10.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` |



Updates `@release-it/conventional-changelog` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@9.0.1...9.0.2)

Updates `@vitest/coverage-v8` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/coverage-v8)

Updates `eslint-plugin-n` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.11.1...v17.12.0)

Updates `sqs-consumer` from 11.1.0 to 11.2.0
- [Release notes](https://github.com/bbc/sqs-consumer/releases)
- [Commits](bbc/sqs-consumer@v11.1.0...v11.2.0)

Updates `ts-essentials` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/ts-essentials/ts-essentials/releases)
- [Changelog](https://github.com/ts-essentials/ts-essentials/blob/master/CHANGELOG.md)
- [Commits](ts-essentials/ts-essentials@v10.0.2...v10.0.3)

Updates `vitest` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sqs-consumer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ts-essentials
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-e4e0a4b682 branch from 9149810 to 3b823c9 Compare November 6, 2024 15:09
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