Skip to content

build(deps): bump the npm-dependencies group with 2 updates #502

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 17, 2025

Bumps the npm-dependencies group with 2 updates: @esri/calcite-components and @types/node.

Updates @esri/calcite-components from 3.0.0 to 3.0.2

Release notes

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

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

3.0.2 (2025-02-14)

Miscellaneous Chores

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

Dependencies

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

@​esri/calcite-components: v3.0.2

3.0.2 (2025-02-14)

Bug Fixes

  • dialog, modal, popover, sheet: Fixes an issue that caused extra containers to be lost after internal trap updates (#11556) (083e8dc)

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

3.0.1 (2025-02-14)

Miscellaneous Chores

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

Dependencies

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

@​esri/calcite-components: v3.0.1

3.0.1 (2025-02-14)

Bug Fixes

  • dialog, modal, sheet: Preserve focus-trap extra containers across internal trap updates (#11548) (4e421b7)
  • input-date-picker: Allow navigating between months using chevron actions in Safari (#11547) (9b8c02e)
  • list, block-group: Drag menu 'Move to' actions broken when list elements have explicit ids (#11515) (e0daf83)
Changelog

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

3.0.2 (2025-02-14)

Bug Fixes

  • dialog, modal, popover, sheet: Fixes an issue that caused extra containers to be lost after internal trap updates (#11556) (083e8dc)

3.0.1 (2025-02-14)

Bug Fixes

  • dialog, modal, sheet: Preserve focus-trap extra containers across internal trap updates (#11548) (4e421b7)
  • input-date-picker: Allow navigating between months using chevron actions in Safari (#11547) (9b8c02e)
  • list, block-group: Drag menu 'Move to' actions broken when list elements have explicit ids (#11515) (e0daf83)
Commits
  • 78f3543 chore: release main (#11561)
  • 083e8dc fix(dialog, modal, popover, sheet): fixes an issue that caused extra containe...
  • ea4d6a6 revert: build(deps): update arcgis to ^4.33.0-next.13 (#11539) (#11559)
  • 1258e22 chore: release main (#11551)
  • 67977e2 build(deps): update arcgis to ^4.33.0-next.13 (#11539)
  • 9b8c02e fix(input-date-picker): allow navigating between months using chevron actions...
  • 4e421b7 fix(dialog, modal, sheet): preserve focus-trap extra containers across intern...
  • e0daf83 fix(list, block-group): drag menu 'Move to' actions broken when list elements...
  • 6c1bdc7 docs(loader): update references to reflect component use (#11535)
  • See full diff in compare view

Updates @types/node from 22.13.1 to 22.13.4

Commits

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 2 updates: [@esri/calcite-components](https://github.com/Esri/calcite-design-system/tree/HEAD/packages/calcite-components) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


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

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

---
updated-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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@JeffJacobson JeffJacobson merged commit eb03ee2 into master Feb 18, 2025
3 checks passed
@JeffJacobson JeffJacobson deleted the dependabot/npm_and_yarn/npm-dependencies-0c3195cb32 branch February 18, 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