Skip to content

Bump the patch-minor group with 6 updates#593

Merged
thomasKn merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-minor-6331a915d0
Feb 9, 2026
Merged

Bump the patch-minor group with 6 updates#593
thomasKn merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-minor-6331a915d0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the patch-minor group with 6 updates:

Package From To
@sanity/visual-editing 5.1.2 5.2.1
@shopify/hydrogen 2025.10.0 2025.10.1
@tanem/react-nprogress 5.0.59 5.0.60
styled-components 6.3.8 6.3.9
eslint-plugin-jest 29.12.2 29.13.0
type-fest 5.4.3 5.4.4

Updates @sanity/visual-editing from 5.1.2 to 5.2.1

Release notes

Sourced from @​sanity/visual-editing's releases.

visual-editing: v5.2.1

5.2.1 (2026-02-06)

Bug Fixes

  • always unset env on unmount (c482b4b)

visual-editing: v5.2.0

5.2.0 (2026-02-06)

Features

  • react: port experimental hooks from next-sanity (#3368) (efc897a)
Changelog

Sourced from @​sanity/visual-editing's changelog.

5.2.1 (2026-02-06)

Bug Fixes

  • always unset env on unmount (c482b4b)

5.2.0 (2026-02-06)

Features

  • react: port experimental hooks from next-sanity (#3368) (efc897a)
Commits

Updates @shopify/hydrogen from 2025.10.0 to 2025.10.1

Release notes

Sourced from @​shopify/hydrogen's releases.

@​shopify/hydrogen@​2025.10.1

Patch Changes

  • Fixed bug where file paths containing spaces were causing errors with virtual routes by decoding URL-encoded paths (#3436) by @​itsjustriley
Changelog

Sourced from @​shopify/hydrogen's changelog.

2025.10.1

Patch Changes

  • Fixed bug where file paths containing spaces were causing errors with virtual routes by decoding URL-encoded paths (#3436) by @​itsjustriley
Commits

Updates @tanem/react-nprogress from 5.0.59 to 5.0.60

Changelog

Sourced from @​tanem/react-nprogress's changelog.

v5.0.60 (2026-02-09)

Full Changelog

🏠 Internal

Commits

Updates styled-components from 6.3.8 to 6.3.9

Release notes

Sourced from styled-components's releases.

styled-components@6.3.9

Patch Changes

  • ca61aca: Fix CSS block comments containing // (e.g. URLs) causing subsequent styles to not be applied.
  • a2cd792: Fix createGlobalStyle styles not being removed when unmounted in RSC environments. React 19's precedence attribute on style tags makes them persist as permanent resources; global styles now render without precedence so they follow normal component lifecycle.
  • dbe0aae: In RSC environments, theme is now undefined instead of {} for styled components, matching the existing behavior of withTheme and createGlobalStyle. This ensures accessing theme properties without a ThemeProvider correctly throws rather than silently returning undefined.
  • 1888c73: Fix withTheme HOC types: ref now correctly resolves to the component instance type instead of the constructor, and theme is properly optional in the wrapped component's props.
  • f84f3fa: Fix SSR styles hydration and global style cleanup in Shadow DOM
  • 43a5b4b: Optimize internal style processing hot paths: cached GroupedTag index lookups, string fast path in flatten, direct string concatenation in dynamic style generation, pre-built stylis middleware chain with lazy RegExp creation, single-lookup Map operations, VirtualTag append fast-path, and manual string concat in SSR output.
  • 788e8c0: Revert exports field and restore browser/server build split with browser field in package.json. Fixes require('stream') resolution errors in browser bundlers like webpack 5.
Commits
  • b5bb591 Version Packages (#5647)
  • f84f3fa fix: Shadow DOM SSR Hydration Support (#5656)
  • 43a5b4b perf: optimize internal style processing hot paths
  • 788e8c0 fix: revert exports field and restore browser/server build split
  • a2cd792 fix: remove precedence from createGlobalStyle RSC output for proper unmount
  • 1888c73 fix: improve withTheme HOC type safety and eliminate double type cast
  • dbe0aae fix: make OverrideStyle compatible with React 19 and return undefined theme i...
  • ca61aca fix: handle // inside CSS block comments and strip orphaned */
  • 5d25740 chore: update gitignore, agent instructions, and benchmark deps
  • 5448bad chore: alias agent instructions for claude
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 29.12.2 to 29.13.0

Release notes

Sourced from eslint-plugin-jest's releases.

v29.13.0

29.13.0 (2026-02-08)

Features

Changelog

Sourced from eslint-plugin-jest's changelog.

29.13.0 (2026-02-08)

Features

Commits

Updates type-fest from 5.4.3 to 5.4.4

Release notes

Sourced from type-fest's releases.

v5.4.4

  • PackageJson: Use LiteralUnion for engines field (#1354) fc9e2bb
  • IsUnion: Fix behavior when the entire union extends all individual members (#1353) b0321a5
  • Paths: Fix leavesOnly behavior with never leaves (#1350) 2c34128
  • Paths: Fix behavior with WeakMaps / WeakSets (#1348) ac3b50e
  • Paths: Fix behavior with tuples containing optional elements with a rest element (#1346) 7c82a21

sindresorhus/type-fest@v5.4.3...v5.4.4

Commits
  • 8e9af4c 5.4.4
  • fc9e2bb PackageJson: Use LiteralUnion for engines field (#1354)
  • 6e08190 Make twoslash (\\=>) type validation agnostic of union order (#1347)
  • b0321a5 IsUnion: Fix behavior when the entire union extends all individual members ...
  • 2c34128 Paths: Fix leavesOnly behavior with never leaves (#1350)
  • ac3b50e Paths: Fix behavior with WeakMaps / WeakSets (#1348)
  • 7c82a21 Paths: Fix behavior with tuples containing optional elements with a rest el...
  • f6cf954 fix: remove duplicate test case
  • 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 patch-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@sanity/visual-editing](https://github.com/sanity-io/visual-editing/tree/HEAD/packages/visual-editing) | `5.1.2` | `5.2.1` |
| [@shopify/hydrogen](https://github.com/Shopify/hydrogen/tree/HEAD/packages/hydrogen) | `2025.10.0` | `2025.10.1` |
| [@tanem/react-nprogress](https://github.com/tanem/react-nprogress) | `5.0.59` | `5.0.60` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.3.8` | `6.3.9` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.12.2` | `29.13.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `5.4.3` | `5.4.4` |


Updates `@sanity/visual-editing` from 5.1.2 to 5.2.1
- [Release notes](https://github.com/sanity-io/visual-editing/releases)
- [Changelog](https://github.com/sanity-io/visual-editing/blob/main/packages/visual-editing/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/visual-editing/commits/visual-editing-v5.2.1/packages/visual-editing)

Updates `@shopify/hydrogen` from 2025.10.0 to 2025.10.1
- [Release notes](https://github.com/Shopify/hydrogen/releases)
- [Changelog](https://github.com/Shopify/hydrogen/blob/main/packages/hydrogen/CHANGELOG.md)
- [Commits](https://github.com/Shopify/hydrogen/commits/@shopify/hydrogen@2025.10.1/packages/hydrogen)

Updates `@tanem/react-nprogress` from 5.0.59 to 5.0.60
- [Changelog](https://github.com/tanem/react-nprogress/blob/master/CHANGELOG.md)
- [Commits](tanem/react-nprogress@v5.0.59...v5.0.60)

Updates `styled-components` from 6.3.8 to 6.3.9
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.3.8...styled-components@6.3.9)

Updates `eslint-plugin-jest` from 29.12.2 to 29.13.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.12.2...v29.13.0)

Updates `type-fest` from 5.4.3 to 5.4.4
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: "@sanity/visual-editing"
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@shopify/hydrogen"
  dependency-version: 2025.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@tanem/react-nprogress"
  dependency-version: 5.0.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: styled-components
  dependency-version: 6.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: eslint-plugin-jest
  dependency-version: 29.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: type-fest
  dependency-version: 5.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

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 9, 2026
@shopify
Copy link
Contributor

shopify bot commented Feb 9, 2026

Oxygen deployed a preview of your dependabot/npm_and_yarn/patch-minor-6331a915d0 branch. Details:

Storefront Status Preview link Deployment details Last update (UTC)
Fluid demo ✅ Successful (Logs) Preview deployment Inspect deployment February 9, 202611:49 AM

Learn more about Hydrogen's GitHub integration.

@thomasKn thomasKn merged commit 7169cc1 into main Feb 9, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-minor-6331a915d0 branch February 9, 2026 14:43
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.

1 participant