Skip to content

Bump the github-actions group with 10 updates#874

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/github-actions-6ad99fae59
Closed

Bump the github-actions group with 10 updates#874
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/github-actions-6ad99fae59

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2024

Bumps the github-actions group with 10 updates:

Package From To
https-proxy-agent 5.0.1 7.0.5
make-dir 3.1.0 5.0.0
node-fetch 2.7.0 3.3.2
@mapbox/cloudfriend 5.1.1 8.1.0
aws-sdk 2.1653.0 2.1659.0
eslint 8.57.0 9.7.0
nock 12.0.3 13.5.4
node-addon-api 4.3.0 8.1.0
nyc 15.1.0 17.0.0
tar-fs 2.1.1 3.0.6

Updates https-proxy-agent from 5.0.1 to 7.0.5

Release notes

Sourced from https-proxy-agent's releases.

https-proxy-agent@7.0.5

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

https-proxy-agent@7.0.4

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️

https-proxy-agent@7.0.3

Patch Changes

  • c3c405e: Add missing URL type import

https-proxy-agent@7.0.2

Patch Changes

  • e625d10: Support SNI for proxy servers

https-proxy-agent@7.0.1

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.

https-proxy-agent@7.0.0

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

https-proxy-agent@6.2.1

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

https-proxy-agent@6.2.0

Minor Changes

  • 8ff9faa: "headers" option can now be a function

Patch Changes

  • Updated dependencies [66b4c63]
    • agent-base@7.0.2

https-proxy-agent@6.1.0

Minor Changes

... (truncated)

Changelog

Sourced from https-proxy-agent's changelog.

7.0.5

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

7.0.4

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️

7.0.3

Patch Changes

  • c3c405e: Add missing URL type import

7.0.2

Patch Changes

  • e625d10: Support SNI for proxy servers

7.0.1

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.

7.0.0

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

6.2.1

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

6.2.0

Minor Changes

  • 8ff9faa: "headers" option can now be a function

... (truncated)

Commits

Updates make-dir from 3.1.0 to 5.0.0

Release notes

Sourced from make-dir's releases.

v5.0.0

Breaking

  • Require Node.js 18 120a81e
  • This package is now pure ESM. Please read this.
  • Changed from default export to named exports:
    • require('make-dir')import {makeDirectory} from 'make-dir'
    • require('make-dir').syncimport {makeDirectorySync} from 'make-dir'

sindresorhus/make-dir@v4.0.0...v5.0.0

v4.0.0

Breaking

  • Require Node.js 10 (#32) 064e92d

Improvements

  • Update dependencies c419a8a

sindresorhus/make-dir@v3.1.0...v4.0.0

Commits

Updates node-fetch from 2.7.0 to 3.3.2

Release notes

Sourced from node-fetch's releases.

v3.3.2

3.3.2 (2023-07-25)

Bug Fixes

v3.3.1

3.3.1 (2023-03-11)

Bug Fixes

  • release "Allow URL class object as an argument for fetch()" #1696 (#1716) (7b86e94)

v3.3.0

3.3.0 (2022-11-10)

Features

v3.2.10

3.2.10 (2022-07-31)

Bug Fixes

v3.2.9

3.2.9 (2022-07-18)

Bug Fixes

  • Headers: don't forward secure headers on protocol change (#1599) (e87b093)

v3.2.8

3.2.8 (2022-07-12)

Bug Fixes

... (truncated)

Commits

Updates @mapbox/cloudfriend from 5.1.1 to 8.1.0

Changelog

Sourced from @​mapbox/cloudfriend's changelog.

8.1.0

  • Allow FilterCriteria property to be defined for Stream Lambda shortcuts

8.0.0

  • Updates cf.shortcuts.ScheduledLambda to use EventBridge Scheduler instead of EventBridge Rules to schedule lambda invocations. When using this version your template will have the following changes per scheduled lambda instance,
Add     <LogicalNamePrefix>SchedulerRole  AWS::IAM::Role
Add     <LogicalNamePrefix>Scheduler      AWS::Scheduler::Schedule
Remove  <LogicalNamePrefix>Permission     AWS::Lambda::Permission
Remove  <LogicalNamePrefix>Schedule       AWS::Events::Rule

Note the service role (AWS::IAM::Role) will automatically be created for the AWS::Scheduler::Schedule resource if you do not specify property ScheduleRoleArn in the shortcut.

When you make this update, you will no longer see a trigger on your scheduled lambda. The schedule can be viewed in EventBridge schedules.

7.1.0

v7.0.1

  • Fixes hookshot.Passthrough and hookshot.Github shortcuts where inline code lambdas were using AWS SDK v2 while the lambda default runtime is nodejs18.x, by switching to AWS SDK v3.
  • Updates hookshot.Passthrough and hookshot.Github shortcuts to only use nodejs versions 18 or higher for there inline code lambdas.

v7.0.0

  • Updates default node runtime for lambda shortcuts to node18.x.
  • Suppress AWS SDK V2 maintinence message for validate-template.
  • Updates aws-sdk to version 2.1425.0.

v6.0.0

  • Updates default node runtime for lambda shortcuts to node16.x.
  • Updates default authorization type for hookshot shortcuts to "NONE" from "None".
Commits

Updates aws-sdk from 2.1653.0 to 2.1659.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1659.0

See changelog for more information.

Release v2.1658.0

See changelog for more information.

Release v2.1657.0

See changelog for more information.

Release v2.1656.0

See changelog for more information.

Release v2.1655.0

See changelog for more information.

Release v2.1654.0

See changelog for more information.

Commits

Updates eslint from 8.57.0 to 9.7.0

Release notes

Sourced from eslint's releases.

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

Chores

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)

Documentation

  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

Chores

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

v9.5.0 - June 14, 2024

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)

... (truncated)

Commits

Updates nock from 12.0.3 to 13.5.4

Release notes

Sourced from nock's releases.

v13.5.4

13.5.4 (2024-02-26)

Bug Fixes

v13.5.3

13.5.3 (2024-02-17)

Bug Fixes

v13.5.2

13.5.2 (2024-02-17)

Bug Fixes

  • remove duplicates from activeMocks() and pendingMocks() (#2356) (7e957b3)

v13.5.1

13.5.1 (2024-01-28)

Bug Fixes

v13.5.0

13.5.0 (2024-01-14)

Features

v13.4.0

13.4.0 (2023-11-27)

Features

v13.3.8

13.3.8 (2023-11-03)

... (truncated)

Commits
  • ba9fc42 fix: call fs.createReadStream lazily (#2357)
  • 81c20dd chore(deps-dev): bump chai from 4.3.10 to 4.4.1 (#2576)
  • 08b2b09 chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 (#2578)
  • 1005698 chore(deps-dev): bump eslint-plugin-import from 2.29.0 to 2.29.1 (#2577)
  • 4162fa8 fix: support literal query string (#2590)
  • 7e957b3 fix: remove duplicates from activeMocks() and pendingMocks() (#2356)
  • 8bab28d ci: add node 20 in ci (#2585)
  • 8deca36 docs: add mikicho as a contributor for maintenance, code, and doc (#2584)
  • 4ad60ba add experimental fetch support notice (#2583)
  • f4d1b15 ci(test): use a single test job that we can require, independent of test ma...
  • Additional commits viewable in compare view

Updates node-addon-api from 4.3.0 to 8.1.0

Release notes

Sourced from node-addon-api's releases.

node-addon-api: v8.1.0

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)
Changelog

Sourced from node-addon-api's changelog.

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)

2024-03-01 Version 8.0.0, @​legendecas

Notable changes

  • Support for Node.js v16.x is no longer maintained.

Commits

  • [df2147a2b6] - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (dependabot[bot]) #1455
  • [eb4fa9b55a] - build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 (dependabot[bot]) #1452
  • [f85e8146bb] - build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 (dependabot[bot]) #1448
  • [b84deb0d2f] - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 (dependabot[bot]) #1447
  • [7dcee380cd] - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot[bot]) #1444
  • [a727b629fe] - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot[bot]) #1443
  • [ea712094e3] - build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot[bot]) #1440
  • [898e5006a5] - build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (dependabot[bot]) #1439
  • [66e6e0e4b6] - build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot[bot]) #1438
  • [f1ca4ccd7f] - build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 (dependabot[bot]) #1433
  • [c58112d52e] - build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (dependabot[bot]) #1430
  • [f1b9c0bc24] - chore: remove v16.x regular CI runs (Chengzhong Wu) #1437
  • [c6561d90d6] - chore: reduce dependabot noise (Chengzhong Wu) #1436
  • [42931eeba6] - doc: reorganize readme (Chengzhong Wu) #1441
  • [3b9f3db14e] - doc: update changelog maker commands (Chengzhong Wu) #1431
  • [034c039298] - test: heed npm_config_debug (Gabriel Schulhof) #1445

2024-01-18 Version 7.1.0, @​legendecas

Notable changes

API

  • Add Env::GetModuleFileName
  • Add SyntaxError
  • Allow NAPI_VERSION env var and templatize AttachData callback
  • Add common gyp dependency targets.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for node-addon-api since your current version.


Updates nyc from 15.1.0 to 17.0.0

Release notes

Sourced from nyc's releases.

nyc: v17.0.0

17.0.0 (2024-04-19)

⚠ BREAKING CHANGES

  • minimum Node version now 18

Bug Fixes

Build System

  • minimum Node version now 18 (9ef340e)
Changelog

Sourced from nyc's changelog.

17.0.0 (2024-04-19)

⚠ BREAKING CHANGES

  • minimum Node version now 18

Bug Fixes

...

Description has been truncated

Bumps the github-actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) | `5.0.1` | `7.0.5` |
| [make-dir](https://github.com/sindresorhus/make-dir) | `3.1.0` | `5.0.0` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.7.0` | `3.3.2` |
| [@mapbox/cloudfriend](https://github.com/mapbox/cloudfriend) | `5.1.1` | `8.1.0` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1653.0` | `2.1659.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.7.0` |
| [nock](https://github.com/nock/nock) | `12.0.3` | `13.5.4` |
| [node-addon-api](https://github.com/nodejs/node-addon-api) | `4.3.0` | `8.1.0` |
| [nyc](https://github.com/istanbuljs/nyc) | `15.1.0` | `17.0.0` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `2.1.1` | `3.0.6` |


Updates `https-proxy-agent` from 5.0.1 to 7.0.5
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/https-proxy-agent@7.0.5/packages/https-proxy-agent)

Updates `make-dir` from 3.1.0 to 5.0.0
- [Release notes](https://github.com/sindresorhus/make-dir/releases)
- [Commits](sindresorhus/make-dir@v3.1.0...v5.0.0)

Updates `node-fetch` from 2.7.0 to 3.3.2
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.7.0...v3.3.2)

Updates `@mapbox/cloudfriend` from 5.1.1 to 8.1.0
- [Changelog](https://github.com/mapbox/cloudfriend/blob/master/changelog.md)
- [Commits](mapbox/cloudfriend@v5.1.1...v8.1.0)

Updates `aws-sdk` from 2.1653.0 to 2.1659.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1653.0...v2.1659.0)

Updates `eslint` from 8.57.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.7.0)

Updates `nock` from 12.0.3 to 13.5.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v12.0.3...v13.5.4)

Updates `node-addon-api` from 4.3.0 to 8.1.0
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v4.3.0...node-addon-api-v8.1.0)

Updates `nyc` from 15.1.0 to 17.0.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.0.0)

Updates `tar-fs` from 2.1.1 to 3.0.6
- [Commits](mafintosh/tar-fs@v2.1.1...v3.0.6)

---
updated-dependencies:
- dependency-name: https-proxy-agent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: make-dir
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: "@mapbox/cloudfriend"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: aws-sdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: node-addon-api
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: tar-fs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Jul 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/github-actions-6ad99fae59 branch July 13, 2024 17:57
@cclauss cclauss mentioned this pull request Jul 18, 2024
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants