🆙 npm(deps): Bump the npm group with 4 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(8 months ago)
(6 months ago)
dependency :robot:
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
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_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)
Features
Commits
af8efcbfeat: newdismissal_approved_byparameter to code scanning alerts, new `/e...55ce2a2feat: new/enterprises/{enterprise}/actions/hosted-runners, `/orgs/{org}/ac...1423939chore(deps): update dependency prettier to v3.5.3 (#614)20d40c2build(deps): lock file maintenance (#615)983f78dchore(deps): update dependency fetch-mock to v11 (#609)35a91fbbuild(deps): lock file maintenance (#612)bf9586fchore(deps): update dependency semantic-release-plugin-update-version-in-file...ec8ef05chore(deps): update dependency prettier to v3.5.2 (#611)9bc4219build(deps): lock file maintenance (#606)29412d3chore(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
113cfb5feat: v19 (#718)be7a2f7chore(deps): update dependency prettier to v3.4.2 (#731)9c7d4f7build(deps): lock file maintenance (#729)f43a538feat: add support for GHES 3.13 -> 3.15, new endpoints, remove `octokit.actio...ad20da0build(deps): lock file maintenance (#728)f949cefchore(deps): update dependency@​types/nodeto v22 (#726)5239f6abuild(deps): lock file maintenanceee008e7chore(deps): update dependency npm-run-all2 to v7 (#724)316ad49build(deps): lock file maintenance24ac7a4build(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
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 fieldv10.0.3
Patch Changes
#294
8dbbd6dThanks@​FloEdelmann! - feat: add name to config#280
cba5737Thanks@​zanminkian! - feat: add declaration fileNew Contributors
@​zanminkianmade their first contribution in prettier/eslint-config-prettier#280@​FloEdelmannmade their first contribution in prettier/eslint-config-prettier#294Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3
v10.0.2
Patch Changes
- #299
e750edcThanks@​Fdawgs! - chore(package): explicitly declare js module type
Changelog
Sourced from eslint-config-prettier's changelog.
10.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
Patch Changes
#294
8dbbd6dThanks@​FloEdelmann! - feat: add name to config#280
cba5737Thanks@​zanminkian! - feat: add declaration file10.0.2
Patch Changes
- #299
e750edcThanks@​Fdawgs! - chore(package): explicitly declare js module type10.0.0
Major Changes
- #272
5be64beThanks@​abrahamguo! - add support for@​stylisticformatting rulesVersions 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_DEPRECATEDenvironment variable.
... (truncated)
Commits
f12309bchore: release eslint-config-prettier (#310)79cf679chore: use flat entry for flat config verificationeb56a5efix: separate the/flatentry for compatibility (#309)2c6f80echore: release eslint-config-prettier (#307)56e2e34feat: migrate to exports field (#306)c27e785chore: release eslint-config-prettier (#304)c5d7853chore: add missing@​stylistic/eslint-plugin-plus1837a4dci: testing, migrate to yarn v4 (#305)8dbbd6dfeat: add name to config (#294)cba5737feat: add declaration file (#280)- 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 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 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
0
0
+0
-0
Package Dependencies
@octokit/plugin-enterprise-cloud
npm
13.0.0 → 13.2.0
Minor
@octokit/plugin-enterprise-server
npm
17.3.1 → 19.0.0
Major
Technical Details
| ID: | 1184741 |
| UUID: | 2963225118 |
| Node ID: | PR_kwDOFiFEsM6Q7Akw |
| Host: | GitHub |
| Repository: | ActionsDesk/github-actions-allow-list-as-code-action |