Skip to content

chore: update dependencies in package.json#374

Merged
virgofx merged 1 commit intomainfrom
chore/update-dependencies-2026-02-16
Feb 16, 2026
Merged

chore: update dependencies in package.json#374
virgofx merged 1 commit intomainfrom
chore/update-dependencies-2026-02-16

Conversation

@virgofx
Copy link
Member

@virgofx virgofx commented Feb 16, 2026

  • upgraded minimatch from ^10.1.1 to ^10.2.0
  • upgraded p-limit from ^7.2.0 to ^7.3.0
  • upgraded which from ^6.0.0 to ^6.0.1
  • upgraded @biomejs/biome from ^2.3.11 to ^2.4.1
  • upgraded @types/node from ^24.10.4 to ^24.10.13
  • upgraded @vitest/coverage-v8 from ^4.0.16 to ^4.0.18
  • upgraded openai from ^6.16.0 to ^6.22.0
  • upgraded prettier from ^3.7.4 to ^3.8.1
  • upgraded textlint from ^15.5.0 to ^15.5.1
  • upgraded vitest from ^4.0.15 to ^4.0.18

- upgraded minimatch from ^10.1.1 to ^10.2.0
- upgraded p-limit from ^7.2.0 to ^7.3.0
- upgraded which from ^6.0.0 to ^6.0.1
- upgraded @biomejs/biome from ^2.3.11 to ^2.4.1
- upgraded @types/node from ^24.10.4 to ^24.10.13
- upgraded @vitest/coverage-v8 from ^4.0.16 to ^4.0.18
- upgraded openai from ^6.16.0 to ^6.22.0
- upgraded prettier from ^3.7.4 to ^3.8.1
- upgraded textlint from ^15.5.0 to ^15.5.1
- upgraded vitest from ^4.0.15 to ^4.0.18
Copilot AI review requested due to automatic review settings February 16, 2026 18:22
@github-actions
Copy link

📋 Release Plan

Module Type Latest
Version
New
Version
Release
Details
tf-modules-kms patch v1.0.0 🆕 Initial Release
tf-modules-vpc-endpoint patch v1.0.0 🆕 Initial Release

📝 Changelog

tf-modules-kms-v1.0.0 (2026-02-16)

  • 🔀PR #374 - chore: update dependencies in package.json

tf-modules-vpc-endpoint-v1.0.0 (2026-02-16)

  • 🔀PR #374 - chore: update dependencies in package.json

Wiki Statusℹ️

✅ Enabled

Automated Tag/Release Cleanupℹ️

⏸️ Existing tags and releases will be preserved as the delete-legacy-tags flag is disabled.

Powered by:   techpivot/terraform-module-releaser

@sonarqubecloud
Copy link

@virgofx virgofx merged commit dbc5c0a into main Feb 16, 2026
33 checks passed
@virgofx virgofx deleted the chore/update-dependencies-2026-02-16 branch February 16, 2026 18:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s Node.js/TypeScript toolchain and runtime dependencies, keeping the Terraform Module Releaser GitHub Action and its developer tooling current.

Changes:

  • Bumped several direct dependencies/devDependencies in package.json (e.g., minimatch, p-limit, which, Biome, Vitest, OpenAI SDK, Prettier, Textlint, Node types).
  • Regenerated package-lock.json to align resolved/transitive dependency versions with the updated ranges.
  • Added a Trivy config to exclude scanning the tf-modules directory.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates declared dependency versions for runtime and dev tooling.
package-lock.json Updates the lockfile to reflect the new resolved dependency graph.
.github/linters/trivy.yaml Configures Trivy to skip scanning tf-modules.

Comment on lines +1 to +3
scan:
skip-dirs:
- "tf-modules"
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description indicate only dependency updates, but this PR also introduces a new Trivy configuration file to skip scanning tf-modules. Please either mention this change in the PR description/title or move it to a separate PR to keep the scope clear.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants