deps(deps): bump the tooling group with 2 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(about 1 month ago)
(24 days ago)
(24 days ago)
dependencies javascript
Bumps the tooling group with 2 updates: posthog-js and @biomejs/biome.
Updates posthog-js from 1.372.1 to 1.372.6
Release notes
Sourced from posthog-js's releases.
posthog-js@1.372.6
1.372.6
Patch Changes
- #3492
cf56753Thanks@lucasheriques! - Add translated survey rendering support in React Native and share survey translation logic through@posthog/core. (2026-05-01)- Updated dependencies [
cf56753,04db756]:posthog-js@1.372.5
1.372.5
Patch Changes
- #3448
c726aaeThanks@posthog! - fix(exceptions): avoid cross-origin property access when calling the previouswindow.onunhandledrejectionhandler (2026-04-29)- Updated dependencies []:
posthog-js@1.372.4
1.372.4
Patch Changes
- #3495
5a6b2a5Thanks@posthog! - Fix copy autocapture when copying or cutting text from Shadow DOM or document fragment contexts. (2026-04-29)- Updated dependencies []:
posthog-js@1.372.3
1.372.3
Patch Changes
- #3488
5b8efc3Thanks@lucasheriques! - Add browser survey translation rendering and language tracking. (2026-04-27)- Updated dependencies []:
posthog-js@1.372.2
1.372.2
Patch Changes
- #3484
cba2570Thanks@veryayskiy! - Fix autofocus
... (truncated)
Commits
c1ac939chore: update versions and lockfile [version bump]9ee2c9cdocs(ai): drop resource-level distinct_id from vercel-ai examples (#3501)cf56753feat(surveys): support translations on react native (#3492)04db756feat(logs): flush RN logs queue to /i/v1/logs with batching (#3480)ee12365chore: upload browser source maps to S3 (#3509)466612dchore: update versions and lockfile [version bump]38e85c9perf(ai): drop O(N²) prompt trim and reuse encoder/decoder (#3507)b02194bchore: update versions and lockfile [version bump]70ba8f8feat(flags): support mixed targeting in local evaluation (#3474)a65a8bechore: update versions and lockfile [version bump]- Additional commits viewable in compare view
Updates @biomejs/biome from 2.4.13 to 2.4.14
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.4.14
2.4.14
Patch Changes
#9393
491b171Thanks@dyc3! - Added the nursery ruleuseTestHooksOnTopin thetestdomain. The rule flags lifecycle hooks (beforeEach,beforeAll,afterEach,afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.#10157
eefc5abThanks@dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as<br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.#10054
0e9f569Thanks@minseong0324! -noMisleadingReturnTypeno longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to: object.A function annotated
: objectreturning an object literal:function f(): object { return { retry: true }; }#10116
53269ebThanks@jiwon79! - Fixed #6201:noUselessEscapeInRegexno longer flags an escaped backslash followed by-as a useless escape. Patterns like/[\\-]/are now considered valid because the second\is the escaped backslash, not an unnecessary escape of the trailing dash.#10092
33d8543Thanks@Conaclos! - Fixed #9097:organizeImportsno longer adds a blank line between a never-matched group and a matched group.Given the following
organizeImportsoptions:{ "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"] }The following code...
// Comment import "package"; import "./file.js";...was organized as:
+ // Comment import "package"; + import "./file.js";
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.4.14
Patch Changes
#9393
491b171Thanks@dyc3! - Added the nursery ruleuseTestHooksOnTopin thetestdomain. The rule flags lifecycle hooks (beforeEach,beforeAll,afterEach,afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.#10157
eefc5abThanks@dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as<br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.#10054
0e9f569Thanks@minseong0324! -noMisleadingReturnTypeno longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to: object.A function annotated
: objectreturning an object literal:function f(): object { return { retry: true }; }#10116
53269ebThanks@jiwon79! - Fixed #6201:noUselessEscapeInRegexno longer flags an escaped backslash followed by-as a useless escape. Patterns like/[\\-]/are now considered valid because the second\is the escaped backslash, not an unnecessary escape of the trailing dash.#10092
33d8543Thanks@Conaclos! - Fixed #9097:organizeImportsno longer adds a blank line between a never-matched group and a matched group.Given the following
organizeImportsoptions:{ "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"] }The following code...
// Comment import "package"; import "./file.js";...was organized as:
+ // Comment import "package"; + import "./file.js";A blank line was added even though the group ':NODE:' doesn't match any imports here.
:BLANK_LINE:between never-matched groups and matched groups are now ignored.
... (truncated)
Commits
46393e0ci: release (#10100)ae659ddfeat(lint/js): addnoExcessiveNestedCallbacks(#10188)d62b331feat(lint/js): adduseMathMinMax(#9926)7acf1e0feat(lint/js): addnoReactStringRefs(#9922)491b171feat(lint/js): adduseTestHooksOnTop(#9393)4a664c1fix(noShadow): make sure it doesn't shadow types (#10083)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
Technical Details
| ID: | 15841494 |
| UUID: | 4374060637 |
| Node ID: | PR_kwDOR3zYv87X4MV- |
| Host: | GitHub |
| Repository: | commitvc/commit-landing |