Skip to content

build(deps): bump the npm-dependencies group across 1 directory with 10 updates#536

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-dependencies-6c773c0716
Open

build(deps): bump the npm-dependencies group across 1 directory with 10 updates#536
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm-dependencies-6c773c0716

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps the npm-dependencies group with 10 updates in the / directory:

Package From To
@arcgis/core 4.34.8 5.0.1
@arcgis/map-components 4.34.9 5.0.1
@esri/calcite-components 3.3.3 5.0.2
@types/jsdom 21.1.7 28.0.0
@biomejs/biome 2.2.4 2.4.4
@types/node 24.10.13 25.3.0
@vitest/coverage-istanbul 3.2.4 4.0.18
@vitest/coverage-v8 3.2.4 4.0.18
jsdom 26.1.0 28.1.0
vitest 3.2.4 4.0.18

Updates @arcgis/core from 4.34.8 to 5.0.1

Updates @arcgis/map-components from 4.34.9 to 5.0.1

Updates @esri/calcite-components from 3.3.3 to 5.0.2

Release notes

Sourced from @​esri/calcite-components's releases.

@​esri/calcite-components-react: v5.0.2

5.0.2 (2026-02-18)

Miscellaneous Chores

  • @​esri/calcite-components-react: Synchronize components versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​esri/calcite-components bumped from 5.0.1 to 5.0.2

@​esri/calcite-components: v5.0.2

5.0.2 (2026-02-18)

Bug Fixes

  • date-picker: Set appropriate scale for month header actions (#13922) (baead2f)
  • popover: Implement missing extraContainers parameter on updateFocusTrapElements() (#13940) (6cde9c5)

@​esri/calcite-components-react: v5.0.1

5.0.1 (2026-02-12)

Miscellaneous Chores

  • @​esri/calcite-components-react: Synchronize components versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​esri/calcite-components bumped from 5.0.0 to 5.0.1

@​esri/calcite-components: v5.0.1

5.0.1 (2026-02-12)

Bug Fixes

  • dialog: Honor --calcite-dialog-offset-y regardless of fullscreen behavior (#13903) (b3a4215)
  • input-date-picker: Allow configuring range calendar background color via token (#13873) (41481c2)
  • input-time-picker: Emit change event when clearing meridiem (#13836) (c0b2fc5)
  • input-time-picker: Sync popup value with input when directly cleared (#13875) (611234a)
  • tab-title: Switch order of preferred and deprecated icon color variables (#13889) (1459c8c)

... (truncated)

Changelog

Sourced from @​esri/calcite-components's changelog.

5.0.2 (2026-02-18)

Bug Fixes

  • date-picker: Set appropriate scale for month header actions (#13922) (baead2f)
  • popover: Implement missing extraContainers parameter on updateFocusTrapElements() (#13940) (6cde9c5)

5.0.1 (2026-02-12)

Bug Fixes

  • dialog: Honor --calcite-dialog-offset-y regardless of fullscreen behavior (#13903) (b3a4215)
  • input-date-picker: Allow configuring range calendar background color via token (#13873) (41481c2)
  • input-time-picker: Emit change event when clearing meridiem (#13836) (c0b2fc5)
  • input-time-picker: Sync popup value with input when directly cleared (#13875) (611234a)
  • tab-title: Switch order of preferred and deprecated icon color variables (#13889) (1459c8c)
  • tree-item: Restore selection icon to bullet when selection-mode='single'|'single-persist'|'children' (#13915) (c8e6f4f)

5.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • combobox-item: Deprecated textLabel prop has been removed, use heading instead.
  • restore --calcite-color-focus in index.(s)css (#13398)
  • action: Setting Action's default appearance to "transparent" and deprecating "solid" to better support embedded use cases where focus background colors can take precedence.
  • removes the following deprecated custom CSS props:
  • input: The deprecated textarea type was removed. Developers should use calcite-text-area instead.
  • drop deprecated CDN namespace (#12546)
  • stepper: Deprecated event has been removed, use the following event instead:
  • action-bar, action, block, card, dialog, flow-item, panel, shell, tile: Deprecated slots have been removed. Use the following replacements instead:
  • input, input-number, input-text: Removed support for the following css tokens as they are no longer needed:

Features

  • accordion-item: Update action slot spacing (#13416) (56a383a)
  • accordion-item: Update header to use semantic button instead of div (#13664) (4022e50)
  • accordion-item: Update heading and description styling for system consistency for 5.0 (#13642) (4626f64)
  • action-bar, action-pad, action-group: Implement ARIA toolbar pattern with configurable selection modes (#13386) (285fb5e)
  • action: Adjust indicator size and position on small scale (#13558) (e8172bb)
  • action: Update to 5.0 design (#13252) (a3979b4)
  • Add topLayerDisabled property to additional components (#13730) (44a99f8)
  • alert, autocomplete, combobox, dropdown, input-date-picker, popover, tooltip: Add topLayerDisabled prop (#13604) (f37d836)
  • alert: Remove title slot bottom margin on large scale (#13646) (6946535)
  • alert: Update to action 5.0 spacing (#13417) (2275e25)
  • alert: Use filled status icon for consistency (#13665) (d743d0d)
  • Apply user-provided locale (lang) and supported t9n locale in appropriate contexts (#13315) (c054ecd)
  • autocomplete: Add token for max menu height (#13616) (75eaf0d)
  • block: Add content-end slot (#13348) (077852c)
  • block: Update heading styling for system consistency (#13326) (5410977)
  • block: Update to Action 5.0 spacing (#13429) (fe4aaab)

... (truncated)

Commits
  • 960214b chore: release main (#13947)
  • 6cde9c5 fix(popover): implement missing extraContainers parameter on `updateFocusTr...
  • 3be51df chore(localization): update translation (#13935)
  • baead2f fix(date-picker): set appropriate scale for month header actions (#13922)
  • 9a1d2e8 chore: release main (#13927)
  • c8e6f4f fix(tree-item): restore selection icon to bullet when `selection-mode='single...
  • eebf806 docs(input-date-picker): update token description (#13907)
  • 739c241 docs(carousel, meter): fix design tokens doc formatting (#13908)
  • b3a4215 fix(dialog): honor --calcite-dialog-offset-y regardless of fullscreen behav...
  • 1459c8c fix(tab-title): switch order of preferred and deprecated icon color variables...
  • Additional commits viewable in compare view

Updates @types/jsdom from 21.1.7 to 28.0.0

Commits

Updates @biomejs/biome from 2.2.4 to 2.4.4

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.4

2.4.4

Patch Changes

  • #9150 6946835 Thanks @​dyc3! - Fixed #9138: Astro files containing --- in HTML content (e.g., <h1>---Hi</h1>) are now parsed correctly, both when a frontmatter block is present and when there is no frontmatter at all.

  • #9150 aa6f837 Thanks @​dyc3! - Fixed #9138: The HTML parser incorrectly failing to parse bracket characters ([ and ]) in text content (e.g. <div>[Foo]</div>).

  • #9151 c0d4b0c Thanks @​dyc3! - Fixed parsing of Svelte directive keywords (use, style) when used as plain text content in HTML/Svelte files. Previously, <p>use JavaScript</p> or <p>style it</p> would incorrectly produce a bogus element instead of proper text content.

  • #9162 7f1e060 Thanks @​dyc3! - Fixed #9161: The Vue parser now correctly handles colon attributes like xlink:href and xmlns:xlink by parsing them as single attributes instead of splitting them into separate tokens.

  • #9164 458211b Thanks @​dyc3! - Fixed #9161: The noAssignInExpressions rule no longer flags assignments in Vue v-on directives (e.g., @click="counter += 1"). Assignments in event handlers are idiomatic Vue patterns and are now skipped by the rule.

What's Changed

Full Changelog: https://github.com/biomejs/biome/compare/@​biomejs/biome@​2.4.3...@​biomejs/biome@​2.4.4

Biome CLI v2.4.3

2.4.3

Patch Changes

  • #9120 aa40fc2 Thanks @​ematipico! - Fixed #9109, where the GitHub reporter wasn't correctly enabled when biome ci runs on GitHub Actions.

  • #9128 8ca3f7f Thanks @​dyc3! - Fixed #9107: The HTML parser can now correctly parse Astro directives (client/set/class/is/server), which fixes the formatting for Astro directives.

  • #9124 f5b0e8d Thanks @​ematipico! - Fixed #8882 and #9108: The Astro frontmatter lexer now correctly identifies the closing --- fence when the frontmatter contains multi-line block comments with quote characters, strings that mix quote types (e.g. "it's"), or escaped quote characters (e.g. "\").

  • #9142 3ca066b Thanks @​THernandez03! - Fixed #9141: The noUnknownAttribute rule no longer reports closedby as an unknown attribute on <dialog> elements.

  • #9126 792013e Thanks @​ematipico! - Added missing Mocha globals to the Test domain: context, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, xcontext, xdescribe, xit, and xspecify. These are injected by Mocha's BDD and TDD interfaces and were previously flagged as undeclared variables in projects using Mocha.

  • #8855 6918c9e Thanks @​ruidosujeira! - Fixed #8840. Now the Biome CSS parser correctly parses not + scroll-state inside @container queries.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.4

Patch Changes

  • #9150 6946835 Thanks @​dyc3! - Fixed #9138: Astro files containing --- in HTML content (e.g., <h1>---Hi</h1>) are now parsed correctly, both when a frontmatter block is present and when there is no frontmatter at all.

  • #9150 aa6f837 Thanks @​dyc3! - Fixed #9138: The HTML parser incorrectly failing to parse bracket characters ([ and ]) in text content (e.g. <div>[Foo]</div>).

  • #9151 c0d4b0c Thanks @​dyc3! - Fixed parsing of Svelte directive keywords (use, style) when used as plain text content in HTML/Svelte files. Previously, <p>use JavaScript</p> or <p>style it</p> would incorrectly produce a bogus element instead of proper text content.

  • #9162 7f1e060 Thanks @​dyc3! - Fixed #9161: The Vue parser now correctly handles colon attributes like xlink:href and xmlns:xlink by parsing them as single attributes instead of splitting them into separate tokens.

  • #9164 458211b Thanks @​dyc3! - Fixed #9161: The noAssignInExpressions rule no longer flags assignments in Vue v-on directives (e.g., @click="counter += 1"). Assignments in event handlers are idiomatic Vue patterns and are now skipped by the rule.

2.4.3

Patch Changes

  • #9120 aa40fc2 Thanks @​ematipico! - Fixed #9109, where the GitHub reporter wasn't correctly enabled when biome ci runs on GitHub Actions.

  • #9128 8ca3f7f Thanks @​dyc3! - Fixed #9107: The HTML parser can now correctly parse Astro directives (client/set/class/is/server), which fixes the formatting for Astro directives.

  • #9124 f5b0e8d Thanks @​ematipico! - Fixed #8882 and #9108: The Astro frontmatter lexer now correctly identifies the closing --- fence when the frontmatter contains multi-line block comments with quote characters, strings that mix quote types (e.g. "it's"), or escaped quote characters (e.g. "\").

  • #9142 3ca066b Thanks @​THernandez03! - Fixed #9141: The noUnknownAttribute rule no longer reports closedby as an unknown attribute on <dialog> elements.

  • #9126 792013e Thanks @​ematipico! - Added missing Mocha globals to the Test domain: context, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, xcontext, xdescribe, xit, and xspecify. These are injected by Mocha's BDD and TDD interfaces and were previously flagged as undeclared variables in projects using Mocha.

  • #8855 6918c9e Thanks @​ruidosujeira! - Fixed #8840. Now the Biome CSS parser correctly parses not + scroll-state inside @container queries.

  • #9111 4fb55cf Thanks @​Jayllyz! - Slightly improved performance of noIrregularWhitespace by adding early return optimization and simplifying character detection logic.

  • #8975 086a0c5 Thanks @​FrankFMY! - Fixed #8478: useDestructuring no longer suggests destructuring when the variable has a type annotation, like const foo: string = object.foo.

2.4.2

Patch Changes

  • #9103 fc9850c Thanks @​dyc3! - Fixed #9098: useImportType no longer incorrectly flags imports used in Svelte control flow blocks ({#if}, {#each}, {#await}, {#key}) as type-only imports.

  • #9106 f4b7296 Thanks @​dyc3! - Updated rule source metadata for rules from html-eslint.

  • #8960 4a5ff40 Thanks @​abossenbroek! - Added the nursery rule noConditionalExpect. This rule disallows conditional expect() calls inside tests, which can lead to tests that silently pass when assertions never run.

    // Invalid - conditional expect may not run
    test("conditional", async ({ page }) => {
      if (someCondition) {
        await expect(page).toHaveTitle("Title");
      }

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​biomejs/biome since your current version.


Updates @types/node from 24.10.13 to 25.3.0

Commits

Updates @vitest/coverage-istanbul from 3.2.4 to 4.0.18

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitest/coverage-istanbul since your current version.


Updates @vitest/coverage-v8 from 3.2.4 to 4.0.18

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 4d3e3c6 chore: release v4.0.18
  • ...

    Description has been truncated

…10 updates

Bumps the npm-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@arcgis/core](https://js.arcgis.com) | `4.34.8` | `5.0.1` |
| [@arcgis/map-components](https://developers.arcgis.com/javascript/latest/) | `4.34.9` | `5.0.1` |
| [@esri/calcite-components](https://github.com/Esri/calcite-design-system/tree/HEAD/packages/components) | `3.3.3` | `5.0.2` |
| [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `21.1.7` | `28.0.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.2.4` | `2.4.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.13` | `25.3.0` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.2.4` | `4.0.18` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.18` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.1.0` | `28.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.18` |



Updates `@arcgis/core` from 4.34.8 to 5.0.1

Updates `@arcgis/map-components` from 4.34.9 to 5.0.1

Updates `@esri/calcite-components` from 3.3.3 to 5.0.2
- [Release notes](https://github.com/Esri/calcite-design-system/releases)
- [Changelog](https://github.com/Esri/calcite-design-system/blob/dev/packages/components/CHANGELOG.md)
- [Commits](https://github.com/Esri/calcite-design-system/commits/@esri/calcite-components@5.0.2/packages/components)

Updates `@types/jsdom` from 21.1.7 to 28.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

Updates `@biomejs/biome` from 2.2.4 to 2.4.4
- [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.4.4/packages/@biomejs/biome)

Updates `@types/node` from 24.10.13 to 25.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-istanbul` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-istanbul)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `jsdom` from 26.1.0 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.1.0...28.1.0)

Updates `vitest` from 3.2.4 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

---
updated-dependencies:
- dependency-name: "@arcgis/core"
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@arcgis/map-components"
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@esri/calcite-components"
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@types/jsdom"
  dependency-version: 28.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: jsdom
  dependency-version: 28.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants