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

chore(deps): bump the npm group across 1 directory with 25 updates #1328

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

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

Package From To
@actions/core 1.10.0 1.11.1
@actions/github 5.1.1 6.0.0
@pulumi/pulumi 3.134.0 3.144.1
dedent 0.7.0 1.5.3
envalid 7.3.1 8.0.0
got 11.8.6 14.4.5
semver 7.6.1 7.6.3
@types/dedent 0.7.0 0.7.2
@types/faker 6.6.9 6.6.11
@types/node 20.4.9 22.10.2
@typescript-eslint/eslint-plugin 4.33.0 8.18.2
@typescript-eslint/parser 4.33.0 8.18.2
@vercel/ncc 0.36.1 0.38.3
eslint 7.32.0 9.17.0
eslint-config-prettier 9.0.0 9.1.0
eslint-plugin-import 2.27.5 2.31.0
eslint-plugin-jest 27.6.0 28.10.0
husky 8.0.3 9.1.7
jest 26.6.3 29.7.0
@types/jest 27.5.2 29.5.14
jest-playback 3.0.0 4.1.0
lint-staged 15.2.2 15.2.11
prettier 2.8.8 3.4.2
rimraf 5.0.1 6.0.1
ts-jest 26.5.6 29.2.5

Updates @actions/core from 1.10.0 to 1.11.1

Changelog

Sourced from @​actions/core's changelog.

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842

1.11.0

  • Add platform info utilities #1551
  • Remove dependency on uuid package #1824

1.10.1

  • Fix error message reference in oidc utils #1511
Commits

Updates @actions/github from 5.1.1 to 6.0.0

Changelog

Sourced from @​actions/github's changelog.

6.0.0

  • Support the latest Octokit in @​actions/github #1553
    • Drop support of NodeJS v14, v16
Commits

Updates @pulumi/pulumi from 3.134.0 to 3.144.1

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.144.1

3.144.1 (2024-12-20)

Bug Fixes

v3.144.0

3.144.0 (2024-12-20)

Features

  • [engine] Warn if refresh or destroy use older parameterized packages #18029

  • [sdk/dotnet] Update dotnet to 3.71.1 #18084

  • [auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig #17939

  • [cli/plugin] Log plugin unstructured output to debug instead of info #17943

  • [sdk/yaml] Update pulumi-yaml to 1.13.0 #18077

Bug Fixes

  • [backend/diy] Retry deletes of lock files if they fail #18059

  • [auto/go] Fix potential race condition when using automation API #18044

  • [auto/go] Fix "debug" flag in automation api #18071

  • [cli/install] Avoid unnecessary Node.js installations #18041

  • [engine] Use package load v2 in loader server so it can include paramaterization #18072 #18021

  • [programgen/dotnet] Emit local dependencies in restore sources deterministically #18026

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.144.1 (2024-12-20)

Bug Fixes

3.144.0 (2024-12-20)

Features

  • [engine] Warn if refresh or destroy use older parameterized packages #18029

  • [sdk/dotnet] Update dotnet to 3.71.1 #18084

  • [auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig #17939

  • [cli/plugin] Log plugin unstructured output to debug instead of info #17943

  • [sdk/yaml] Update pulumi-yaml to 1.13.0 #18077

Bug Fixes

  • [backend/diy] Retry deletes of lock files if they fail #18059

  • [auto/go] Fix potential race condition when using automation API #18044

  • [auto/go] Fix "debug" flag in automation api #18071

  • [cli/install] Avoid unnecessary Node.js installations #18041

  • [engine] Use package load v2 in loader server so it can include paramaterization #18072 #18021

  • [programgen/dotnet] Emit local dependencies in restore sources deterministically #18026

  • [sdk/go] Ignore DependsOn for direct form invokes instead of raising an error

... (truncated)

Commits

Updates dedent from 0.7.0 to 1.5.3

Release notes

Sourced from dedent's releases.

v1.5.3

What's Changed

Full Changelog: dmnd/dedent@v1.5.2...v1.5.3

v1.5.2

What's Changed

New Contributors

Full Changelog: dmnd/dedent@v1.5.1...v1.5.2

v1.5.1

  • fix: add missing dedent.d.mts entry to package.json files (#73)

v1.5.0

  • feat: add options with escapeSpecialCharacters (#65)

v1.4.0

  • fix: fix missing ESM type definition file (#67)
  • fix: consume first level of escaping of $ and { characters (#46)

v1.3.0

  • fix: add missing exports field to package.json (#59)

v1.2.0

  • fix(dependencies): move babel-plugin-macros to optional peer (#60)

v1.0.1

This was a version bump only to mark 1.x as stable.

See https://github.com/dmnd/dedent/releases/tag/v1.0.0.

v1.0.0

This version was given the beta tag in npm.

... (truncated)

Changelog

Sourced from dedent's changelog.

Changelog

This changelog represents changes merged in 2023. Older changes can be viewed in https://github.com/dmnd/dedent/commits/main.

1.5.1

  • fix: add missing dedent.d.mts entry to package.json files (#73)

1.5.0

  • feat: add options with escapeSpecialCharacters (#65)

1.4.0

  • fix: add missing exports field to package.json (#59)
  • fix: fix missing ESM type definition file (#67)

1.3.0

  • fix: add missing exports field to package.json (#59)

1.2.0

  • fix(dependencies): move babel-plugin-macros to optional peer (#60)

1.1.0

  • build: convert dedent.ts and tests to TypeScript (#51)

1.0.2

  • fix: update types (#44)

1.0.1

This was a version bump only to mark 1.x as stable.

1.0.0

This version was given the beta tag in npm.

  • fix: add babel-plugin-add-module-exports (#40)
  • build: publish ESM and .d.ts (#32)
  • build: re-run build to refresh dist/dedent.js (#38)

Note: although this was a new major version, it contains no breaking changes from 0.x. The versioning intent was purely to signal that the API is stable.

0.8.0-beta

... (truncated)

Commits
  • 90644fe fix: remove engines and provenance requirements (#93)
  • 4c133c1 fix: \n should be changed to \n only when escapeSpecialCharacters is set (#91)
  • e634f0e build(deps-dev): bump @​babel/traverse from 7.22.8 to 7.23.6 (#87)
  • 625d708 fix: switch babel-plugin-macros to a peer dependency (again) (#89)
  • 87f0f9b docs: add explicit install command to README.md (#84)
  • a4f30bf chore: replace last yarn references with pnpm (#86)
  • 53a7267 chore: fix special characters escaping issue link in README (#82)
  • f1b814e build: onboarded to create-typescript-app (mostly) (#55)
  • f933c75 chore: remove files related to Flow (#77)
  • d435ce3 docs: add PR number to CHANGELOG.md for 1.5.1 (#75)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by joshuakgoldberg, a new releaser for dedent since your current version.


Updates envalid from 7.3.1 to 8.0.0

Release notes

Sourced from envalid's releases.

v8.0.0

After a long wait, version 8 is here!

  • Despite the major version bump, the only potentially breaking changes are in the types (if you're using TypeScript), as a result of #194. Overall the type inference and accuracy should be improved
  • Dev dependencies have been updated
  • Add extra "inspectables" (#206)
  • fix testOnly behavior (#200)
Commits

Updates got from 11.8.6 to 14.4.5

Release notes

Sourced from got's releases.

v14.4.5

  • Fix a crash with Got accessing a non-existent request (#2391) c079b93

sindresorhus/got@v14.4.4...v14.4.5

v14.4.4

  • Fix support for AbortSignal#timeout() (#2388) 92b378e

sindresorhus/got@v14.4.3...v14.4.4

v14.4.3

  • Fix cache with HTTP2 (#2380) f2f8cb2

sindresorhus/got@v14.4.2...v14.4.3

v14.4.2

  • Fix handling of invalid arguments (#2367) f44ef43

sindresorhus/got@v14.4.1...v14.4.2

v14.4.1

  • Fix missing dependency dfc54d9

sindresorhus/got@v14.4.0...v14.4.1

v14.4.0

  • Improve TypeScript types with generic extend (#2353) 15ca4a0

sindresorhus/got@v14.3.0...v14.4.0

v14.3.0

  • Update dependencies dbab6c3

sindresorhus/got@v14.2.1...v14.3.0

v14.2.1

  • Fix error handling when UTF-8 decoding fails (#2336) c81a611

sindresorhus/got@v14.2.0...v14.2.1

v14.2.0

  • Add cause property with the original error to RequestError (#2327) 4cbd01d

sindresorhus/got@v14.1.0...v14.2.0

v14.1.0

  • Allow typing the body of a RequestError response (#2325) 5e4f6ff

sindresorhus/got@v14.0.0...v14.1.0

... (truncated)

Commits

Updates semver from 7.6.1 to 7.6.3

Release notes

Sourced from semver's releases.

v7.6.3

7.6.3 (2024-07-16)

Bug Fixes

Documentation

v7.6.2

7.6.2 (2024-05-09)

Bug Fixes

Changelog

Sourced from semver's changelog.

7.6.3 (2024-07-16)

Bug Fixes

Documentation

7.6.2 (2024-05-09)

Bug Fixes

Commits

Updates @types/dedent from 0.7.0 to 0.7.2

Commits

Updates @types/faker from 6.6.9 to 6.6.11

Commits

Updates @types/node from 20.4.9 to 22.10.2

Commits

Updates @typescript-eslint/eslint-plugin from 4.33.0 to 8.18.2

Release notes

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

v8.18.2

8.18.2 (2024-12-23)

🩹 Fixes

  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
  • typescript-eslint: export types so that declarations can be named for dts files (#10513)

❤️ Thank You

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

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

... (truncated)

Changelog

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

8.18.2 (2024-12-23)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)

❤️ Thank You

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

8.18.1 (2024-12-16)

🩹 Fixes

  • scope-manager: visit params decorator before nest scope (#10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)

❤️ Thank You

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

8.18.0 (2024-12-09)

🚀 Features

  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)

🩹 Fixes

... (truncated)

Commits
  • 157b781 chore(release): publish 8.18.2
  • 83c3bbf fix(eslint-plugin): [no-unnecessary-condition] handle noUncheckedIndexedAcces...
  • c6a387f fix(eslint-plugin): [consistent-type-assertions] allow default assertionStyle...
  • 4747299 fix(eslint-plugin): [no-unnecessary-type-arguments] handle type/value context...
  • 4c91ed5 fix(eslint-plugin): [no-unsafe-type-assertion] fix for unsafe assertion to a ...
  • 91e7217 fix(eslint-plugin): [consistent-indexed-object-style] use a suggestion over a...
  • dfd550d chore(deps): update dependency prettier to v3.4.2 (#10478)
  • 8ca9cba fix(eslint-plugin): [no-unnecessary-condition] don't flag values of an uncons...
  • ba39dde fix(eslint-plugin): [prefer-reduce-type-parameter] don't report cases in whic...
  • 6c75493 fix(eslint-plugin): [no-deprecated] not reporting usages of deprecated declar...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 4.33.0 to 8.18.2

Release notes

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

v8.18.2

8.18.2 (2024-12-23)

🩹 Fixes

  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
  • typescript-eslint: export types so that declarations can be named for dts files (#10513)

❤️ Thank You

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

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

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

v8.18.0

8.18.0 (2024-12-09)

🚀 Features

... (truncated)

Changelog

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

8.18.2 (2024-12-23)

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.

8.18.1 (2024-12-16)

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.

8.18.0 (2024-12-09)

🩹 Fixes

  • typescript peer dependency (#10373)

❤️ Thank You

  • rtritto

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

8.17.0 (2024-12-02)

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.

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)

❤️ Thank You

  • Josh Goldberg ✨

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

8.15.0 (2024-11-18)

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.

8.14.0 (2024-11-11)

... (truncated)

Commits

Updates @vercel/ncc from 0.36.1 to 0.38.3

Release notes

Sourced from @​vercel/ncc's releases.

0.38.3

0.38.3 (2024-11-15)

Bug Fixes

  • add missing --asset-builds to cli help message (#1228) (84f8c52)

0.38.2

0.38.2 (2024-09-23)

Bug Fixes

Huge thanks to @​theoludwig 🎉

0.38.1

0.38.1 (2023-10-18)

Bug Fixes

0.38.0

0.38.0 (2023-09-06)

Features

0.37.0

0.37.0 (2023-09-06)

Features

  • add support for TypeScript 5.0's array extends in tsconfig (#1105) (f898f8e)
Commits
  • 84f8c52 fix: add missing --asset-builds to cli help message (#1228)
  • 0ff93c6 chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)
  • ae5bf16 chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...
  • 738a2bf chore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)
  • 158a1fd fix(deps): update webpack to v5.94.0, terser to v5.33.0 (#1213)
  • c1c9c65 chore(deps): Bump fast-xml-parser from 4.2.7 to 4.5.0 (#1219)
  • 6ef9a48 chore(deps-dev): Bump express from 4.18.2 to 4.20.0 (#1214)
  • 9e7451b ci: ignore failing test on macOS + run in band test-coverage (#1216)
  • b2a325d chore(ci): drop node@16 from ci (#1164)
  • 3c68358 chore(deps): Bump crypto-js from 4.1.1 to 4.2.0 (#1130)
  • Additional commits viewable in compare view

Updates eslint from 7.32.0 to 9.17.0

Release notes

Sourced from eslint's releases.

v9.17.0

Features

  • eed91d1 feat: add suggestions to no-unused-vars (#18352) (Tanuj Kanti)

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#19200) (YeonJuan)

Documentation

@dependabot dependabot bot requested a review from a team as a code owner December 24, 2024 00:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update javascript Dependabot pull requests that update Javascript code labels Dec 24, 2024
Bumps the npm group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.11.1` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `5.1.1` | `6.0.0` |
| [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) | `3.134.0` | `3.144.1` |
| [dedent](https://github.com/dmnd/dedent) | `0.7.0` | `1.5.3` |
| [envalid](https://github.com/af/envalid) | `7.3.1` | `8.0.0` |
| [got](https://github.com/sindresorhus/got) | `11.8.6` | `14.4.5` |
| [semver](https://github.com/npm/node-semver) | `7.6.1` | `7.6.3` |
| [@types/dedent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dedent) | `0.7.0` | `0.7.2` |
| [@types/faker](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/faker) | `6.6.9` | `6.6.11` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.9` | `22.10.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `4.33.0` | `8.18.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `4.33.0` | `8.18.2` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.36.1` | `0.38.3` |
| [eslint](https://github.com/eslint/eslint) | `7.32.0` | `9.17.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.27.5` | `2.31.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.6.0` | `28.10.0` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.1.7` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `26.6.3` | `29.7.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `27.5.2` | `29.5.14` |
| [jest-playback](https://github.com/ikatyang/jest-playback) | `3.0.0` | `4.1.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.2` | `15.2.11` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.4.2` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.1` | `6.0.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `26.5.6` | `29.2.5` |



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

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

Updates `@pulumi/pulumi` from 3.134.0 to 3.144.1
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.144.1/sdk/nodejs)

Updates `dedent` from 0.7.0 to 1.5.3
- [Release notes](https://github.com/dmnd/dedent/releases)
- [Changelog](https://github.com/dmnd/dedent/blob/main/CHANGELOG.md)
- [Commits](dmnd/dedent@v0.7.0...v1.5.3)

Updates `envalid` from 7.3.1 to 8.0.0
- [Release notes](https://github.com/af/envalid/releases)
- [Commits](af/envalid@v7.3.1...v8.0.0)

Updates `got` from 11.8.6 to 14.4.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.6...v14.4.5)

Updates `semver` from 7.6.1 to 7.6.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.1...v7.6.3)

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 4.33.0 to 8.18.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/v8.18.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 4.33.0 to 8.18.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/v8.18.2/packages/parser)

Updates `@vercel/ncc` from 0.36.1 to 0.38.3
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.36.1...0.38.3)

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

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `eslint-plugin-import` from 2.27.5 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.27.5...v2.31.0)

Updates `eslint-plugin-jest` from 27.6.0 to 28.10.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.0...v28.10.0)

Updates `husky` from 8.0.3 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.7)

Updates `jest` from 26.6.3 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

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

Updates `jest-playback` from 3.0.0 to 4.1.0
- [Changelog](https://github.com/ikatyang/jest-playback/blob/master/CHANGELOG.md)
- [Commits](ikatyang/jest-playback@v3.0.0...v4.1.0)

Updates `lint-staged` from 15.2.2 to 15.2.11
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.11)

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

Updates `rimraf` from 5.0.1 to 6.0.1
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.1...v6.0.1)

Updates `ts-jest` from 26.5.6 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.5.6...v29.2.5)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@actions/github"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@pulumi/pulumi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: dedent
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: envalid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: got
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/dedent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/faker"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@vercel/ncc"
  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-major
  dependency-group: npm
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: jest-playback
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-804815263f branch from 4f8d413 to 6e91d9d Compare December 25, 2024 00:32
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 impact/no-changelog-required This issue doesn't require a CHANGELOG update javascript Dependabot pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants