Skip to content

chore(deps): bump the production-dependencies group with 8 updates#324

Merged
gadomski merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-2daa0490dd
Feb 17, 2026
Merged

chore(deps): bump the production-dependencies group with 8 updates#324
gadomski merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-2daa0490dd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the production-dependencies group with 8 updates:

Package From To
@chakra-ui/react 3.32.0 3.33.0
@deck.gl/core 9.2.6 9.2.7
@deck.gl/layers 9.2.6 9.2.7
@deck.gl/mapbox 9.2.6 9.2.7
@tanstack/react-query 5.90.20 5.90.21
deck.gl 9.2.6 9.2.7
maplibre-gl 5.17.0 5.18.0
react-error-boundary 6.1.0 6.1.1

Updates @chakra-ui/react from 3.32.0 to 3.33.0

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.33.0

Minor Changes

  • 60a0a8b Thanks @​segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup when rendering
    • Color Picker: Fixed color not updating when selecting black shades in controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
    • Number Input: Fixed cursor positioning issues after clicking label or scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable, and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled textarea
    • Tooltip: Added data-instant attribute for instant animations when switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b Thanks @​segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.
Changelog

Sourced from @​chakra-ui/react's changelog.

3.33.0

Minor Changes

  • 60a0a8b Thanks @​segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden by CheckboxGroup when rendering
    • Color Picker: Fixed color not updating when selecting black shades in controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
    • Number Input: Fixed cursor positioning issues after clicking label or scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable, and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled textarea
    • Tooltip: Added data-instant attribute for instant animations when switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b Thanks @​segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.
Commits

Updates @deck.gl/core from 9.2.6 to 9.2.7

Release notes

Sourced from @​deck.gl/core's releases.

v9.2.7

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Changelog

Sourced from @​deck.gl/core's changelog.

deck.gl [v9.2.7] - Feb 17 2026

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Commits
  • 71d3cfb v9.2.7
  • f8001c1 fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • 229db11 fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9...
  • e45f810 fix(test): channels should be {} not [] (#9990)
  • c3b5125 fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • 5792ef2 Fix StatsWidget (#9984)
  • e62f6f1 feat(core): Add Deck#getView() method (#9948)
  • fefc305 feat(basemap-browser): add batched rendering toggle and multi-view examples (...
  • 5c7cf13 feat(core): Add pickable: '3d' option to all Layers (#9937)
  • e4468d3 Remove Volta from deck.gl (#9970)
  • Additional commits viewable in compare view

Updates @deck.gl/layers from 9.2.6 to 9.2.7

Release notes

Sourced from @​deck.gl/layers's releases.

v9.2.7

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Changelog

Sourced from @​deck.gl/layers's changelog.

deck.gl [v9.2.7] - Feb 17 2026

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Commits
  • 71d3cfb v9.2.7
  • f8001c1 fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • 229db11 fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9...
  • e45f810 fix(test): channels should be {} not [] (#9990)
  • c3b5125 fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • 5792ef2 Fix StatsWidget (#9984)
  • e62f6f1 feat(core): Add Deck#getView() method (#9948)
  • fefc305 feat(basemap-browser): add batched rendering toggle and multi-view examples (...
  • 5c7cf13 feat(core): Add pickable: '3d' option to all Layers (#9937)
  • e4468d3 Remove Volta from deck.gl (#9970)
  • Additional commits viewable in compare view

Updates @deck.gl/mapbox from 9.2.6 to 9.2.7

Release notes

Sourced from @​deck.gl/mapbox's releases.

v9.2.7

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Changelog

Sourced from @​deck.gl/mapbox's changelog.

deck.gl [v9.2.7] - Feb 17 2026

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Commits
  • 71d3cfb v9.2.7
  • f8001c1 fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • 229db11 fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9...
  • e45f810 fix(test): channels should be {} not [] (#9990)
  • c3b5125 fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • 5792ef2 Fix StatsWidget (#9984)
  • e62f6f1 feat(core): Add Deck#getView() method (#9948)
  • fefc305 feat(basemap-browser): add batched rendering toggle and multi-view examples (...
  • 5c7cf13 feat(core): Add pickable: '3d' option to all Layers (#9937)
  • e4468d3 Remove Volta from deck.gl (#9970)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.90.20 to 5.90.21

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-persist-client@​5.90.21

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.18
    • @​tanstack/react-query@​5.90.19

@​tanstack/react-query@​5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)
Changelog

Sourced from @​tanstack/react-query's changelog.

5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)
Commits
  • 08050cb ci: Version Packages (#10115)
  • c5def66 refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...
  • da2ff5a chore(vite.config): exclude 'tests' directory from coverage reports (#10084)
  • 2a592d2 test(react-query/suspense): add test cases for 'static' staleTime with number...
  • 7e3ea62 test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...
  • dee5d3e test(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...
  • See full diff in compare view

Updates deck.gl from 9.2.6 to 9.2.7

Release notes

Sourced from deck.gl's releases.

v9.2.7

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Changelog

Sourced from deck.gl's changelog.

deck.gl [v9.2.7] - Feb 17 2026

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to loaders.gl@4.3 (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)
Commits
  • 71d3cfb v9.2.7
  • f8001c1 fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • 229db11 fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9...
  • e45f810 fix(test): channels should be {} not [] (#9990)
  • c3b5125 fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • 5792ef2 Fix StatsWidget (#9984)
  • e62f6f1 feat(core): Add Deck#getView() method (#9948)
  • fefc305 feat(basemap-browser): add batched rendering toggle and multi-view examples (...
  • 5c7cf13 feat(core): Add pickable: '3d' option to all Layers (#9937)
  • e4468d3 Remove Volta from deck.gl (#9970)
  • Additional commits viewable in compare view

Updates maplibre-gl from 5.17.0 to 5.18.0

Release notes

Sourced from maplibre-gl's releases.

v5.18.0

✨ Features and improvements

🐞 Bug fixes

  • Fix WebGL context loss error when style is not yet loaded (#7094) (by @​kaigritun)
  • Fix updating terrain tiles on feature state changes (#6231) (by @​pstaszek)
  • Fix LngLatBounds.intersects for zero-width bounds (#7055) (by @​lucaswoj)
  • Fix GlobeControl not updating when Map.setProjection() is called programmatically (#7005, #7075) (by @​CommanderStorm)
  • Fix map.getProjection() returning undefined after calling map.setProjection() with the default "mercator" projection (#7072)
  • Fix incorrect text placement along line in 3D mode (#7039) (by @​russellporter)
  • When the prefers-reduced-motion media query is active, we now no longer display the pulsing GeoLocation animation (#7066) (by @​CommanderStorm)
Changelog

Sourced from maplibre-gl's changelog.

5.18.0

✨ Features and improvements

🐞 Bug fixes

  • Fix WebGL context loss error when style is not yet loaded (#7094) (by @​kaigritun)
  • Fix updating terrain tiles on feature state changes (#6231) (by @​pstaszek)
  • Fix LngLatBounds.intersects for zero-width bounds (#7055) (by @​lucaswoj)
  • Fix GlobeControl not updating when Map.setProjection() is called programmatically (#7005, #7075) (by @​CommanderStorm)
  • Fix map.getProjection() returning undefined after calling map.setProjection() with the default "mercator" projection (#7072)
  • Fix incorrect text placement along line in 3D mode (#7039) (by @​russellporter)
  • When the prefers-reduced-motion media query is active, we now no longer display the pulsing GeoLocation animation (#7066) (by @​CommanderStorm)
Commits
  • a54d3d6 Bump js version to 5.18.0 (#7104)
  • b15e991 chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (#7101)
  • 369391d chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (#7100)
  • edab27c chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282 (#7102)
  • 67c6b33 fix: handle WebGL context loss when style is not loaded (#7094)
  • b814996 make the hash tests even more strict where the line between valid and invalid...
  • 11ab025 refactor: make function and variable naming in PerformanceUtils more sensib...
  • cba4fb3 refactor: Make RequestPerformance and related subsystems less weird (#7095)
  • 0e7fd47 test: More thoroughly test Hash (#7078)
  • aab5f3e chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (#7087)
  • Additional commits viewable in compare view

Updates react-error-boundary from 6.1.0 to 6.1.1

Release notes

Sourced from react-error-boundary's releases.

6.1.1

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.
Commits
  • 2356daa 6.1.0 -> 6.1.1
  • 127a749 Fixed a problem with project logo not displaying correctly in the README for ...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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 production-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `3.32.0` | `3.33.0` |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.2.6` | `9.2.7` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.2.6` | `9.2.7` |
| [@deck.gl/mapbox](https://github.com/visgl/deck.gl) | `9.2.6` | `9.2.7` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.20` | `5.90.21` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.2.6` | `9.2.7` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.17.0` | `5.18.0` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.1.0` | `6.1.1` |


Updates `@chakra-ui/react` from 3.32.0 to 3.33.0
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.33.0/packages/react)

Updates `@deck.gl/core` from 9.2.6 to 9.2.7
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.7/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.6...v9.2.7)

Updates `@deck.gl/layers` from 9.2.6 to 9.2.7
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.7/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.6...v9.2.7)

Updates `@deck.gl/mapbox` from 9.2.6 to 9.2.7
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.7/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.6...v9.2.7)

Updates `@tanstack/react-query` from 5.90.20 to 5.90.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.21/packages/react-query)

Updates `deck.gl` from 9.2.6 to 9.2.7
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.2.7/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.2.6...v9.2.7)

Updates `maplibre-gl` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v5.17.0...v5.18.0)

Updates `react-error-boundary` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@6.1.0...6.1.1)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@deck.gl/core"
  dependency-version: 9.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@deck.gl/layers"
  dependency-version: 9.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@deck.gl/mapbox"
  dependency-version: 9.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: deck.gl
  dependency-version: 9.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: maplibre-gl
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-error-boundary
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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 16, 2026
@dependabot dependabot Bot requested a review from gadomski as a code owner February 16, 2026 21:21
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 16, 2026
@github-actions github-actions Bot added the chore label Feb 16, 2026
@gadomski gadomski merged commit d511f98 into main Feb 17, 2026
4 checks passed
@gadomski gadomski deleted the dependabot/npm_and_yarn/production-dependencies-2daa0490dd branch February 17, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

1 participant