Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps the npm-minor group in /infrastructure/pulumi with 7 updates:

Package From To
@pulumi/gcp 8.37.0 8.38.0
@pulumi/pulumi 3.182.0 3.185.0
@types/node 24.0.13 24.0.15
@typescript-eslint/eslint-plugin 8.37.0 8.38.0
@typescript-eslint/parser 8.37.0 8.38.0
eslint-plugin-prettier 5.5.1 5.5.3
typescript-eslint 8.37.0 8.38.0

Updates @pulumi/gcp from 8.37.0 to 8.38.0

Release notes

Sourced from @​pulumi/gcp's releases.

v8.38.0

Does the PR have any schema changes?

Found 8 breaking changes:

Types

  • 🟢 "gcp:compute/RouterRoutePolicyTerm:RouterRoutePolicyTerm": required: "match" property has changed to Required
  • 🟢 "gcp:compute/RouterStatusBestRoute:RouterStatusBestRoute": required: "params" property has changed to Required
  • 🟢 "gcp:compute/RouterStatusBestRoutesForRouter:RouterStatusBestRoutesForRouter": required: "params" property has changed to Required
  • 🟢 "gcp:compute/getRouterStatusBestRoute:getRouterStatusBestRoute": required: "params" property has changed to Required
  • 🟢 "gcp:compute/getRouterStatusBestRoutesForRouter:getRouterStatusBestRoutesForRouter": required: "params" property has changed to Required
  • 🟢 "gcp:container/getClusterSecretManagerConfig:getClusterSecretManagerConfig": required: "rotationConfigs" property has changed to Required
  • 🟡 "gcp:gkeonprem/BareMetalClusterLoadBalancerBgpLbConfigAddressPool:BareMetalClusterLoadBalancerBgpLbConfigAddressPool": properties: "manualAssign" type changed from "string" to "boolean"
  • 🟢 "gcp:secretmanager/getSecretsSecret:getSecretsSecret": required: "deletionProtection" property has changed to Required

New resources:

  • contactcenterinsights/analysisRule.AnalysisRule
  • modelarmor/template.Template

New functions:

  • networkmanagement/getConnectivityTestRun.getConnectivityTestRun
  • redis/getCluster.getCluster

What's Changed

Full Changelog: pulumi/pulumi-gcp@v8.37.0...v8.38.0

Commits

Updates @pulumi/pulumi from 3.182.0 to 3.185.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.185.0

3.185.0 (2025-07-21)

Features

  • [cli/{install,package}] Allow using pulumi package add with registry identifiers #19928

Bug Fixes

  • [engine] Fix a snapshot integrity issue with destroy --run-program and resource reads #20078

  • [sdkgen/python] Remove unnecessary import copy #20089

  • [sdkgen/python] Support properties named "builtins" #20085

v3.184.0

3.184.0 (2025-07-18)

Features

  • [sdk/go] Allow setting resource hooks in transforms #20058

  • [sdk/nodejs] Allow setting resource hooks in transforms #20057

Bug Fixes

  • [auto/go] Fix refresh/destroy with inline programs and --run-program flag

  • [cli/package] Fix package add command when using uv 0.8.0 or later #20075

  • [sdk/nodejs] Fix before exit handler

  • [programgen/python] Fix imports of packages and modules with multiple name parts, such as "devOps" #20053

Miscellaneous

  • [sdk/nodejs] Simplify determining the Node.js entrypoint and respect package.exports

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.185.0 (2025-07-21)

Features

  • [cli/{install,package}] Allow using pulumi package add with registry identifiers #19928

Bug Fixes

  • [engine] Fix a snapshot integrity issue with destroy --run-program and resource reads #20078

  • [sdkgen/python] Remove unnecessary import copy #20089

  • [sdkgen/python] Support properties named "builtins" #20085

3.184.0 (2025-07-18)

Features

  • [sdk/go] Allow setting resource hooks in transforms #20058

  • [sdk/nodejs] Allow setting resource hooks in transforms #20057

Bug Fixes

  • [auto/go] Fix refresh/destroy with inline programs and --run-program flag

  • [cli/package] Fix package add command when using uv 0.8.0 or later #20075

  • [sdk/nodejs] Fix before exit handler

  • [programgen/python] Fix imports of packages and modules with multiple name parts, such as "devOps" #20053

Miscellaneous

  • [sdk/nodejs] Simplify determining the Node.js entrypoint and respect package.exports #19985

... (truncated)

Commits

Updates @types/node from 24.0.13 to 24.0.15

Commits

Updates @typescript-eslint/eslint-plugin from 8.37.0 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

Changelog

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

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

❤️ Thank You

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

Commits
  • d11e79e chore(release): publish 8.38.0
  • 5ec8c58 fix: disallow extra properties in rule options (#11397)
  • 0e884c7 fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.37.0 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

Changelog

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

8.38.0 (2025-07-21)

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.

Commits

Updates eslint-plugin-prettier from 5.5.1 to 5.5.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.3

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

Changelog

Commits

Updates typescript-eslint from 8.37.0 to 8.38.0

Release notes

Sourced from typescript-eslint's releases.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

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

Commits
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor group in /infrastructure/pulumi with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@pulumi/gcp](https://github.com/pulumi/pulumi-gcp) | `8.37.0` | `8.38.0` |
| [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) | `3.182.0` | `3.185.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.13` | `24.0.15` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.37.0` | `8.38.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.37.0` | `8.38.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.37.0` | `8.38.0` |


Updates `@pulumi/gcp` from 8.37.0 to 8.38.0
- [Release notes](https://github.com/pulumi/pulumi-gcp/releases)
- [Changelog](https://github.com/pulumi/pulumi-gcp/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-gcp@v8.37.0...v8.38.0)

Updates `@pulumi/pulumi` from 3.182.0 to 3.185.0
- [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.185.0/sdk/nodejs)

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

Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.38.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/v8.38.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.37.0 to 8.38.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/v8.38.0/packages/parser)

Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.3)

Updates `typescript-eslint` from 8.37.0 to 8.38.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.38.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@pulumi/gcp"
  dependency-version: 8.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@pulumi/pulumi"
  dependency-version: 3.185.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@types/node"
  dependency-version: 24.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: typescript-eslint
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@losisin losisin merged commit bd670b0 into main Jul 23, 2025
5 checks passed
@losisin losisin deleted the dependabot/npm_and_yarn/infrastructure/pulumi/npm-minor-baffd574c0 branch July 23, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant