🆙 npm(deps): Bump the npm group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
dependency :robot:
Bumps the npm group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| @actions/github | 6.0.0 |
6.0.1 |
| @octokit/plugin-enterprise-cloud | 13.0.0 |
15.1.0 |
| @octokit/plugin-enterprise-server | 17.3.1 |
20.0.0 |
| eslint-config-prettier | 10.0.1 |
10.1.5 |
| eslint-plugin-github | 5.1.7 |
6.0.0 |
Updates @actions/github from 6.0.0 to 6.0.1
Commits
- See full diff in compare view
Updates @octokit/plugin-enterprise-cloud from 13.0.0 to 15.1.0
Release notes
Sourced from @​octokit/plugin-enterprise-cloud's releases.
v15.1.0
15.1.0 (2025-05-26)
Features
- new
GET /repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number},GET /repos/{owner}/{repo}/dismissal-requests/secret-scanning/{alert_number},GET /orgs/{org}/dismissal-requests/secret-scanning, (5c9f5c1), closes #629v15.0.0
15.0.0 (2025-05-20)
Continuous Integration
BREAKING CHANGES
Drop support for NodeJS v18
build: set minimal node version in build script to v20
ci: stop testing against NodeJS v18
v14.0.0
14.0.0 (2025-04-10)
Bug Fixes
BREAKING CHANGES
- remove deprecated Copilot usage metrics endpoints
v13.2.0
13.2.0 (2025-03-18)
Features
- new
dismissal_approved_byparameter 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}/historyendpoints (#616) (af8efcb)v13.1.0
13.1.0 (2025-03-18)
... (truncated)
Commits
5c9f5c1feat: new `GET /repos/{owner}/{repo}/dismissal-requests/secret-scanning/{ale...7c68bd4chore(deps): update dependency@​octokit/coreto v7 (#628)0887915ci: stop testing against NodeJS v18 (#626)d56eeacbuild(deps): lock file maintenance (#627)be50d26build(deps): lock file maintenance (#624)e63cff5chore(deps): update dependency npm-run-all2 to v8 (#625)9563979chore(deps): update dependency github-openapi-graphql-query to v5 (#623)075669bbuild(deps): lock file maintenance (#622)e20ab00fix: remove deprecated Copilot usage metrics endpoints (#619)59e822fci: replaceOCTOKITBOT_PROJECT_ACTION_TOKENandOCTOKITBOT_PATwith a tok...- Additional commits viewable in compare view
Updates @octokit/plugin-enterprise-server from 17.3.1 to 20.0.0
Release notes
Sourced from @​octokit/plugin-enterprise-server's releases.
v20.0.0
20.0.0 (2025-05-20)
Continuous Integration
BREAKING CHANGES
Drop support for NodeJS v18
build: set minimal node version in build script to v20
ci: stop testing against NodeJS v18
v19.1.0
19.1.0 (2025-04-20)
Features
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)
... (truncated)
Commits
9d6fc3aci: stop testing against NodeJS v18 (#747)ed1f6a2build(deps): lock file maintenance (#748)010d7bfchore(deps): update dependency npm-run-all2 to v8 (#746)f1a8b66build(deps): lock file maintenance (#744)6d38a4achore(deps): update dependency github-openapi-graphql-query to v5 (#743)7370765ci: replaceOCTOKITBOT_PROJECT_ACTION_TOKENandOCTOKITBOT_PATwith a tok...67e17f9chore(deps): update dependency prettier to v3.5.3 (#737)0ff8189chore(deps): update dependency semantic-release-plugin-update-version-in-file...ef6d88dfeat: add GHES 3.16, deprecate manyoctokit.scim.*methods (#655)3b98cfdbuild(deps): lock file maintenance (#735)- Additional commits viewable in compare view
Updates eslint-config-prettier from 10.0.1 to 10.1.5
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
- #332
60fef02Thanks@​JounQin! - chore: addfundingfield intopackage.jsonFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328
94b4799Thanks@​silvenon! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
- #325
4e95a1dThanks@​pilikan! - fix: this package iscommonjs, align its types correctlyNew Contributors
@​pilikanmade their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321
a8768bfThanks@​Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsv10.1.1
Patch Changes
#309
eb56a5eThanks@​JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty 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
- #306
56e2e34Thanks@​JounQin! - feat: migrate to exports field
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
- #332
60fef02Thanks@​JounQin! - chore: addfundingfield intopackage.json10.1.4
Patch Changes
- #328
94b4799Thanks@​silvenon! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
- #325
4e95a1dThanks@​pilikan! - fix: this package iscommonjs, align its types correctly10.1.2
Patch Changes
- #321
a8768bfThanks@​Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details10.1.1
Patch Changes
#309
eb56a5eThanks@​JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty 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
- #306
56e2e34Thanks@​JounQin! - feat: migrate to exports field10.0.3
... (truncated)
Commits
4c94893chore: release eslint-config-prettier (#333)60fef02chore: addfundingfield intopackage.json(#332)f55501fchore: release eslint-config-prettier (#329)50a8a22chore(deps): update all dependencies (#330)94b4799fix(cli): do not crash on no rules configured (#328)cdc4a5cchore: release eslint-config-prettier (#326)4e95a1dfix: this package iscommonjs, align its types correctly (#325)8911369chore: release eslint-config-prettier (#322)a8768bfchore(package): add homepage url (#321)4ae04c0chore(deps): update yarn to v4.8.1 (#320)- Additional commits viewable in compare view
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.
- Remove github plugin from typescript by
@​graceparkin github/eslint-plugin-github#610- Add typescript by
@​graceparkin github/eslint-plugin-github#616- chore(deps): bump the all-dependencies group across 1 directory with 9 updates by
@​dependabotin github/eslint-plugin-github#617- chore(deps): bump eslint-config-prettier from 10.0.1 to 10.0.2 in the all-dependencies group by
@​dependabotin github/eslint-plugin-github#618- chore(deps): bump the all-dependencies group with 8 updates by
@​dependabotin github/eslint-plugin-github#619- chore(deps): bump the all-dependencies group with 4 updates by
@​dependabotin github/eslint-plugin-github#620- chore: update rule meta to satisfiy lint rules by
@​43081jin github/eslint-plugin-github#621- feat: migrate to ESM only by
@​43081jin github/eslint-plugin-github#622New Contributors
@​43081jmade their first contribution in github/eslint-plugin-github#621Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.8...v6.0.0
v5.1.8
What's Changed
- chore(deps): bump
@​eslint/compatfrom 1.2.5 to 1.2.6 in the all-dependencies group by@​dependabotin github/eslint-plugin-github#607- Update a11y rule config to not flag
rolebeing set forulby@​khiga8in github/eslint-plugin-github#608- Update prettier plugin name by
@​graceparkin github/eslint-plugin-github#609Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.7...v5.1.8
Commits
139bf63Merge pull request #622 from 43081j/esm-onlyba655eaMerge branch 'main' into esm-only88ccca2Merge pull request #621 from 43081j/meta-lints2174e40feat: move to esm-onlydef8ceachore: update rule meta to satisfiy lint rules4832156Merge pull request #620 from github/dependabot/npm_and_yarn/all-dependencies-...c613603chore(deps): bump the all-dependencies group with 4 updates83669fachore(deps): bump the all-dependencies group with 8 updates (#619)632d445chore(deps): bump eslint-config-prettier in the all-dependencies group (#618)ea508d2Merge 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+73
-58
Package Dependencies
@octokit/plugin-enterprise-cloud
npm
13.0.0 → 15.1.0
Major
@octokit/plugin-enterprise-server
npm
17.3.1 → 20.0.0
Major
Technical Details
| ID: | 1184746 |
| UUID: | 2558053648 |
| Node ID: | PR_kwDOFiFEsM6YeM0Q |
| Host: | GitHub |
| Repository: | ActionsDesk/github-actions-allow-list-as-code-action |
| Merge State: | Unknown |