sigstore / sigstore-js

Code-signing for npm packages
Apache License 2.0
155 stars 22 forks source link

Bump the dev-deps group with 6 updates #1175

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dev-deps group with 6 updates:

Package From To
@changesets/cli 2.27.3 2.27.5
@types/node 20.12.12 20.14.0
@typescript-eslint/eslint-plugin 7.10.0 7.11.0
@typescript-eslint/parser 7.10.0 7.11.0
prettier 3.2.5 3.3.0
oclif 4.11.3 4.12.3

Updates @changesets/cli from 2.27.3 to 2.27.5

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.5

Patch Changes

  • #1370 5e9d33a Thanks @​Andarist! - Fixed a regression that caused changeset version to fail on packages having a dev dependency on a skipped package.

  • Updated dependencies [5e9d33a]:

    • @​changesets/get-dependents-graph@​2.1.0
    • @​changesets/assemble-release-plan@​6.0.2
    • @​changesets/config@​3.0.1
    • @​changesets/get-release-plan@​4.0.2
    • @​changesets/apply-release-plan@​7.0.3

@​changesets/cli@​2.27.4

Patch Changes

  • #1361 954a16a Thanks @​jakebailey! - Ensure that version/tag do not touch private packages with when versioning/tagging is turned off using versionPackages config

  • #1369 d729d8c Thanks @​Andarist! - changeset tag should now correctly skip tags that exist on the remote

  • Updated dependencies [954a16a]:

    • @​changesets/assemble-release-plan@​6.0.1
    • @​changesets/apply-release-plan@​7.0.2
    • @​changesets/get-release-plan@​4.0.1
Commits


Updates @types/node from 20.12.12 to 20.14.0

Commits


Updates @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.10.0 to 7.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates prettier from 3.2.5 to 3.3.0

Release notes

Sourced from prettier's releases.

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.0

diff

🔗 Release Notes

Commits


Updates oclif from 4.11.3 to 4.12.3

Release notes

Sourced from oclif's releases.

4.12.3

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.10 to 3.2.1 (82a3bf8)

4.12.2

Bug Fixes

  • deps: bump @​inquirer/select from 2.3.4 to 2.3.5 (8e053e6)

4.12.1

Bug Fixes

  • deps: bump @​inquirer/input from 2.1.8 to 2.1.9 (2448e6d)

4.12.0

Bug Fixes

  • clarify error message (444d06e)
  • handle undefined node options (ce9215a)

Features

Changelog

Sourced from oclif's changelog.

4.12.3 (2024-06-03)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.10 to 3.2.1 (82a3bf8)

4.12.2 (2024-06-02)

Bug Fixes

  • deps: bump @​inquirer/select from 2.3.4 to 2.3.5 (8e053e6)

4.12.1 (2024-06-02)

Bug Fixes

  • deps: bump @​inquirer/input from 2.1.8 to 2.1.9 (2448e6d)

4.12.0 (2024-05-31)

Bug Fixes

  • clarify error message (444d06e)
  • handle undefined node options (ce9215a)

Features

Commits
  • faed16c chore(release): 4.12.3 [skip ci]
  • 76cd74b Merge pull request #1429 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
  • 82a3bf8 fix(deps): bump @​oclif/plugin-not-found from 3.1.10 to 3.2.1
  • e08bdd5 chore(release): 4.12.2 [skip ci]
  • 8ce0c4b Merge pull request #1430 from oclif/dependabot-npm_and_yarn-inquirer-select-2...
  • af5e9a6 Merge pull request #1431 from oclif/dependabot-npm_and_yarn-lint-staged-15.2.5
  • be5b78e Merge pull request #1432 from oclif/dependabot-npm_and_yarn-oclif-test-4.0.2
  • 8e053e6 fix(deps): bump @​inquirer/select from 2.3.4 to 2.3.5
  • 327e629 chore(release): 4.12.1 [skip ci]
  • a6877e9 Merge pull request #1433 from oclif/dependabot-npm_and_yarn-inquirer-input-2.1.9
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 76b2f0f1d2fa680f2a2fb1a02144a041bff4a864

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR