chore(deps): update dependencies #231
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.6.1->13.8.08.10.147->8.10.1481.8.2->1.8.41.10.5->1.11.31.10.5->1.11.33.5.1->3.5.35.7.3->5.8.2Release Notes
octokit/webhooks.js (@octokit/webhooks)
v13.8.0Compare Source
Features
issues.typedandissues.untypedandcustom_property.promote_to_enterpriseevents (#1126) (fd515ec)v13.7.5Compare Source
Bug Fixes
v13.7.4Compare Source
Bug Fixes
middleware()(#1119) (7570dc0)v13.7.3Compare Source
Bug Fixes
./typesentrypoint (#1114) (4a2d81a)v13.7.2Compare Source
Bug Fixes
moduleproperty with thesourceproperty (#1102) (85ed3f3)v13.7.1Compare Source
Bug Fixes
v13.7.0Compare Source
Features
axios/axios (axios)
v1.8.4Compare Source
Bug Fixes
allowAbsoluteUrls: falsewithoutbaseURL(#6833) (f10c2e0)Contributors to this release
v1.8.3Compare Source
Bug Fixes
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)Contributors to this release
hashicorp/terraform (hashicorp/terraform)
v1.11.3Compare Source
1.11.3 (March 26, 2025)
BUG FIXES:
Fixes unintended exit of CLI when using the remote backend and applying with post-plan tasks configured in HCP Terraform (#36686)
Modules with zero instances that contain ephemeral resources could produce an error during apply (#36719)
v1.11.2Compare Source
1.11.2 (March 12, 2025)
ENHANCEMENTS:
oidc_request_url,oidc_request_tokenand (the new)ado_pipeline_service_connection_id. (#36458)BUG FIXES:
Return error when the templatestring function contains only a single interpolation that evaluates to a null value (#36652)
Backend/azure:
subscription_idbe optional & skip unnecessary management plane API call in some setup (#36595)NOTES:
v1.11.1Compare Source
1.11.1 (March 5, 2025)
BUG FIXES:
Temporarily revert updated Windows symlink handling until we can account for known existing configurations using non-symlink junctions. (#36575)
terraform test: Fix crash when a run block attempts to cleanup after a non-applyable plan. (#36582)Updated dependency golang.org/x/oauth2 from v0.23.0 => v0.27.0 to integrate latest changes (fix for CVE-2025-22868) (#36584)
lang/funcs/transpose: Avoid crash due to map with null values (#36611)
Combining ephemeral and sensitive marks could fail when serializing planned changes (#36619)
v1.11.0Compare Source
1.11.0 (February 27, 2025)
NEW FEATURES:
Add write-only attributes to resources. Providers can specify that certain attributes are write-only. They are not persisted in state. You can use ephemeral values in write-only attributes. (#36031)
terraform test: The-junit-xmloption for the terraform test command is now generally available. This option allows the command to create a test report in JUnit XML format. Feedback during the experimental phase helped map terraform test concepts to the JUnit XML format, and new additons may happen in future releases. (#36324)S3 native state locking is now generally available. The
use_lockfileargument enables users to adopt the S3-native mechanism for state locking. As part of this change, we've deprecated the DynamoDB-related arguments in favor of this new locking mechanism. While you can still use DynamoDB alongside S3-native state locking for migration purposes, we encourage migrating to the new state locking mechanism. (#36338)ENHANCEMENTS:
init: Provider installation will utilise credentials configured in a.netrcfile for the download and shasum URLs returned by provider registries. (#35843)terraform test: Test runs now support using mocked or overridden values during unit test runs (e.g., with command = "plan"). Setoverride_during = planin the test configuration to use the overridden values during the plan phase. The default value isoverride_during = apply. (#36227)terraform test: Add newstate_keyattribute forrunblocks, allowing test authors control over which internal state file should be used for the current test run. (#36185)Updates the azure backend authentication to match the terraform-provider-azurermprovider authentication, in several ways:
(#36258)
Include
ca-certificatespackage in our official Docker image to help with certificate handling by downstream (#36486)BUG FIXES:
ephemeral values: correct error message when ephemeral values are included in provisioner output (#36427)
Attempting to override a variable during
applyviaTF_VAR_environment variable will now yield warning instead of misleading error. (#36435)backends: Fix crash when interrupting during interactive prompt for values (#36448)
Fixes hanging behavior seen when applying a saved plan with -auto-approve using the cloud backend (#36453)
Previous Releases
For information on prior major and minor releases, refer to their changelogs:
prettier/prettier (prettier)
v3.5.3Compare Source
v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.microsoft/TypeScript (typescript)
v5.8.2Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.