NickLiffen / ghas-enablement

A tool that aims to bulk automates the enablement of GitHub Code Scanning, Secret Scanning and Dependabot across multiple repositories.
152 stars 52 forks source link

Bump the dependencies group with 21 updates #145

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the dependencies group with 21 updates:

Package From To
@octokit/auth-app 6.0.3 7.0.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
dotenv 16.4.1 16.4.5
node 21.6.1 22.0.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.137
@types/jest 29.5.11 29.5.12
@types/node 20.11.15 20.12.7
@types/randomstring 1.1.11 1.3.0
@typescript-eslint/eslint-plugin 6.20.0 7.8.0
@typescript-eslint/parser 6.20.0 7.8.0
eslint 8.56.0 9.1.1
eslint-plugin-jest 27.6.3 28.3.0
husky 9.0.9 9.0.11
prettier 3.2.4 3.2.5
typescript 5.3.3 5.4.5

Updates @octokit/auth-app from 6.0.3 to 7.0.0

Release notes

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

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

  • add default fallback export (b9c243d)

v7.0.0-beta.6

7.0.0-beta.6 (2024-03-05)

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 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.0.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.137

Commits


Updates @types/jest from 29.5.11 to 29.5.12

Commits


Updates @types/node from 20.11.15 to 20.12.7

Commits


Updates @types/randomstring from 1.1.11 to 1.3.0

Commits


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

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

v7.7.0

7.7.0 (2024-04-15)

... (truncated)

Changelog

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

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You

  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

... (truncated)

Commits
  • ee677f6 chore(release): publish 7.8.0
  • 8127873 fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
  • 216d1b0 fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)
  • 51d2193 fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)
  • 4bed24d fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...
  • b0f7aa4 fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)
  • 219b841 chore: resolve lint issues on main branch (#8966)
  • 3e19436 chore(release): publish 7.7.1
  • b2552ca fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...
  • fdeba42 fix(eslint-plugin): [no-for-in-array] refine report location (#8874)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.20.0 to 7.8.0

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

v7.7.0

7.7.0 (2024-04-15)

... (truncated)

Changelog

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

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

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

... (truncated)

Commits
  • ee677f6 chore(release): publish 7.8.0
  • 3e19436 chore(release): publish 7.7.1
  • e44a1a2 chore(release): publish 7.7.0
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • Additional commits viewable in compare view


Updates eslint from 8.56.0 to 9.1.1

Release notes

Sourced from eslint's releases.

v9.1.1

Bug Fixes

  • a26b402 fix: use @​eslint/create-config latest (#18373) (唯然)

v9.1.0

Features

  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • dependabot[bot] commented 6 months ago

    Looks like these dependencies are updatable in another way, so this is no longer needed.