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

Bump the development-dependencies group with 5 updates #71

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 5 updates:

Package From To
@stylelint/npm-package-json-lint-config 5.0.1 5.1.0
eslint-config-stylelint 21.0.0 22.0.0
np 10.0.6 10.0.7
typescript 5.5.3 5.5.4
vitest 1.6.0 2.0.5

Updates @stylelint/npm-package-json-lint-config from 5.0.1 to 5.1.0

Release notes

Sourced from @​stylelint/npm-package-json-lint-config's releases.

5.1.0

  • Changed: bump npm-package-json-lint to ^8.0.0.
  • Changed: bump npm-package-json-lint-config-default to ^7.0.0.
  • Fixed: missing GitHub Sponsor to funding field in package.json.
Changelog

Sourced from @​stylelint/npm-package-json-lint-config's changelog.

5.1.0

  • Changed: bump npm-package-json-lint to ^8.0.0.
  • Changed: bump npm-package-json-lint-config-default to ^7.0.0.
  • Fixed: missing GitHub Sponsor to funding field in package.json.
Commits
  • f38df54 5.1.0
  • 6b71753 Prepare 5.1.0
  • adb8b1c Fix missing GitHub Sponsor to funding field in package.json (#67)
  • 358f81f Bump the npm-package-json-lint group across 1 directory with 2 updates (#66)
  • 7e63b3d Include npm-package-json-lint-* packages for Dependabot group updates (#64)
  • 9224fc9 Bump the development-dependencies group across 1 directory with 3 updates (#63)
  • 72f7a19 Exclude ESLint deps from Dependabot group updates (#62)
  • 5613088 Bump braces from 3.0.2 to 3.0.3 (#57)
  • bc23493 Bump the development-dependencies group with 1 update (#54)
  • 7a267c5 Bump the development-dependencies group with 5 updates (#53)
  • Additional commits viewable in compare view

Updates eslint-config-stylelint from 21.0.0 to 22.0.0

Release notes

Sourced from eslint-config-stylelint's releases.

22.0.0

  • Removed: no-confusing-arrow because of the deprecation of formatting rules.
  • Changed: replace deprecated padding-line-between-statements with @stylistic/js/padding-line-between-statements.
  • Changed: bump eslint-plugin-jest from v27 to v28.
  • Changed: bump eslint-plugin-n from v16 to v17.
  • Fixed: missing funding field in package.json.
Changelog

Sourced from eslint-config-stylelint's changelog.

22.0.0

  • Removed: no-confusing-arrow because of the deprecation of formatting rules.
  • Changed: replace deprecated padding-line-between-statements with @stylistic/js/padding-line-between-statements.
  • Changed: bump eslint-plugin-jest from v27 to v28.
  • Changed: bump eslint-plugin-n from v16 to v17.
  • Fixed: missing funding field in package.json.
Commits
  • f80257c 22.0.0
  • ee6a00f Prepare 22.0.0
  • da17de6 Bump eslint-plugin-jest from 28.3.0 to 28.6.0 (#286)
  • 7424a70 Bump @​stylistic/eslint-plugin-js from 2.2.2 to 2.3.0 (#285)
  • 793a74e Bump the development-dependencies group with 2 updates (#283)
  • 5c631c6 Remove no-confusing-arrow because of the deprecation of formatting rules (#...
  • 2fa30c1 Bump the development-dependencies group with 2 updates (#280)
  • 385d87c Bump eslint-plugin-n from 17.7.0 to 17.9.0 (#281)
  • bbfdb0f Add changelog item for next version (#279)
  • c7acf9d Replace deprecated padding-line-between-statements with `@stylistic/js/padd...
  • Additional commits viewable in compare view

Updates np from 10.0.6 to 10.0.7

Release notes

Sourced from np's releases.

v10.0.7

  • Allow publishConfig.registry to be npm default registry when using Yarn berry (#750) 6c5eee3

sindresorhus/np@v10.0.6...v10.0.7

Commits
  • 1965a6b 10.0.7
  • 6c5eee3 Allow publishConfig.registry to be npm default registry when using Yarn ber...
  • See full diff in compare view

Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates vitest from 1.6.0 to 2.0.5

Release notes

Sourced from vitest's releases.

v2.0.5

   🚀 Features

  • Introduce experimental reported tasks  -  by @​sheremet-va in vitest-dev/vitest#6149 (13d85)
    • This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 99452a7 chore: release v2.0.5
  • 9b9bdf7 chore: remove unnecessary await (#6249)
  • 40dfad8 docs: add reported tasks docs (#6245)
  • 13d85bd feat: introduce experimental reported tasks (#6149)
  • b76a927 refactor(vitest): move public exports to public folder (#6218)
  • 56dbfa6 refactor: make a distinction between node and runtime types (#6214)
  • a48be6f fix(vitest): correctly resolve mocked node:* imports in mocks folder (#6204)
  • 3aab8a1 refactor: deprecate all config types from the main Vitest entrypoint, introdu...
  • 57d23ce docs: fix inconsistencies, remove low informative twoslash examples (#6200)
  • 8cd8272 fix(vitest): improve defineProject and defineWorkspace types (#6198)
  • 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 development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylelint/npm-package-json-lint-config](https://github.com/stylelint/npm-package-json-lint-config) | `5.0.1` | `5.1.0` |
| [eslint-config-stylelint](https://github.com/stylelint/eslint-config-stylelint) | `21.0.0` | `22.0.0` |
| [np](https://github.com/sindresorhus/np) | `10.0.6` | `10.0.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.0` | `2.0.5` |


Updates `@stylelint/npm-package-json-lint-config` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/stylelint/npm-package-json-lint-config/releases)
- [Changelog](https://github.com/stylelint/npm-package-json-lint-config/blob/main/CHANGELOG.md)
- [Commits](stylelint/npm-package-json-lint-config@5.0.1...5.1.0)

Updates `eslint-config-stylelint` from 21.0.0 to 22.0.0
- [Release notes](https://github.com/stylelint/eslint-config-stylelint/releases)
- [Changelog](https://github.com/stylelint/eslint-config-stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/eslint-config-stylelint@21.0.0...22.0.0)

Updates `np` from 10.0.6 to 10.0.7
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](sindresorhus/np@v10.0.6...v10.0.7)

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

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

---
updated-dependencies:
- dependency-name: "@stylelint/npm-package-json-lint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-config-stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  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-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the pr: dependencies relates to dependencies label Aug 1, 2024
@ybiquitous ybiquitous merged commit bacba2d into main Aug 2, 2024
12 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/development-dependencies-3e37eebf6e branch August 2, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant