pulumi / actions

Deploy continuously to your cloud of choice, using your favorite language, Pulumi, and GitHub!
Apache License 2.0
253 stars 72 forks source link

chore(deps): bump the npm group across 1 directory with 24 updates #1243

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
@actions/core 1.10.0 1.10.1
@actions/github 5.1.1 6.0.0
@pulumi/pulumi 3.109.0 3.127.0
dedent 0.7.0 1.5.3
envalid 7.3.1 8.0.0
got 11.8.6 14.4.2
semver 7.6.0 7.6.3
@types/dedent 0.7.0 0.7.2
@types/node 20.4.9 22.0.0
@typescript-eslint/eslint-plugin 4.33.0 7.18.0
@typescript-eslint/parser 4.33.0 7.18.0
@vercel/ncc 0.36.1 0.38.1
eslint 7.32.0 9.8.0
eslint-config-prettier 9.0.0 9.1.0
eslint-plugin-import 2.27.5 2.29.1
eslint-plugin-jest 27.6.0 28.6.0
husky 8.0.3 9.1.4
jest 26.6.3 29.7.0
@types/jest 27.5.2 29.5.12
jest-playback 3.0.0 4.1.0
lint-staged 15.2.2 15.2.7
prettier 2.8.8 3.3.3
rimraf 5.0.1 6.0.1
ts-jest 26.5.6 29.2.3

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 @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.109.0 to 3.127.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.127.0

3.127.0 (2024-07-25)

Features

  • [auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API #16721

  • [cli/new] Make prompt capitalization consistent #16747

  • [auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack #16615

  • [auto/python] Implement Stack.import_resources() for batch importing resources into a stack #16668

  • [sdk/python] Provide stricter types for config.get_XXX when a default is provided #16768

  • [sdkgen/python] Generate TypedDict input types by default #16704

Bug Fixes

  • [cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider #16786

  • [cli/state] Always show the fully qualified stack name when moving resources #16767

  • [cli/state] Fix calculation of the resources that are remaining in the source stack #16774

  • [cli/state] Fix the dependency information in the state move command #16765

  • [cli/state] Improve how moving the root stack is handled in pulumi state move #16779

  • [sdk/nodejs] Detect possible OOM errors when nodejs crashes #16700

  • [sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow #16700

v3.126.0

3.126.0 (2024-07-22)

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.127.0 (2024-07-25)

Features

  • [auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API #16721

  • [cli/new] Make prompt capitalization consistent #16747

  • [auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack #16615

  • [auto/python] Implement Stack.import_resources() for batch importing resources into a stack #16668

  • [sdk/python] Provide stricter types for config.get_XXX when a default is provided #16768

  • [sdkgen/python] Generate TypedDict input types by default #16704

Bug Fixes

  • [cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider #16786

  • [cli/state] Always show the fully qualified stack name when moving resources #16767

  • [cli/state] Fix calculation of the resources that are remaining in the source stack #16774

  • [cli/state] Fix the dependency information in the state move command #16765

  • [cli/state] Improve how moving the root stack is handled in pulumi state move #16779

  • [sdk/nodejs] Detect possible OOM errors when nodejs crashes #16700

  • [sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow #16700

3.126.0 (2024-07-22)

... (truncated)

Commits
  • 5b3d00d Prepare for v3.127.0 release (#16788)
  • b3546c9 [cli/import] Fix undefined variable errors in code generation when imported r...
  • 1203d5b Don't use os.Stdout in tests (#16795)
  • 0758303 Add parameterized invoke support to the engine (#16776)
  • bbc9c6d [autmation/nodejs] Implement Stack.import() to specify and import resources i...
  • 2e800bd Detect possible OOM errors when nodejs crashes (#16700)
  • 3e031a3 Changelog and go.mod updates for v3.126.0 (#16761)
  • 5da1c4d Freeze 3.126.0 (#16755)
  • 4516fbc Add a test of sending primitive values for a resource (#16718)
  • 4e397f8 Prepare for 3.126.0 release (#16740)
  • Additional commits viewable in compare view


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: https://github.com/dmnd/dedent/compare/v1.5.2...v1.5.3

v1.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/dmnd/dedent/compare/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.2

Release notes

Sourced from got's releases.

v14.4.2

  • Fix handling of invalid arguments (#2367) f44ef43

https://github.com/sindresorhus/got/compare/v14.4.1...v14.4.2

v14.4.1

  • Fix missing dependency dfc54d9

https://github.com/sindresorhus/got/compare/v14.4.0...v14.4.1

v14.4.0

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

https://github.com/sindresorhus/got/compare/v14.3.0...v14.4.0

v14.3.0

  • Update dependencies dbab6c3

https://github.com/sindresorhus/got/compare/v14.2.1...v14.3.0

v14.2.1

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

https://github.com/sindresorhus/got/compare/v14.2.0...v14.2.1

v14.2.0

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

https://github.com/sindresorhus/got/compare/v14.1.0...v14.2.0

v14.1.0

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

https://github.com/sindresorhus/got/compare/v14.0.0...v14.1.0

v14.0.0

Breaking

  • Require Node.js 20 (#2313) a004263
    • Why not target the oldest active Node.js LTS, which is Node.js 18? I usually strictly follow this convention in my packages. However, this package is the exception because the HTTP part of Node.js is consistently buggy, and I don't have time to work around issues in older Node.js releases. I you need to still support Node.js 18, I suggest staying on Got v13, which is quite stable. Node.js 18 will be out of active LTS in 5 months.

Improvements

  • Make followRedirect option accept a function (#2306) 7c3f147

https://github.com/sindresorhus/got/compare/v13.0.0...v14.0.0

v13.0.0

As a reminder, Got continues to require ESM. For TypeScript users, this includes having "module": "node16", "moduleResolution": "node16" in your tsconfig.

... (truncated)

Commits


Updates semver from 7.6.0 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

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.6.3 (2024-07-16)

Bug Fixes

Documentation

7.6.2 (2024-05-09)

Bug Fixes

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

Commits


Updates @types/dedent from 0.7.0 to 0.7.2

Commits


Updates @types/node from 20.4.9 to 22.0.0

Commits


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

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

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

... (truncated)

Changelog

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

7.18.0 (2024-07-29)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You

  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You

  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

... (truncated)

Commits
  • 35cf3d2 chore(release): publish 7.18.0
  • 46a5709 docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...
  • 9eec790 fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...
  • 9927a29 docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)
  • fb0ca4c docs: remove unnecessary v8 links (#9611)
  • 3591b78 fix(eslint-plugin): [no-duplicate-type-constituents] shouldn't report on erro...
  • 64b4e43 fix(eslint-plugin): [unbound-method] report on destructuring in function para...
  • bf4abdf fix(eslint-plugin): [no-unnecessary-type-assertion] prevent runtime error whe...
  • 6b92aa5 chore: reorg repo level utils, lint and typecheck repo files (#9618)
  • 1e32db1 chore: enable radix (#9563)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 4.33.0 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

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

... (truncated)

Changelog

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

7.18.0 (2024-07-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.17.0 (2024-07-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.16.1 (2024-07-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.16.0 (2024-07-08)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • website: react key error on internal pages of website

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

7.15.0 (2024-07-01)

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.14.1 (2024-06-24)

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

... (truncated)

Commits
  • 35cf3d2 chore(release): publish 7.18.0
  • 05c9cb8 chore(release): publish 7.17.0
  • 58be99f chore: enable prefer-object-spread (#9541)
  • d1d0ba5 chore(release): publish 7.16.1
  • e803c50 chore(release): publish 7.16.0
  • 2865d31 chore(release): publish 7.15.0
  • b4fe94f chore(release): publish 7.14.1
  • dfc4469 chore(release): publish 7.14.0
  • 1212a8f chore(release): publish 7.13.1
  • 8a178ed chore(release): publish 7.13.0
  • Additional commits viewable in compare view


Updates @vercel/ncc from 0.36.1 to 0.38.1

Release notes

Sourced from @​vercel/ncc's releases.

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
  • ce5984e fix: sourcemap sources removes webpack path (#1122)
  • f9c1153 chore(deps): Bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 (#1...
  • 0bc78fe chore(deps-dev): Bump isomorphic-unfetch from 3.1.0 to 4.0.2 (#1116)
  • 5796c1f chore(deps): Bump word-wrap from 1.2.3 to 1.2.4 (#1094)
  • e2779f4 feat: Log minification error when --debug (#1102)
  • 4a9d97c chore(deps): Bump protobufjs from 6.11.3 to 6.11.4 (#1103)
  • ca70272 chore(deps): bump cookiejar from 2.1.2 to 2.1.4 (#1031)
  • dependabot[bot] commented 2 months ago

    Superseded by #1244.