build(deps-dev): bump the npm-development group with 2 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(5 days ago)
(5 days ago)
dependencies javascript
Bumps the npm-development group with 2 updates: @biomejs/biome and openai.
Updates @biomejs/biome
from 2.2.2 to 2.2.3
Release notes
Sourced from @biomejs/biome
's releases.
Biome CLI v2.2.3
2.2.3
Patch Changes
#7353
4d2b719
Thanks@JeetuSuthar
! - Fixed #7340: The linter now allows thenavigation
property for view-transition in CSS.Previously, the linter incorrectly flagged
navigation: auto
as an unknown property. This fix addsnavigation
to the list of known CSS properties, following the CSS View Transitions spec.#7275
560de1b
Thanks@arendjr
! - Fixed #7268: Files that are explicitly passed as CLI arguments are now correctly ignored if they reside in an ignored folder.#7358
963a246
Thanks@ematipico
! - Fixed #7085, now the rulenoDescendingSpecificity
correctly calculates the specificity of selectors when they are included inside a media query.#7387
923674d
Thanks@qraqras
! - Fixed #7381, now theuseOptionalChain
rule recognizes optional chaining using Yoda expressions (e.g.,undefined !== foo && foo.bar
).#7316
f9636d5
Thanks@Conaclos
! - Fixed #7289. The ruleuseImportType
now inlinesimport type
intoimport { type }
when thestyle
option is set toinlineType
.Example:
import type { T } from "mod"; // becomes import { type T } from "mod";
#7350
bb4d407
Thanks@siketyan
! - Fixed #7261: two characters・
(KATAKANA MIDDLE DOT, U+30FB) and・
(HALFWIDTH KATAKANA MIDDLE DOT, U+FF65) are no longer considered as valid characters in identifiers. Property keys containing these character(s) are now preserved as string literals.#7377
811f47b
Thanks@ematipico
! - Fixed a bug where the Biome Language Server didn't correctly compute the diagnostics of a monorepo setting, caused by an incorrect handling of the project status.#7245
fad34b9
Thanks@kedevked
! - Added the new lint ruleuseConsistentArrowReturn
.This rule enforces a consistent return style for arrow functions.
Invalid
const f = () => { return 1; };
This rule is a port of ESLint's arrow-body-style rule.
#7370
e8032dd
Thanks@fireairforce
! - Support dynamicimport defer
andimport source
. The syntax looks like:import.source("foo"); import.source("x", { with: { attr: "val" } }); import.defer("foo"); import.defer("x", { with: { attr: "val" } });
... (truncated)
Changelog
Sourced from @biomejs/biome
's changelog.
2.2.3
Patch Changes
#7353
4d2b719
Thanks@JeetuSuthar
! - Fixed #7340: The linter now allows thenavigation
property for view-transition in CSS.Previously, the linter incorrectly flagged
navigation: auto
as an unknown property. This fix addsnavigation
to the list of known CSS properties, following the CSS View Transitions spec.#7275
560de1b
Thanks@arendjr
! - Fixed #7268: Files that are explicitly passed as CLI arguments are now correctly ignored if they reside in an ignored folder.#7358
963a246
Thanks@ematipico
! - Fixed #7085, now the rulenoDescendingSpecificity
correctly calculates the specificity of selectors when they are included inside a media query.#7387
923674d
Thanks@qraqras
! - Fixed #7381, now theuseOptionalChain
rule recognizes optional chaining using Yoda expressions (e.g.,undefined !== foo && foo.bar
).#7316
f9636d5
Thanks@Conaclos
! - Fixed #7289. The ruleuseImportType
now inlinesimport type
intoimport { type }
when thestyle
option is set toinlineType
.Example:
import type { T } from "mod"; // becomes import { type T } from "mod";
#7350
bb4d407
Thanks@siketyan
! - Fixed #7261: two characters・
(KATAKANA MIDDLE DOT, U+30FB) and・
(HALFWIDTH KATAKANA MIDDLE DOT, U+FF65) are no longer considered as valid characters in identifiers. Property keys containing these character(s) are now preserved as string literals.#7377
811f47b
Thanks@ematipico
! - Fixed a bug where the Biome Language Server didn't correctly compute the diagnostics of a monorepo setting, caused by an incorrect handling of the project status.#7245
fad34b9
Thanks@kedevked
! - Added the new lint ruleuseConsistentArrowReturn
.This rule enforces a consistent return style for arrow functions.
Invalid
const f = () => { return 1; };
This rule is a port of ESLint's arrow-body-style rule.
#7370
e8032dd
Thanks@fireairforce
! - Support dynamicimport defer
andimport source
. The syntax looks like:import.source("foo"); import.source("x", { with: { attr: "val" } }); import.defer("foo"); import.defer("x", { with: { attr: "val" } });
... (truncated)
Commits
daa4a66
ci: release (#7306)0f38ea6
chore: add new bronze sponsor (#7397)7f53274
docs: safety of useSortedKeys (#6112)fad34b9
feat(biome_js_analyze): add UseConsistentArrowReturn rule (#7245)4416573
feat(lint/vue): implementuseVueMultiWordComponentNames
(#7373)62154b9
feat(biome_js_analyze): addnoUselessCatchBinding
(#7311)8771b84
chore: fix changelog due to skipped release- See full diff in compare view
Updates openai
from 5.16.0 to 5.19.1
Release notes
Sourced from openai's releases.
v5.19.1
5.19.1 (2025-09-03)
Full Changelog: v5.19.0...v5.19.1
Bug Fixes
v5.19.0
5.19.0 (2025-09-03)
Full Changelog: v5.18.1...v5.19.0
Features
- api: Add gpt-realtime models (256d932)
v5.18.1
5.18.1 (2025-09-02)
Full Changelog: v5.18.0...v5.18.1
Chores
- api: manual updates for ResponseInputAudio (570501b)
v5.18.0
5.18.0 (2025-09-02)
Full Changelog: v5.17.0...v5.18.0
Features
Bug Fixes
- update non beta realtime websockets helpers (265a42f)
v5.17.0
5.17.0 (2025-09-02)
Full Changelog: v5.16.0...v5.17.0
Features
- api: realtime API updates (e817255)
... (truncated)
Changelog
Sourced from openai's changelog.
5.19.1 (2025-09-03)
Full Changelog: v5.19.0...v5.19.1
Bug Fixes
5.19.0 (2025-09-03)
Full Changelog: v5.18.1...v5.19.0
Features
- api: Add gpt-realtime models (256d932)
5.18.1 (2025-09-02)
Full Changelog: v5.18.0...v5.18.1
Chores
- api: manual updates for ResponseInputAudio (570501b)
5.18.0 (2025-09-02)
Full Changelog: v5.17.0...v5.18.0
Features
Bug Fixes
- update non beta realtime websockets helpers (265a42f)
5.17.0 (2025-09-02)
Full Changelog: v5.16.0...v5.17.0
Features
- api: realtime API updates (e817255)
Chores
- internal: update global Error reference (e566ff3)
Commits
4dc2e23
release: 5.19.12601e9f
fix(azure): correctly send API key (#1635)0430acd
release: 5.19.007c2807
feat(api): Add gpt-realtime models1a38501
release: 5.18.18e321ba
chore(api): manual updates for ResponseInputAudioca61304
release: 5.18.0cd95e16
fix: update non beta realtime websockets helpers51c8c02
feat(client): support api key provider functions (#1587)7b51004
release: 5.17.0- Additional commits viewable 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 7091599 |
UUID: | 3392160611 |
Node ID: | PR_kwDOM-BPzM6nRyRp |
Host: | GitHub |
Repository: | techpivot/terraform-module-releaser |