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 dependencies group across 1 directory with 23 updates #7

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the dependencies group with 23 updates in the / directory:

Package From To
@octokit/auth-app 6.0.3 7.1.0
@octokit/core 5.1.0 6.1.2
@octokit/plugin-paginate-rest 9.1.5 11.3.0
@octokit/plugin-throttling 8.1.3 9.3.0
@octokit/request-error 5.0.1 6.1.1
@octokit/types 12.4.0 13.5.0
debug 4.3.4 4.3.5
dotenv 16.4.1 16.4.5
node 21.6.1 22.2.0
@octokit/plugin-retry 6.0.1 7.1.1
@tsconfig/node20 20.1.2 20.1.4
@types/aws-lambda 8.10.133 8.10.138
@types/jest 29.5.11 29.5.12
@types/node 20.11.15 20.13.0
@types/randomstring 1.1.11 1.3.0
@typescript-eslint/eslint-plugin 6.20.0 7.11.0
@typescript-eslint/parser 6.20.0 7.11.0
eslint 8.56.0 9.4.0
eslint-plugin-jest 27.6.3 28.5.0
husky 9.0.9 9.0.11
prettier 3.2.4 3.3.0
ts-jest 29.1.2 29.1.4
typescript 5.3.3 5.4.5

Updates @octokit/auth-app from 6.0.3 to 7.1.0

Release notes

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

v7.1.0

7.1.0 (2024-05-09)

Features

  • appId argument can be set to Client ID string (#606) (7dc08e5)

v7.0.0

7.0.0 (2024-04-30)

Features

BREAKING CHANGES

  • package is now ESM
  • remove type "oauth" that was previously deprecated

v7.0.0-beta.9

7.0.0-beta.9 (2024-04-30)

Bug Fixes

  • mark import as type import (fcce291)

v7.0.0-beta.8

7.0.0-beta.8 (2024-04-16)

Bug Fixes

  • add /app/installation-requests to requires-app-auth paths (#594) (f16debb)
  • deps: upgrade @octokit/types to v13 (#596) (8e46539)
  • upgrade octokit deps (6d40281)

Features

v7.0.0-beta.7

7.0.0-beta.7 (2024-04-16)

Bug Fixes

... (truncated)

Commits

Updates @octokit/core from 5.1.0 to 6.1.2

Release notes

Sourced from @​octokit/core's releases.

v6.1.2

6.1.2 (2024-04-09)

Bug Fixes

v6.1.1

6.1.1 (2024-04-03)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (ade2813)

v6.1.0

6.1.0 (2024-04-03)

Features

v6.0.1

6.0.1 (2024-02-26)

Bug Fixes

v6.0.0

6.0.0 (2024-02-25)

Features

BREAKING CHANGES

  • package is now ESM

v6.0.0-beta.5

6.0.0-beta.5 (2024-02-25)

Bug Fixes

... (truncated)

Commits
  • af3d390 fix(pkg): add default fallback and types export (#673)
  • 82a36c9 chore(deps-dev): bump undici from 6.6.1 to 6.11.1
  • ade2813 fix(deps): update dependency @​octokit/types to v13
  • 1c2bd25 feat(security): Add provenance (#671)
  • a259846 ci(action): update actions/add-to-project action to v1
  • 15f8674 ci(action): update actions/add-to-project action to v0.6.1 (#668)
  • 9ab61fa chore(deps): update dependency @​octokit/auth-action to v5 (#664)
  • ae20962 ci(action): update actions/add-to-project action to v0.6.0
  • 42148fc fix(pkg): add main entry point (#662)
  • 88d3536 chore(deps): update dependency @​octokit/auth-oauth-app to v8 (#660)
  • Additional commits viewable in compare view

Updates @octokit/plugin-paginate-rest from 9.1.5 to 11.3.0

Release notes

Sourced from @​octokit/plugin-paginate-rest's releases.

v11.3.0

11.3.0 (2024-04-29)

Features

  • Copilot usage endpoints for Enterprise (#613) (8e79d82)

v11.2.0

11.2.0 (2024-04-22)

Features

  • updates @​octokit/types to v13.4.1 (#609) (5a201a7)

v11.1.1

11.1.1 (2024-04-16)

Bug Fixes

v11.1.0

11.1.0 (2024-04-11)

Features

  • Updates @​octokit/types to v13.4.0 (#606) (02d6110)

v11.0.1

11.0.1 (2024-04-09)

Bug Fixes

v11.0.0

11.0.0 (2024-04-06)

Features

BREAKING CHANGES

... (truncated)

Commits
  • 8e79d82 feat: Copilot usage endpoints for Enterprise (#613)
  • 5a201a7 feat: updates @​octokit/types to v13.4.1 (#609)
  • 7392e4b docs(README): update examples to use ESM (#611)
  • 069235f fix(pkg): add default fallback and types export (#612)
  • f6bae1b chore(deps): update dependency @​octokit/plugin-rest-endpoint-methods to v13 (...
  • 51551cf reorder bypass_actors.actor_type enum values to be in alphabetical order (#608)
  • 3dcc266 ci(action): update actions/add-to-project action to v1.0.1 (#607)
  • 02d6110 feat: Updates @​octokit/types to v13.4.0 (#606)
  • f97c080 fix(deps): bump @octokit/types (#605)
  • 2ecd4ff chore(deps): update dependency @​octokit/plugin-rest-endpoint-methods to v12 (...
  • Additional commits viewable in compare view

Updates @octokit/plugin-throttling from 8.1.3 to 9.3.0

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v9.3.0

9.3.0 (2024-04-29)

Features

v9.2.1

9.2.1 (2024-04-23)

Bug Fixes

v9.2.0

9.2.0 (2024-04-15)

Features

  • routes changed from repository_id to nwo and enterprise groups now includes the enterprise in route (#684) (734bcba)

v9.1.0

9.1.0 (2024-04-03)

Features

v9.0.4

9.0.4 (2024-04-03)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (8cc6eb9)

v9.0.3

9.0.3 (2024-03-01)

Bug Fixes

v9.0.2

9.0.2 (2024-02-27)

... (truncated)

Commits
  • f11e11d feat: Copilot usage endpoints (#697)
  • 1598aa8 build(deps): lock file maintenance (#696)
  • a7574f2 build(deps): lock file maintenance (#693)
  • 0f404fb fix(pkg): add a default fallback export (#695)
  • d6abbcf build(deps): lock file maintenance
  • 734bcba feat: routes changed from repository_id to nwo and enterprise groups now incl...
  • 92cbf3b build(deps): lock file maintenance (#691)
  • 7eb48d5 feat(security): Add provenance (#689)
  • 8cc6eb9 fix(deps): update dependency @​octokit/types to v13
  • 4d7603a build(deps): lock file maintenance (#687)
  • Additional commits viewable in compare view

Updates @octokit/request-error from 5.0.1 to 6.1.1

Release notes

Sourced from @​octokit/request-error's releases.

v6.1.1

6.1.1 (2024-04-16)

Bug Fixes

v6.1.0

6.1.0 (2024-04-03)

Features

v6.0.3

6.0.3 (2024-04-03)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (352b655)

v6.0.2

6.0.2 (2024-02-27)

Bug Fixes

v6.0.1

6.0.1 (2024-02-23)

Bug Fixes

  • build: remove NodeJS/Browser specific builds (#404) (479d0b4)

v6.0.0

6.0.0 (2024-02-23)

Features

BREAKING CHANGES

... (truncated)

Commits
  • a1ab11e fix(pkg): add default fallback and types export (#419)
  • 3a17551 build(deps): lock file maintenance
  • 6279d5a ci(action): update actions/add-to-project action to v1.0.1 (#418)
  • 5410b95 build(deps): lock file maintenance (#417)
  • 2836ddb feat(security): Add provenance (#416)
  • 352b655 fix(deps): update dependency @​octokit/types to v13
  • cbb7c9e build(deps): lock file maintenance
  • f8ae5e2 ci(action): update actions/add-to-project action to v1
  • fcad5eb build(deps): lock file maintenance
  • f82a549 ci(action): update actions/add-to-project action to v0.6.1 (#411)
  • Additional commits viewable in compare view

Updates @octokit/types from 12.4.0 to 13.5.0

Release notes

Sourced from @​octokit/types's releases.

v13.5.0

13.5.0 (2024-04-29)

Features

  • add Copilot operations, bump openapi-types version (#638) (69c7f34)

v13.4.1

13.4.1 (2024-04-15)

Bug Fixes

  • openapi-types and openapi-version minor bumps (#633) (fa8e2bb)

v13.4.0

13.4.0 (2024-04-09)

Features

  • updates @​octokit/openapi-types to v22.0.1 (#631) (73f3c21)

v13.3.0

13.3.0 (2024-04-09)

Features

  • add redirect option in RequestRequestOptions (#630) (9c58158)

v13.2.0

13.2.0 (2024-04-08)

Features

  • Updates @​octokit/openapi-types to 22.0.0 (which had breaking changes). BREAKING CHANGES: Renames [repository-rule-params-code-scanning-threshold to repository-rule-params-code-scanning-tool, security_alerts to security_alerts_threshold], renames fields[repository-rule-params-code-scanning-threshold.alerts to repository-rule-params-code-scanning-tool.alerts_threshold, repository-rule-params-code-scanning-threshold.security_alerts to repository-rule-params-code-scanning-tool.security_alerts_threshold] (#629) (d32a77f)
  • updates @​octokit/openapi-types to v21.2.0 (#627) (a5bfb8f)

v13.1.0

13.1.0 (2024-04-04)

Features

v13.0.0

... (truncated)

Commits
  • 69c7f34 feat: add Copilot operations, bump openapi-types version (#638)
  • e1d788a ci(action): update actions/checkout digest to 0ad4b8f (#637)
  • 29884bd chore(deps): update dependency json-schema-to-typescript to v14 (#634)
  • 52aaab7 build(deps): lock file maintenance
  • 27d52a8 ci(action): update actions/checkout digest to 1d96c77 (#636)
  • fa8e2bb fix: openapi-types and openapi-version minor bumps (#633)
  • a7b5555 ci(action): update actions/add-to-project action to v1.0.1 (#632)
  • 73f3c21 feat: updates @​octokit/openapi-types to v22.0.1 (#631)
  • 9c58158 feat: add redirect option in RequestRequestOptions (#630)
  • d32a77f feat: Updates @​octokit/openapi-types to 22.0.0 (which had breaking changes). ...
  • Additional commits viewable in compare view

Updates debug from 4.3.4 to 4.3.5

Release notes

Sourced from debug's releases.

4.3.5

Patch

  • cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (#926)

Thank you @​calvintwr for the fix.

Commits

Updates dotenv from 16.4.1 to 16.4.5

Changelog

Sourced from dotenv's changelog.

16.4.5 (2024-02-19)

Changed

  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

Commits

Updates node from 21.6.1 to 22.2.0

Commits

Updates @octokit/plugin-retry from 6.0.1 to 7.1.1

Release notes

Sourced from @​octokit/plugin-retry's releases.

v7.1.1

7.1.1 (2024-04-23)

Bug Fixes

v7.1.0

7.1.0 (2024-04-03)

Features

v7.0.4

7.0.4 (2024-04-03)

Bug Fixes

  • deps: update dependency @​octokit/types to v13 (7d5ecaf)

v7.0.3

7.0.3 (2024-03-01)

Bug Fixes

  • deps: update dependency @​octokit/request-error to v6 (#514) (598caa4)

v7.0.2

7.0.2 (2024-02-27)

Bug Fixes

v7.0.1

7.0.1 (2024-02-26)

Bug Fixes

  • add missing file extension on bottleneck import (#520) (0383322)

v7.0.0

7.0.0 (2024-02-25)

... (truncated)

Commits
  • 4cc1275 fix(pkg): add a default fallback export (#542)
  • 6a0722f build(deps): lock file maintenance (#540)
  • cca1de1 build(deps): lock file maintenance
  • 864c134 ci(action): update actions/add-to-project action to v1.0.1 (#538)
  • ab69adb build(deps): lock file maintenance (#537)
  • dcf1fa3 feat(security): Add provenance (#535)
  • 7d5ecaf fix(deps): update dependency @​octokit/types to v13
  • b901346 build(deps): lock file maintenance (#533)
  • 7b6eacc ci(action): update actions/add-to-project action to v1
  • 63ab005 build(deps): lock file maintenance (#531)
  • Additional commits viewable in compare view

Updates @tsconfig/node20 from 20.1.2 to 20.1.4

Commits

Updates @types/aws-lambda from 8.10.133 to 8.10.138

Commits

Updates @types/jest from 29.5.11 to 29.5.12

Commits

Updates @types/node from 20.11.15 to 20.13.0

Commits

Updates @types/randomstring from 1.1.11 to 1.3.0

Commits

Updates @typescript-eslint/eslint-plugin from 6.20.0 to 7.11.0

Release notes

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

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

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

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

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

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

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

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

7.9.0 (2024-05-13)

🩹 Fixes

  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters

... (truncated)

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...
  • 987a96e feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...
  • 77fc366 chore(release): publish 7.9.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.20.0 to 7.11.0

Release notes

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

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

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

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

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

v7.9.0

7.9.0 (2024-05-13)

... (truncated)

Changelog

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

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.9.0 (2024-05-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.8.0 (2024-04-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.7.1 (2024-04-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.7.0 (2024-04-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

... (truncated)

Commits

Updates eslint from 8.56.0 to 9.4.0

Release notes

Sourced from eslint's releases.

v9.4.0

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然)

Bumps the dependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `6.0.3` | `7.1.0` |
| [@octokit/core](https://github.com/octokit/core.js) | `5.1.0` | `6.1.2` |
| [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) | `9.1.5` | `11.3.0` |
| [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `8.1.3` | `9.3.0` |
| [@octokit/request-error](https://github.com/octokit/request-error.js) | `5.0.1` | `6.1.1` |
| [@octokit/types](https://github.com/octokit/types.ts) | `12.4.0` | `13.5.0` |
| [debug](https://github.com/debug-js/debug) | `4.3.4` | `4.3.5` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.1` | `16.4.5` |
| [node](https://github.com/aredridel/node-bin-gen) | `21.6.1` | `22.2.0` |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `6.0.1` | `7.1.1` |
| [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.2` | `20.1.4` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.133` | `8.10.138` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.11` | `29.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.15` | `20.13.0` |
| [@types/randomstring](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/randomstring) | `1.1.11` | `1.3.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.11.0` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.4.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.6.3` | `28.5.0` |
| [husky](https://github.com/typicode/husky) | `9.0.9` | `9.0.11` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.3.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |



Updates `@octokit/auth-app` from 6.0.3 to 7.1.0
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.3...v7.1.0)

Updates `@octokit/core` from 5.1.0 to 6.1.2
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.1.0...v6.1.2)

Updates `@octokit/plugin-paginate-rest` from 9.1.5 to 11.3.0
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](octokit/plugin-paginate-rest.js@v9.1.5...v11.3.0)

Updates `@octokit/plugin-throttling` from 8.1.3 to 9.3.0
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v8.1.3...v9.3.0)

Updates `@octokit/request-error` from 5.0.1 to 6.1.1
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v5.0.1...v6.1.1)

Updates `@octokit/types` from 12.4.0 to 13.5.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v12.4.0...v13.5.0)

Updates `debug` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.4...4.3.5)

Updates `dotenv` from 16.4.1 to 16.4.5
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.1...v16.4.5)

Updates `node` from 21.6.1 to 22.2.0
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

Updates `@octokit/plugin-retry` from 6.0.1 to 7.1.1
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v6.0.1...v7.1.1)

Updates `@tsconfig/node20` from 20.1.2 to 20.1.4
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@types/aws-lambda` from 8.10.133 to 8.10.138
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.11.0
- [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/v7.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.20.0 to 7.11.0
- [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/v7.11.0/packages/parser)

Updates `eslint` from 8.56.0 to 9.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.4.0)

Updates `eslint-plugin-jest` from 27.6.3 to 28.5.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.6.3...v28.5.0)

Updates `husky` from 9.0.9 to 9.0.11
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.9...v9.0.11)

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

Updates `ts-jest` from 29.1.2 to 29.1.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.4)

Updates `typescript` from 5.3.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/request-error"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/types"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/plugin-retry"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@tsconfig/node20"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/aws-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/randomstring"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 1, 2024

Dependabot tried to add @nickliffen as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/XpiritBV/csx-ghas-enablement-tool-1/pulls/7/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the XpiritBV/csx-ghas-enablement-tool-1 repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

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