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

Bump the npm group with 11 updates #1892

Merged
merged 2 commits into from Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the npm group with 11 updates:

Package From To
@actions/artifact 1.1.1 1.1.2
@actions/core 1.10.0 1.10.1
uuid 9.0.0 9.0.1
@types/uuid 9.0.3 9.0.4
@types/adm-zip 0.5.0 0.5.1
@types/js-yaml 4.0.5 4.0.6
@types/semver 7.5.1 7.5.2
@typescript-eslint/eslint-plugin 6.5.0 6.7.2
@typescript-eslint/parser 6.6.0 6.7.2
eslint 8.48.0 8.49.0
sinon 15.2.0 16.0.0

Updates @actions/artifact from 1.1.1 to 1.1.2

Changelog

Sourced from @​actions/artifact's changelog.

@​actions/artifact Releases

0.1.0

  • Initial release

0.2.0

  • Fixes to TCP connections not closing
  • GZip file compression to speed up downloads
  • Improved logging and output
  • Extra documentation

0.3.0

  • Fixes to gzip decompression when downloading artifacts
  • Support handling 429 response codes
  • Improved download experience when dealing with empty files
  • Exponential backoff when retryable status codes are encountered
  • Clearer error message if storage quota has been reached
  • Improved logging and output during artifact download

0.3.1

  • Fix to ensure temporary gzip files get correctly deleted during artifact upload
  • Remove spaces as a forbidden character during upload

0.3.2

  • Fix to ensure readstreams get correctly reset in the event of a retry

0.3.3

  • Increase chunk size during upload from 4MB to 8MB
  • Improve user-agent strings during API calls to help internally diagnose issues

0.3.5

  • Retry in the event of a 413 response

0.4.0

  • Add option to specify custom retentions on artifacts

0.4.1

  • Update to latest @​actions/core version

0.4.2

... (truncated)

Commits

Updates @actions/core from 1.10.0 to 1.10.1

Changelog

Sourced from @​actions/core's changelog.

1.10.1

  • Fix error message reference in oidc utils #1511
Commits

Updates uuid from 9.0.0 to 9.0.1

Changelog

Sourced from uuid's changelog.

9.0.1 (2023-09-12)

build

  • Fix CI to work with Node.js 20.x
Commits

Updates @types/uuid from 9.0.3 to 9.0.4

Commits

Updates @types/adm-zip from 0.5.0 to 0.5.1

Commits

Updates @types/js-yaml from 4.0.5 to 4.0.6

Commits

Updates @types/semver from 7.5.1 to 7.5.2

Commits

Updates @typescript-eslint/eslint-plugin from 6.5.0 to 6.7.2

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.7.2

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

v6.7.1

6.7.1 (2023-09-18)

⚠️ Due to an npm registry server error, the packages at this version were partially published. Please use 6.7.2 instead.

You can read about our versioning strategy and releases on our website.

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

You can read about our versioning strategy and releases on our website.

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

You can read about our versioning strategy and releases on our website.

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

You can read about our versioning strategy and releases on our website.

Commits
  • ddb8589 chore: publish v6.7.2
  • aefb268 chore: publish v6.7.1
  • 9cf757a chore(eslint-plugin): refactor getTypeFromNode to parserServices.getTypeAtLoc...
  • e0cb751 docs(eslint-plugin): add warning about superfluous rules with typescript (#7372)
  • ad46b12 chore(deps): update jest to v29.7.0 (#7651)
  • 7826910 docs(eslint-plugin): fix ignorePrimitives examples in prefer-nullish-coalesci...
  • 79ffff0 chore: publish v6.7.0
  • b284370 feat(eslint-plugin): [await-thenable] added suggestion fixer (#7437)
  • 4908905 fix(eslint-plugin): [no-restricted-imports] disallow side effect imports when...
  • a3a3932 chore: publish v6.6.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.6.0 to 6.7.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.7.2

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

v6.7.1

6.7.1 (2023-09-18)

⚠️ Due to an npm registry server error, the packages at this version were partially published. Please use 6.7.2 instead.

You can read about our versioning strategy and releases on our website.

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.0 (2023-09-11)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 8.48.0 to 8.49.0

Release notes

Sourced from eslint's releases.

v8.49.0

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.49.0 - September 8, 2023

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
Commits

Updates sinon from 15.2.0 to 16.0.0

Changelog

Sourced from sinon's changelog.

16.0.0

  • c3396058 fix(2525): ensure non empty message when error of type string is passed, but no message (#2544) (Mark de Dios)
  • baa1aee9 .define method (#2539) (Konstantin Gukov)
    • .define method for temporarily defining new properties during the tests
  • fe799e78 Fix issue 2534: spies are not restored (#2535) (Carl-Erik Kopseng)
  • 305fb6cc fix: actaully reset 'injectedKeys' (#2456) (Morgan Roderick)
  • de2635dd Bump LTS version one notch: 20 (#2529) (Carl-Erik Kopseng)

Released by Morgan Roderick on 2023-09-13.

Commits

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 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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `1.1.1` | `1.1.2` |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.10.1` |
| [uuid](https://github.com/uuidjs/uuid) | `9.0.0` | `9.0.1` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.3` | `9.0.4` |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip) | `0.5.0` | `0.5.1` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.5` | `4.0.6` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.1` | `7.5.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.5.0` | `6.7.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.6.0` | `6.7.2` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.49.0` |
| [sinon](https://github.com/sinonjs/sinon) | `15.2.0` | `16.0.0` |


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

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

Updates `uuid` from 9.0.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

Updates `@types/uuid` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Updates `@types/adm-zip` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip)

Updates `@types/js-yaml` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml)

Updates `@types/semver` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser)

Updates `eslint` from 8.48.0 to 8.49.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.48.0...v8.49.0)

Updates `sinon` from 15.2.0 to 16.0.0
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v15.2.0...v16.0.0)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/uuid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/adm-zip"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/js-yaml"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/semver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 18, 2023 18:02
@dependabot dependabot bot added the Update dependencies Trigger PR workflow to update dependencies label Sep 18, 2023
@github-actions github-actions bot removed the Update dependencies Trigger PR workflow to update dependencies label Sep 18, 2023
@github-actions
Copy link
Contributor

Pushed a commit to update the checked-in dependencies. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft September 18, 2023 18:05
@angelapwen angelapwen marked this pull request as ready for review September 18, 2023 19:42
@angelapwen angelapwen enabled auto-merge (squash) September 18, 2023 19:50
@angelapwen angelapwen merged commit dd1128f into main Sep 18, 2023
353 checks passed
@angelapwen angelapwen deleted the dependabot/npm_and_yarn/npm-f6012435ee branch September 18, 2023 20:01
@github-actions github-actions bot mentioned this pull request Sep 19, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant