-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update deps #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
54acb6a
7af6933
54ddd2c
4d60158
b36c005
bd7f70f
22a84d8
b166fbc
8cc2b72
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,14 +17,14 @@ | |
| "@commitlint/cli": "^20.5.3", | ||
| "@commitlint/config-conventional": "^20.5.3", | ||
| "lefthook": "^2.1.6", | ||
| "oxfmt": "^0.48.0", | ||
| "oxfmt": "^0.49.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: The oxfmt npm package version 0.49.0 was published on May 11, 2026 [1][2][3]. Oxfmt is a high-performance code formatter designed for the JavaScript ecosystem, built on the Oxc (Oxidation Compiler) stack [4][5]. It is intended for use in large codebases and CI environments, emphasizing high throughput and predictable performance [4][6]. Key details regarding the package include: - Functionality: It supports formatting for various languages and formats, including JavaScript, JSX, TypeScript, TSX, JSON, JSONC, JSON5, YAML, TOML, HTML, Angular, Vue, CSS, SCSS, Less, Markdown, MDX, GraphQL, Ember, and Handlebars [5][7]. - Usage: It can be installed as a development dependency using package managers like npm, pnpm, yarn, or bun [8][4]. - Ecosystem: The package utilizes various platform-specific bindings (e.g., Citations:
🌐 Web query:
💡 Result: Oxfmt version 0.49.0 was released as part of the Oxc project updates [1]. Breaking Changes: - The primary breaking change in version 0.49.0 is that oxfmt now respects more git ignore options, aligning its behavior with oxlint [1]. Other Notable Updates: - Features: Added experimental support for.svelte files [1]. - Bug Fixes: Added a space after commas in import attributes [1]. - Performance: Optimized nested configuration prescan and improved performance for single import runs and ImportDeclaration processing [1]. - Documentation: Included refreshed documentation for import sorting and other minor comment corrections [1]. Citations: Update oxfmt dependency with awareness of breaking changes in 0.49.0. Version 0.49.0 exists and is available on npm. Note that this release includes a breaking change: oxfmt now respects more git ignore options, aligning its behavior with oxlint. Verify that this behavior aligns with your project's expectations before deploying. 🤖 Prompt for AI Agents |
||
| "portless": "^0.13.0", | ||
| "rimraf": "^6.1.3", | ||
| "turbo": "^2.9.12", | ||
| "typescript": "catalog:" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22" | ||
| "node": ">=22.22.3" | ||
| }, | ||
| "packageManager": "pnpm@10.33.4" | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
HashiCorp TLS provider 4.3 changelog💡 Result:
As of May 16, 2026, there is no official changelog for a version 4.3 of the HashiCorp TLS provider [1][2][3]. The latest released version of the provider is 4.2.1, which was released on January 30, 2026 [4][5]. While version 4.3.0 is listed in the HashiCorp releases directory [3], it does not currently have an associated release, changelog, or published documentation, indicating it has not been officially released as of this date. Users should rely on the 4.2.x series for the most recent stable features and bug fixes [2][4].
Citations:
Update TLS provider version to 4.2—version 4.3 has not been released.
Version 4.3.0 does not currently have an official release or published documentation. The latest stable version is 4.2.1 (released January 30, 2026). Change the version constraint from
~> 4.3to~> 4.2to use the most recent stable release.🤖 Prompt for AI Agents