Skip to content

build(deps): bump the npm-dependencies group with 10 updates #503

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the npm-dependencies group with 10 updates:

Package From To
@arcgis/core 4.31.6 4.32.0
@esri/calcite-components 3.0.2 3.0.3
@types/node 22.13.4 22.13.5
@vitest/coverage-istanbul 3.0.5 3.0.7
@vitest/coverage-v8 3.0.5 3.0.7
cspell 8.17.3 8.17.5
msw 2.7.0 2.7.3
tsx 4.19.2 4.19.3
vite 6.1.0 6.1.1
vitest 3.0.5 3.0.7

Updates @arcgis/core from 4.31.6 to 4.32.0

Updates @esri/calcite-components from 3.0.2 to 3.0.3

Release notes

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

@​esri/calcite-components-react: v3.0.3

3.0.3 (2025-02-19)

Miscellaneous Chores

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

Dependencies

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

@​esri/calcite-components: v3.0.3

3.0.3 (2025-02-19)

Bug Fixes

  • dialog, modal, popover, sheet: Restore focusTrapDisabled reactiveness (#11586) (a32dd7e)
  • input-date-picker: No longer close while navigating months with chevron actions (#11525) (acf5824)
  • slider: Ensure histograms with non-zero min are displayed correctly (#11587) (9bb32f6)
  • tooltip: Close tooltips on prevented pointer move events (#11557) (470df20)
Changelog

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

3.0.3 (2025-02-19)

Bug Fixes

  • dialog, modal, popover, sheet: Restore focusTrapDisabled reactiveness (#11586) (a32dd7e)
  • input-date-picker: No longer close while navigating months with chevron actions (#11525) (acf5824)
  • slider: Ensure histograms with non-zero min are displayed correctly (#11587) (9bb32f6)
  • tooltip: Close tooltips on prevented pointer move events (#11557) (470df20)
Commits
  • 0b0b89f chore: release main (#11596)
  • a32dd7e fix(dialog, modal, popover, sheet): restore focusTrapDisabled reactiveness ...
  • acf5824 fix(input-date-picker): no longer close while navigating months with chevron ...
  • 9bb32f6 fix(slider): ensure histograms with non-zero min are displayed correctly (#11...
  • 546b8a6 refactor(useFocusTrap): remove activate/deactivate override options for consi...
  • b077985 docs(list, sortable-list): remove consecutive spaces in documentation (#11569)
  • 985693e docs(readme): remove redundant sections, fix broken link (#11530)
  • 470df20 fix(tooltip): close tooltips on prevented pointer move events (#11557)
  • See full diff in compare view

Updates @types/node from 22.13.4 to 22.13.5

Commits

Updates @vitest/coverage-istanbul from 3.0.5 to 3.0.7

Release notes

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

v3.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/coverage-v8 from 3.0.5 to 3.0.7

Release notes

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

v3.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates cspell from 8.17.3 to 8.17.5

Release notes

Sourced from cspell's releases.

v8.17.5

Changes

Fixes

fix: Replace the legacy cspell-tools (#6928)


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#6937)

Update Dictionaries (main)

Summary

 .../snapshots/MartinThoma/LaTeX-examples/report.yaml      |  3 +--
 .../snapshots/MartinThoma/LaTeX-examples/snapshot.txt     |  3 +--
 packages/cspell-bundled-dicts/package.json                |  2 +-
 pnpm-lock.yaml                                            | 15 ++++++++++-----
 4 files changed, 13 insertions(+), 10 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#6931)

Update Dictionaries (main)

... (truncated)

Changelog

Sourced from cspell's changelog.

8.17.5 (2025-02-22)

8.17.4 (2025-02-19)

Commits

Updates msw from 2.7.0 to 2.7.3

Release notes

Sourced from msw's releases.

v2.7.3 (2025-02-24)

Bug Fixes

  • do not treat static asset requests as unhandled by default (#2440, docs) (eb45e7a93e2e4525c955ff0df1ec149c6b9de70e) @​kettanaito

v2.7.2 (2025-02-24)

Bug Fixes

  • HttpResponse: set the default bodyType to any (#2439) (bb1faf80645c551053e773382d9b56775f8bb580) @​kettanaito

v2.7.1 (2025-02-20)

Bug Fixes

  • HttpResponse: support non-configurable status codes (#2434) (0cf639e9c12b25093fe8aa0cce865168ea7db978) @​kettanaito
Commits

Updates tsx from 4.19.2 to 4.19.3

Release notes

Sourced from tsx's releases.

v4.19.3

4.19.3 (2025-02-19)

Bug Fixes

  • upgrade esbuild to ~0.25.0 to address vuln report (#698) (e04e6c6)

This release is also available on:

Commits

Updates vite from 6.1.0 to 6.1.1

Release notes

Sourced from vite's releases.

create-vite@6.1.1

Please refer to CHANGELOG.md for details.

v6.1.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.1.1 (2025-02-19)

Commits

Updates vitest from 3.0.5 to 3.0.7

Release notes

Sourced from vitest's releases.

v3.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 358cccf chore: release v3.0.7
  • 365ffe6 fix(deps): update all non-major dependencies (#7543)
  • aaa5855 perf(browser): do wdio context switching only once per file (#7549)
  • f71004f fix(spy): clear/reset/restore mocks in stack order (#7499)
  • 9584be3 chore: release v3.0.6
  • 027ce9b fix(reporters): render tasks in tree when in TTY (#7503)
  • b62ac22 chore: use tinyglobby instead of fast-glob in Vitest (#7504)
  • 167a98d fix: exclude queueMicrotask from default fake timers to not break node fetc...
  • 6cc408d fix(deps): update all non-major dependencies (#7507)
  • 8f13825 docs: fix sequence.hooks: 'stack' as default (#7492)
  • 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

Bumps the npm-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@arcgis/core](https://js.arcgis.com) | `4.31.6` | `4.32.0` |
| [@esri/calcite-components](https://github.com/Esri/calcite-design-system/tree/HEAD/packages/calcite-components) | `3.0.2` | `3.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `3.0.5` | `3.0.7` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.5` | `3.0.7` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.17.3` | `8.17.5` |
| [msw](https://github.com/mswjs/msw) | `2.7.0` | `2.7.3` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.2` | `4.19.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.1.0` | `6.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.5` | `3.0.7` |


Updates `@arcgis/core` from 4.31.6 to 4.32.0

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

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

Updates `@vitest/coverage-istanbul` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/coverage-istanbul)

Updates `@vitest/coverage-v8` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/coverage-v8)

Updates `cspell` from 8.17.3 to 8.17.5
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.17.5/packages/cspell)

Updates `msw` from 2.7.0 to 2.7.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.0...v2.7.3)

Updates `tsx` from 4.19.2 to 4.19.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.2...v4.19.3)

Updates `vite` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.1/packages/vite)

Updates `vitest` from 3.0.5 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest)

---
updated-dependencies:
- dependency-name: "@arcgis/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@esri/calcite-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@vitest/coverage-istanbul"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@JeffJacobson JeffJacobson merged commit 992d213 into master Feb 25, 2025
3 checks passed
@JeffJacobson JeffJacobson deleted the dependabot/npm_and_yarn/npm-dependencies-ae60c8feab branch February 25, 2025 16:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant