Skip to content

chore(deps)(deps-dev): bump @biomejs/biome from 2.3.8 to 2.3.10 in the dev-dependencies group - #158

Merged
PaulJPhilp merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-bd5046491d
Dec 22, 2025
Merged

chore(deps)(deps-dev): bump @biomejs/biome from 2.3.8 to 2.3.10 in the dev-dependencies group#158
PaulJPhilp merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-bd5046491d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 1 update: @biomejs/biome.

Updates @biomejs/biome from 2.3.8 to 2.3.10

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.10

2.3.10

Patch Changes

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.10

Patch Changes

2.3.9

Patch Changes

  • #8232 84c9e08 Thanks @​ruidosujeira! - Added the nursery rule noScriptUrl.

    This rule disallows the use of javascript: URLs, which are considered a form of eval and can pose security risks such as XSS vulnerabilities.

    <a href="javascript:alert('XSS')">Click me</a>
  • #8341 343dc4d Thanks @​arendjr! - Added the nursery rule useAwaitThenable, which enforces that await is only used on Promise values.

    Invalid

    await "value";
    const createValue = () => "value";
    await createValue();

... (truncated)

Commits

Dependabot compatibility score

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

Note

Introduces a tooling pipeline for content generation and curation, and refreshes dev dependencies.

  • Adds scripts for publishing pipeline: scripts/publish/{pipeline.ts,validate-improved.ts,test-improved.ts,publish.ts,move-to-published.ts,generate.ts,generate-claude-rules.ts,validate-pipeline-integrity.ts}
  • Adds/updates ingest and support tools: scripts/ingest/* (improved pipeline, process, Discord ingest, populate expectations), scripts/add-lesson-order.ts, scripts/generate-skills.ts, scripts/mock-db.ts, and test harnesses under scripts/*
  • Bumps dev deps: @biomejs/biome to 2.3.10, @typescript-eslint/* to 8.50.1, ai to 5.0.116, turbo to 2.7.1, @effect/language-service to 0.62.5; updates bun.lock accordingly
  • Minor code style/import cleanups across new/modified scripts; no app runtime changes

Written by Cursor Bugbot for commit f7274b3. This will update automatically on new commits. Configure here.

Bumps the dev-dependencies group with 1 update: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `@biomejs/biome` from 2.3.8 to 2.3.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.10/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Dec 22, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
effect-patterns Ready Ready Preview, Comment Dec 22, 2025 8:04pm
effect-patterns-mcp-server Ready Ready Preview, Comment Dec 22, 2025 8:04pm

@PaulJPhilp
PaulJPhilp merged commit e123935 into main Dec 22, 2025
17 of 23 checks passed
@PaulJPhilp
PaulJPhilp deleted the dependabot/npm_and_yarn/dev-dependencies-bd5046491d branch December 22, 2025 20:21
PaulJPhilp added a commit that referenced this pull request Jan 18, 2026
…e dev-dependencies group (#158)

* chore(deps)(deps-dev): bump @biomejs/biome in the dev-dependencies group

Bumps the dev-dependencies group with 1 update: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `@biomejs/biome` from 2.3.8 to 2.3.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.10/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: resolve lint and TypeScript errors

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PaulJPhilp <138239846+PaulJPhilp@users.noreply.github.com>
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.

1 participant