Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

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

Package From To
@pulumi/gcp 8.32.1 8.33.0
@pulumi/pulumi 3.173.0 3.175.0
@types/node 22.15.29 22.15.30
@typescript-eslint/eslint-plugin 8.33.1 8.34.0
@typescript-eslint/parser 8.33.1 8.34.0
mocha 11.5.0 11.6.0
typescript-eslint 8.33.1 8.34.0

Updates @pulumi/gcp from 8.32.1 to 8.33.0

Release notes

Sourced from @​pulumi/gcp's releases.

v8.33.0

Does the PR have any schema changes?

Found 6 breaking changes:

Resources

  • 🟢 "gcp:datastream/privateConnection:PrivateConnection": required: "vpcPeeringConfig" property is no longer Required

Types

  • 🟢 "gcp:compute/getRegionBackendServiceSubsetting:getRegionBackendServiceSubsetting": required: "subsetSize" property has changed to Required
  • 🟢 "gcp:filestore/getInstanceEffectiveReplication:getInstanceEffectiveReplication": required: "role" property has changed to Required
  • 🟢 "gcp:filestore/getInstanceEffectiveReplicationReplica:getInstanceEffectiveReplicationReplica": required: "peerInstance" property has changed to Required
  • 🟢 "gcp:filestore/getInstanceFileShareNfsExportOption:getInstanceFileShareNfsExportOption": required: "network" property has changed to Required
  • 🟢 "gcp:filestore/getInstanceNetwork:getInstanceNetwork": required: "pscConfigs" property has changed to Required

New resources:

  • apigee/securityMonitoringCondition.SecurityMonitoringCondition
  • beyondcorp/securityGatewayApplication.SecurityGatewayApplication
  • beyondcorp/securityGatewayApplicationIamBinding.SecurityGatewayApplicationIamBinding
  • beyondcorp/securityGatewayApplicationIamMember.SecurityGatewayApplicationIamMember
  • beyondcorp/securityGatewayApplicationIamPolicy.SecurityGatewayApplicationIamPolicy
  • cloudrunv2/workerPool.WorkerPool
  • cloudrunv2/workerPoolIamBinding.WorkerPoolIamBinding
  • cloudrunv2/workerPoolIamMember.WorkerPoolIamMember
  • cloudrunv2/workerPoolIamPolicy.WorkerPoolIamPolicy
  • compute/futureReservation.FutureReservation
  • dataplex/entry.Entry
  • dataplex/glossaryCategory.GlossaryCategory
  • dataplex/glossaryTerm.GlossaryTerm
  • iam/workforcePoolProviderKey.WorkforcePoolProviderKey
  • iam/workloadIdentityPoolManagedIdentity.WorkloadIdentityPoolManagedIdentity
  • iam/workloadIdentityPoolNamespace.WorkloadIdentityPoolNamespace
  • managedkafka/acl.Acl

New functions:

  • beyondcorp/getSecurityGatewayApplicationIamPolicy.getSecurityGatewayApplicationIamPolicy
  • bigquery/getDatasets.getDatasets
  • bigquery/getTable.getTable
  • cloudrunv2/getWorkerPool.getWorkerPool
  • cloudrunv2/getWorkerPoolIamPolicy.getWorkerPoolIamPolicy
  • gkehub/getMembership.getMembership

What's Changed

... (truncated)

Commits

Updates @pulumi/pulumi from 3.173.0 to 3.175.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.175.0

3.175.0 (2025-06-05)

Bug Fixes

  • [engine] Use the new resource goal in refresh --run-program with aliases instead of the old one #19578

  • [engine] Fix panic when importing resources. #19750

v3.174.0

3.174.0 (2025-06-04)

Features

  • [auto/go] Add PolicyPacks to preview/up options #19702

  • [engine] Overhaul of how the import option works, the engine can now import and then update a resource in a single deployment #19339

  • [yaml] Update YAML to 1.19.2 #19727

  • [sdkgen/python] Add sdkgen for non object method invoke return values #19660

Bug Fixes

  • [engine] Fix loading of non-client language runtimes when running inline programs #19713

  • [engine] Revert recent changes to the config system #19721

  • [sdk] Fix of breaking change to WithMocks which splits interface for MethodCall #19687

Miscellaneous

  • [cli] Ensure logs and tracing are fully written out before exiting #19714

  • [engine] Log callbacks requests #19691

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.175.0 (2025-06-05)

Bug Fixes

  • [engine] Use the new resource goal in refresh --run-program with aliases instead of the old one #19578

  • [engine] Fix panic when importing resources. #19750

3.174.0 (2025-06-04)

Features

  • [auto/go] Add PolicyPacks to preview/up options #19702

  • [engine] Overhaul of how the import option works, the engine can now import and then update a resource in a single deployment #19339

  • [yaml] Update YAML to 1.19.2 #19727

  • [sdkgen/python] Add sdkgen for non object method invoke return values #19660

Bug Fixes

  • [engine] Fix loading of non-client language runtimes when running inline programs #19713

  • [engine] Revert recent changes to the config system #19721

  • [sdk] Fix of breaking change to WithMocks which splits interface for MethodCall #19687

Miscellaneous

  • [cli] Ensure logs and tracing are fully written out before exiting #19714

  • [engine] Log callbacks requests #19691

  • [sdk/nodejs] Require Node.js >= 20

... (truncated)

Commits

Updates @types/node from 22.15.29 to 22.15.30

Commits

Updates @typescript-eslint/eslint-plugin from 8.33.1 to 8.34.0

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

🩹 Fixes

  • typescript-estree: add validation to interface extends (#11271)

❤️ Thank You

  • Tao

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

Commits
  • 8915a47 chore(release): publish 8.34.0
  • 8208974 docs: rename "directive comments" to "comment directives" (#11268)
  • 685e530 fix(typescript-estree): add validation to interface extends (#11271)
  • 0f5c59c chore(eslint-plugin): [prefer-optional-chain] fix comment placement (#11269)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.33.1 to 8.34.0

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

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 mocha from 11.5.0 to 11.6.0

Release notes

Sourced from mocha's releases.

v11.6.0

11.6.0 (2025-06-09)

🌟 Features

Changelog

Sourced from mocha's changelog.

11.6.0 (2025-06-09)

🌟 Features

Commits

Updates typescript-eslint from 8.33.1 to 8.34.0

Release notes

Sourced from typescript-eslint's releases.

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.34.0 (2025-06-09)

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

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

Commits

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.32.1` | `8.33.0` |
| [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) | `3.173.0` | `3.175.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.29` | `22.15.30` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.33.1` | `8.34.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.33.1` | `8.34.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.5.0` | `11.6.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.1` | `8.34.0` |


Updates `@pulumi/gcp` from 8.32.1 to 8.33.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.32.1...v8.33.0)

Updates `@pulumi/pulumi` from 3.173.0 to 3.175.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.175.0/sdk/nodejs)

Updates `@types/node` from 22.15.29 to 22.15.30
- [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.33.1 to 8.34.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.34.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.33.1 to 8.34.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.34.0/packages/parser)

Updates `mocha` from 11.5.0 to 11.6.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.5.0...v11.6.0)

Updates `typescript-eslint` from 8.33.1 to 8.34.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.34.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@pulumi/gcp"
  dependency-version: 8.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@pulumi/pulumi"
  dependency-version: 3.175.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@types/node"
  dependency-version: 22.15.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: mocha
  dependency-version: 11.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: typescript-eslint
  dependency-version: 8.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

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

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/infrastructure/pulumi/npm-minor-668b4a68e6 branch June 16, 2025 20:06
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.

0 participants