Skip to content

🆙 npm(deps): Bump the npm group with 4 updates #142

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

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 Apr 1, 2025

Bumps the npm group with 4 updates: @octokit/plugin-enterprise-cloud, @octokit/plugin-enterprise-server, eslint-config-prettier and eslint-plugin-github.

Updates @octokit/plugin-enterprise-cloud from 13.0.0 to 13.2.0

Release notes

Sourced from @​octokit/plugin-enterprise-cloud's releases.

v13.2.0

13.2.0 (2025-03-18)

Features

  • new dismissal_approved_by parameter to code scanning alerts, new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history, /repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#616) (af8efcb)

v13.1.0

13.1.0 (2025-03-18)

Features

  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#603) (55ce2a2)
Commits
  • af8efcb feat: new dismissal_approved_by parameter to code scanning alerts, new `/e...
  • 55ce2a2 feat: new /enterprises/{enterprise}/actions/hosted-runners, `/orgs/{org}/ac...
  • 1423939 chore(deps): update dependency prettier to v3.5.3 (#614)
  • 20d40c2 build(deps): lock file maintenance (#615)
  • 983f78d chore(deps): update dependency fetch-mock to v11 (#609)
  • 35a91fb build(deps): lock file maintenance (#612)
  • bf9586f chore(deps): update dependency semantic-release-plugin-update-version-in-file...
  • ec8ef05 chore(deps): update dependency prettier to v3.5.2 (#611)
  • 9bc4219 build(deps): lock file maintenance (#606)
  • 29412d3 chore(deps): update dependency prettier to v3.5.1 (#608)
  • Additional commits viewable in compare view

Updates @octokit/plugin-enterprise-server from 17.3.1 to 19.0.0

Release notes

Sourced from @​octokit/plugin-enterprise-server's releases.

v19.0.0

19.0.0 (2025-02-06)

Features

BREAKING CHANGES

  • remove GHES 3.9 and GHES 3.10 support
  • package is now ESM

v19.0.0-beta.2

19.0.0-beta.2 (2025-02-05)

Bug Fixes

  • build: correct path to types (be68971)

v19.0.0-beta.1

19.0.0-beta.1 (2025-02-05)

chore

  • remove unsupported GHES verions (a5f581b)

Features

BREAKING CHANGES

  • remove GHES 3.9 and GHES 3.10 support

  • package is now ESM

  • ci: don't hardcode test command

v18.0.0

18.0.0 (2025-02-05)

Features

... (truncated)

Commits
  • 113cfb5 feat: v19 (#718)
  • be7a2f7 chore(deps): update dependency prettier to v3.4.2 (#731)
  • 9c7d4f7 build(deps): lock file maintenance (#729)
  • f43a538 feat: add support for GHES 3.13 -> 3.15, new endpoints, remove `octokit.actio...
  • ad20da0 build(deps): lock file maintenance (#728)
  • f949cef chore(deps): update dependency @​types/node to v22 (#726)
  • 5239f6a build(deps): lock file maintenance
  • ee008e7 chore(deps): update dependency npm-run-all2 to v7 (#724)
  • 316ad49 build(deps): lock file maintenance
  • 24ac7a4 build(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.0.1 to 10.1.1

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Minor Changes

v10.0.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.0.2...v10.0.3

v10.0.2

Patch Changes

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

10.0.3

Patch Changes

10.0.2

Patch Changes

10.0.0

Major Changes

Versions before 10.0.0

Version 9.1.0 (2023-12-02)

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.

... (truncated)

Commits

Updates eslint-plugin-github from 5.1.7 to 6.0.0

Release notes

Sourced from eslint-plugin-github's releases.

v6.0.0

What's Changed

BREAKING CHANGE: This project is now ESM. Users of Node < 20.x will need to upgrade their version of Node, or continue to use v5.x of this library.

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.8...v6.0.0

v5.1.8

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.7...v5.1.8

Commits
  • 139bf63 Merge pull request #622 from 43081j/esm-only
  • ba655ea Merge branch 'main' into esm-only
  • 88ccca2 Merge pull request #621 from 43081j/meta-lints
  • 2174e40 feat: move to esm-only
  • def8cea chore: update rule meta to satisfiy lint rules
  • 4832156 Merge pull request #620 from github/dependabot/npm_and_yarn/all-dependencies-...
  • c613603 chore(deps): bump the all-dependencies group with 4 updates
  • 83669fa chore(deps): bump the all-dependencies group with 8 updates (#619)
  • 632d445 chore(deps): bump eslint-config-prettier in the all-dependencies group (#618)
  • ea508d2 Merge pull request #617 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 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 will merge this PR once CI passes on it, as requested by @stoe.


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 npm group with 4 updates: [@octokit/plugin-enterprise-cloud](https://github.com/octokit/plugin-enterprise-cloud.js), [@octokit/plugin-enterprise-server](https://github.com/octokit/plugin-enterprise-server.js), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github).


Updates `@octokit/plugin-enterprise-cloud` from 13.0.0 to 13.2.0
- [Release notes](https://github.com/octokit/plugin-enterprise-cloud.js/releases)
- [Commits](octokit/plugin-enterprise-cloud.js@v13.0.0...v13.2.0)

Updates `@octokit/plugin-enterprise-server` from 17.3.1 to 19.0.0
- [Release notes](https://github.com/octokit/plugin-enterprise-server.js/releases)
- [Commits](octokit/plugin-enterprise-server.js@v17.3.1...v19.0.0)

Updates `eslint-config-prettier` from 10.0.1 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.0.1...v10.1.1)

Updates `eslint-plugin-github` from 5.1.7 to 6.0.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.1.7...v6.0.0)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-enterprise-cloud"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@octokit/plugin-enterprise-server"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from stoe and a team as code owners April 1, 2025 11:59
Copy link
Contributor

@stoe stoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant