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

npm(deps): bump the npm group across 1 directory with 8 updates #593

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2025

Bumps the npm group with 8 updates in the / directory:

Package From To
@actions/artifact 2.2.0 2.2.1
@octokit/auth-app 7.1.3 7.1.4
@octokit/auth-unauthenticated 6.1.0 6.1.1
@octokit/rest 21.0.2 21.1.0
eslint 9.17.0 9.18.0
eslint-plugin-prefer-arrow-functions 3.4.1 3.5.0
stylelint 16.12.0 16.13.0
stylelint-config-standard 36.0.1 37.0.0

Updates @actions/artifact from 2.2.0 to 2.2.1

Changelog

Sourced from @​actions/artifact's changelog.

2.2.1

  • Add ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY and ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS environment variables #1928
Commits

Updates @octokit/auth-app from 7.1.3 to 7.1.4

Release notes

Sourced from @​octokit/auth-app's releases.

v7.1.4

7.1.4 (2025-01-08)

Bug Fixes

  • deps: bump Octokit deps to fix Deno compat (#665) (33fd19f)
Commits

Updates @octokit/auth-unauthenticated from 6.1.0 to 6.1.1

Release notes

Sourced from @​octokit/auth-unauthenticated's releases.

v6.1.1

6.1.1 (2025-01-08)

Bug Fixes

  • deps: bump Octokit deps to fix Deno compatibiility (#320) (0dbf80c)
Commits
  • 0dbf80c fix(deps): bump Octokit deps to fix Deno compatibiility (#320)
  • d750042 chore(deps): update dependency fetch-mock to v12 - abandoned (#316)
  • fa14d5c chore(deps): update dependency prettier to v3.4.2 (#319)
  • f7f282c chore(deps): update dependency prettier to v3.4.1 (#318)
  • 1504e97 chore(deps): update dependency prettier to v3.4.0 (#317)
  • b7eb57c ci(action): update actions/checkout digest to 11bd719 (#315)
  • 737098f ci(action): update actions/checkout digest to eef6144 (#314)
  • 28b4e2d chore(deps): update dependency @​octokit/tsconfig to v4 (#312)
  • 6703fc9 ci(test): add npm run build to last 'test' step (#313)
  • 6222b70 build(deps): bump rollup from 4.21.3 to 4.22.4 (#311)
  • Additional commits viewable in compare view

Updates @octokit/rest from 21.0.2 to 21.1.0

Release notes

Sourced from @​octokit/rest's releases.

v21.1.0

21.1.0 (2025-01-08)

Features

  • new endpoints, bump Octokit deps to fix Deno (#477) (908b1c8)
Commits
  • 908b1c8 feat: new endpoints, bump Octokit deps to fix Deno (#477)
  • 751b522 chore(deps): update dependency fetch-mock to v12 (#470)
  • 5ad12fd chore(deps): update dependency @​types/node to v22 (#472)
  • c88980a ci(action): update actions/checkout digest to 11bd719 (#469)
  • 94443df ci(action): update actions/checkout digest to eef6144 (#467)
  • c59fcf6 chore(deps): update dependency @​octokit/tsconfig to v4 (#464)
  • 2f97e4c build(deps): Bump body-parser and express (#465)
  • 2dec6cc chore(deps): update dependency esbuild to ^0.24.0 (#463)
  • See full diff in compare view

Updates eslint from 9.17.0 to 9.18.0

Release notes

Sourced from eslint's releases.

v9.18.0

Features

  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)

Bug Fixes

  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)

Documentation

  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)
  • c5f3d7d docs: Update README (GitHub Actions Bot)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.18.0 - January 10, 2025

  • c52be85 chore: upgrade to @eslint/[email protected] (#19330) (Francesco Trotta)
  • 362099c chore: package.json update for @​eslint/js release (Jenkins)
  • 9486141 deps: upgrade @eslint/core and @eslint/plugin-kit (#19329) (Francesco Trotta)
  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • 495aa49 chore: extract package name from package.json for public interface (#19314) (루밀LuMir)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • 6fe0e72 chore: update dependency @​eslint/json to ^0.9.0 (#19263) (renovate[bot])
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)

... (truncated)

Commits

Updates eslint-plugin-prefer-arrow-functions from 3.4.1 to 3.5.0

Release notes

Sourced from eslint-plugin-prefer-arrow-functions's releases.

3.5.0

3.5.0 (2025-01-09)

Features

  • allow functions with certain names (3e1a225), closes #9

3.4.2

3.4.2 (2025-01-09)

Bug Fixes

  • format static private methods correctly with classPropertiesAllowed: true (eeb798d), closes #46 #47
  • update npm dependencies (patch and minor) (ace5f32)
Changelog

Sourced from eslint-plugin-prefer-arrow-functions's changelog.

3.5.0

9 January 2025

3.4.2

9 January 2025

Commits
  • 0021931 chore(release): 3.5.0
  • 3e1a225 feat: allow functions with certain names
  • 7625a59 refactor: move writer to a module
  • 32c9fa7 refactor: move guards to a module
  • 949b6e3 refactor: improve internal typings
  • 8b086f2 chore(release): 3.4.2
  • 143ef3e chore: credit contributors
  • ace5f32 fix: update npm dependencies (patch and minor)
  • eeb798d fix: format static private methods correctly with classPropertiesAllowed: true
  • See full diff in compare view

Updates stylelint from 16.12.0 to 16.13.0

Release notes

Sourced from stylelint's releases.

16.13.0

  • Deprecated: ambiguous position arguments passed to utils.report() (#8244) (@​romainmenke).
  • Added: lax/strict values to the fix Node.js API option and CLI flag (#8106) (@​ryo-manba).
  • Added: support for profiling rule performance via the TIMING environment variable (#8108) (@​ryo-manba).
  • Added: at-rule-descriptor-no-unknown rule (#8197) (@​ryo-manba).
  • Added: at-rule-descriptor-value-no-unknown rule (#8211) (@​ryo-manba).
  • Added: at-rule-no-deprecated rule (#8251) (@​jeddy3).
  • Added: at-rule-prelude-no-invalid rule (#8268) (@​ryo-manba).
  • Added: declaration-property-value-keyword-no-deprecated rule (#8223) (@​Mouvedia).
  • Added: "ignore": ["at-rule-preludes", "declaration-values"] to string-no-newline (#8214) (@​ryo-manba).
  • Added: messageArgs to declaration-property-value-no-unknown, font-family-name-quotes, font-family-no-duplicate-names, function-calc-no-unspaced-operator, import-notation, media-feature-name-unit-allowed-list, selector-attribute-quotes and selector-pseudo-element-colon-notation (#8285 & #8252) (@​Mouvedia).
  • Fixed: deprecation warnings to only display once per (custom) rule (#8265) (@​romainmenke).
  • Fixed: *-no-vendor-prefix message ambiguity (#8239) (@​Mouvedia).
  • Fixed: at-rule-(dis)allowed-list, at-rule-no-vendor-prefix, at-rule-property-required-list message argument (#8277) (@​Mouvedia).
  • Fixed: at-rule-property-required-list message for inclusion of properties and descriptors (#8207) (@​jeddy3).
  • Fixed: at-rule-* false positives and negatives for @charset rule (#8215) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown false positives for descriptors (#8240) (@​jeddy3).
  • Fixed: property-(dis)allowed-list false negatives for custom properties, use /^--/ to (dis)allow them (#8209) (@​fbasmaison-lucca).
  • Fixed: property-no-unknown false positives for descriptors (#8203) (@​jeddy3).
  • Fixed: selector-pseudo-class-no-unknown false positives for deprecated pseudo-classes (#8264) (@​Mouvedia).
  • Fixed: selector-type-case false positives for hatchPath (#8264) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for shadow, hatch and hatchpath (#8264) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

16.13.0 - 2025-01-12

It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our standard config.

It also adds new rule options, a feature to display how long rules take, lax autofix and support for messageArgs in more rules. It fixes 7 bugs.

Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for plugin authors and end users on how to silence deprecation warnings.

  • Deprecated: ambiguous position arguments passed to utils.report() (#8244) (@​romainmenke).
  • Added: lax/strict values to the fix Node.js API option and CLI flag (#8106) (@​ryo-manba).
  • Added: support for profiling rule performance via the TIMING environment variable (#8108) (@​ryo-manba).
  • Added: at-rule-descriptor-no-unknown rule (#8197) (@​ryo-manba).
  • Added: at-rule-descriptor-value-no-unknown rule (#8211) (@​ryo-manba).
  • Added: at-rule-no-deprecated rule (#8251) (@​jeddy3).
  • Added: at-rule-prelude-no-invalid rule (#8268) (@​ryo-manba).
  • Added: declaration-property-value-keyword-no-deprecated rule (#8223) (@​Mouvedia).
  • Added: "ignore": ["at-rule-preludes", "declaration-values"] to string-no-newline (#8214) (@​ryo-manba).
  • Added: messageArgs to declaration-property-value-no-unknown, font-family-name-quotes, font-family-no-duplicate-names, function-calc-no-unspaced-operator, import-notation, media-feature-name-unit-allowed-list, selector-attribute-quotes and selector-pseudo-element-colon-notation (#8285 & #8252) (@​Mouvedia).
  • Fixed: deprecation warnings to only display once per (custom) rule (#8265) (@​romainmenke).
  • Fixed: *-no-vendor-prefix message ambiguity (#8239) (@​Mouvedia).
  • Fixed: at-rule-(dis)allowed-list, at-rule-no-vendor-prefix, at-rule-property-required-list message argument (#8277) (@​Mouvedia).
  • Fixed: at-rule-property-required-list message for inclusion of properties and descriptors (#8207) (@​jeddy3).
  • Fixed: at-rule-* false positives and negatives for @charset rule (#8215) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown false positives for descriptors (#8240) (@​jeddy3).
  • Fixed: property-(dis)allowed-list false negatives for custom properties, use /^--/ to (dis)allow them (#8209) (@​fbasmaison-lucca).
  • Fixed: property-no-unknown false positives for descriptors (#8203) (@​jeddy3).
  • Fixed: selector-pseudo-class-no-unknown false positives for deprecated pseudo-classes (#8264) (@​Mouvedia).
  • Fixed: selector-type-case false positives for hatchPath (#8264) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for shadow, hatch and hatchpath (#8264) (@​Mouvedia).
Commits
  • 81baea5 16.13.0
  • 6fc88f5 Prepare 16.13.0 (#8202)
  • f6d5055 Refactor to commonize regex patterns (#8272)
  • a80cdf6 Add messageArgs to declaration-property-value-no-unknown, `font-family-na...
  • 8ddbe17 Document no tweet when performing release (#8288)
  • 29c3278 Document standard config changes (#8286)
  • 2e790d9 Document best practices for position arguments in utils.report() (#8257)
  • ea922f8 Fix at-rule-(dis)allowed-list, at-rule-no-vendor-prefix, `at-rule-propert...
  • c21318c Document overlapping rules (#8284)
  • 51393c2 Document alphabetical order config (#8275)
  • Additional commits viewable in compare view

Updates stylelint-config-standard from 36.0.1 to 37.0.0

Release notes

Sourced from stylelint-config-standard's releases.

37.0.0

  • Removed: stylelint less than 16.13.0 from peer dependencies.
  • Changed: updated to [email protected].
Changelog

Sourced from stylelint-config-standard's changelog.

37.0.0

  • Removed: stylelint less than 16.13.0 from peer dependencies.
  • Changed: updated to [email protected].
Commits
  • aca7a9f 37.0.0
  • ff3d6b9 Prepare 37.0.0 (#346)
  • f8e1d22 Document browser support policy based on Baseline Widely Available (#345)
  • 72ae9dc Bump the development-dependencies group with 3 updates (#344)
  • c98f4c3 Bump nanoid from 3.3.7 to 3.3.8 (#343)
  • 14a2545 Add ESLint to dependabot dev group (#342)
  • 551609a Bump eslint from 9.14.0 to 9.16.0 (#341)
  • 2392231 Bump the development-dependencies group with 3 updates (#340)
  • 22a0eb6 Bump cross-spawn (#339)
  • 3a0ef2a Bump eslint-config-stylelint from 22.0.0 to 23.0.0 in the development-depende...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
eslint-plugin-prefer-arrow-functions [>= 3.6.a, < 3.7]

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 speci...

Description has been truncated

摘要由 Sourcery

构建:

  • 更新 @actions/artifact 到 2.2.1,@octokit/auth-app 到 7.1.4,@octokit/auth-unauthenticated 到 6.1.1,@octokit/rest 到 21.1.0,eslint 到 9.18.0,eslint-plugin-prefer-arrow-functions 到 3.5.0,stylelint 到 16.13.0,以及 stylelint-config-standard 到 37.0.0。
Original summary in English

Summary by Sourcery

Build:

  • Update @actions/artifact to 2.2.1, @octokit/auth-app to 7.1.4, @octokit/auth-unauthenticated to 6.1.1, @octokit/rest to 21.1.0, eslint to 9.18.0, eslint-plugin-prefer-arrow-functions to 3.5.0, stylelint to 16.13.0, and stylelint-config-standard to 37.0.0.

Bumps the npm group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.2.0` | `2.2.1` |
| [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `7.1.3` | `7.1.4` |
| [@octokit/auth-unauthenticated](https://github.com/octokit/auth-unauthenticated.js) | `6.1.0` | `6.1.1` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.2` | `21.1.0` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` |
| [eslint-plugin-prefer-arrow-functions](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions) | `3.4.1` | `3.5.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.12.0` | `16.13.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.1` | `37.0.0` |



Updates `@actions/artifact` from 2.2.0 to 2.2.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)

Updates `@octokit/auth-app` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v7.1.3...v7.1.4)

Updates `@octokit/auth-unauthenticated` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/octokit/auth-unauthenticated.js/releases)
- [Commits](octokit/auth-unauthenticated.js@v6.1.0...v6.1.1)

Updates `@octokit/rest` from 21.0.2 to 21.1.0
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v21.0.2...v21.1.0)

Updates `eslint` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.18.0)

Updates `eslint-plugin-prefer-arrow-functions` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/releases)
- [Changelog](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/blob/main/CHANGELOG.md)
- [Commits](JamieMason/eslint-plugin-prefer-arrow-functions@3.4.1...3.5.0)

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

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

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@octokit/auth-unauthenticated"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-prefer-arrow-functions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: stylelint-config-standard
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2025
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,dependabot[bot]!)。我们假设它知道自己在做什么!

Original comment in English

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

sourcery-ai bot commented Jan 12, 2025

审阅者指南 by Sourcery

此 PR 更新了根目录中的 npm 依赖项。它将 8 个依赖项升级到最新版本,包括对 @actions/artifact@octokit/auth-app@octokit/auth-unauthenticated@octokit/resteslinteslint-plugin-prefer-arrow-functionsstylelintstylelint-config-standard 的更新。

由于更改看起来简单,未生成图表。

文件级别变更

变更 详情 文件
@actions/artifact 从 2.2.0 更新到 2.2.1。
  • 添加环境变量 ACTIONS_ARTIFACT_UPLOAD_CONCURRENCYACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS,以控制上传并发和超时设置。
package.json
package-lock.json
@octokit/auth-app 从 7.1.3 更新到 7.1.4。
  • 升级 Octokit 依赖项以解决与 Deno 的兼容性问题。
package.json
package-lock.json
@octokit/auth-unauthenticated 从 6.1.0 更新到 6.1.1。
  • 升级 Octokit 依赖项以解决与 Deno 的兼容性问题。
package.json
package-lock.json
@octokit/rest 从 21.0.2 更新到 21.1.0。
  • 引入新的端点并升级 Octokit 依赖项以解决与 Deno 的兼容性问题。
package.json
package-lock.json
eslint 从 9.17.0 更新到 9.18.0。
  • 添加功能以报告 no-console 规则的允许方法。
  • 取消对 TypeScript 配置文件的标记。
  • no-shadow-restricted-names 规则中检查导入和类名。
package.json
package-lock.json
eslint-plugin-prefer-arrow-functions 从 3.4.1 更新到 3.5.0。
  • 添加功能以允许特定名称的函数。
  • 修复当 classPropertiesAllowed 为 true 时静态私有方法的格式。
package.json
package-lock.json
stylelint 从 16.12.0 更新到 16.13.0。
  • 添加 at-rule-descriptor-no-unknownat-rule-descriptor-value-no-unknownat-rule-no-deprecatedat-rule-prelude-no-invaliddeclaration-property-value-keyword-no-deprecated 规则。
  • fix 选项添加 lax/strict 值。
  • 通过 TIMING 环境变量添加对规则性能分析的支持。
  • 修复弃用警告以仅对每个自定义规则显示一次。
package.json
package-lock.json
stylelint-config-standard 从 36.0.1 更新到 37.0.0。 package.json
package-lock.json

提示和命令

与 Sourcery 交互

  • 触发新的审阅: 在拉取请求中评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub 问题: 通过回复评论,要求 Sourcery 创建问题。
  • 生成拉取请求标题: 在拉取请求标题中的任何位置写 @sourcery-ai 以随时生成标题。
  • 生成拉取请求摘要: 在拉取请求正文中的任何位置写 @sourcery-ai summary 以随时生成 PR 摘要。您还可以使用此命令指定摘要的插入位置。

自定义您的体验

访问您的仪表板以:

  • 启用或禁用审阅功能,如 Sourcery 生成的拉取请求摘要、审阅者指南等。
  • 更改审阅语言。
  • 添加、删除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English

Reviewer's Guide by Sourcery

This PR updates the npm dependencies in the root directory. It bumps 8 dependencies to their latest versions, including updates to @actions/artifact, @octokit/auth-app, @octokit/auth-unauthenticated, @octokit/rest, eslint, eslint-plugin-prefer-arrow-functions, stylelint, and stylelint-config-standard.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updates @actions/artifact from 2.2.0 to 2.2.1.
  • Adds environment variables ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY and ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS to allow control over upload concurrency and timeout settings.
package.json
package-lock.json
Updates @octokit/auth-app from 7.1.3 to 7.1.4.
  • Bumps Octokit dependencies to resolve compatibility issues with Deno.
package.json
package-lock.json
Updates @octokit/auth-unauthenticated from 6.1.0 to 6.1.1.
  • Bumps Octokit dependencies to resolve compatibility issues with Deno.
package.json
package-lock.json
Updates @octokit/rest from 21.0.2 to 21.1.0.
  • Introduces new endpoints and bumps Octokit dependencies to resolve compatibility issues with Deno.
package.json
package-lock.json
Updates eslint from 9.17.0 to 9.18.0.
  • Adds a feature to report allowed methods for the no-console rule.
  • Unflags TypeScript configuration files.
  • Checks imports and class names in the no-shadow-restricted-names rule.
package.json
package-lock.json
Updates eslint-plugin-prefer-arrow-functions from 3.4.1 to 3.5.0.
  • Adds a feature to allow functions with specific names.
  • Fixes formatting of static private methods when classPropertiesAllowed is true.
package.json
package-lock.json
Updates stylelint from 16.12.0 to 16.13.0.
  • Adds at-rule-descriptor-no-unknown, at-rule-descriptor-value-no-unknown, at-rule-no-deprecated, at-rule-prelude-no-invalid, and declaration-property-value-keyword-no-deprecated rules.
  • Adds lax/strict values to the fix option.
  • Adds support for profiling rule performance via the TIMING environment variable.
  • Fixes deprecation warnings to only display once per custom rule.
package.json
package-lock.json
Updates stylelint-config-standard from 36.0.1 to 37.0.0. package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@AnnAngela
Copy link
Member

@dependabot show eslint-plugin-prefer-arrow-functions ignore conditions

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

Ignore Conditions
Dependency Ignore Condition
eslint-plugin-prefer-arrow-functions [>= 3.6.a, < 3.7]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
Status: 🆕 待办
Development

Successfully merging this pull request may close these issues.

2 participants