deps: bump the npm-minor-patch group across 1 directory with 20 updates - #114
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm-minor-patch group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@blocknote/core](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/core) | `0.44.2` | `0.48.1` | | [@blocknote/mantine](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/mantine) | `0.44.2` | `0.48.1` | | [@blocknote/react](https://github.com/TypeCellOS/BlockNote/tree/HEAD/packages/react) | `0.44.2` | `0.48.1` | | [@primer/octicons-react](https://github.com/primer/octicons) | `19.20.0` | `19.24.1` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.19` | `6.4.0` | | [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) | `5.1.35` | `5.1.36` | | [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.0.18` | `4.1.4` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.1` | `7.1.1` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.24` | `0.5.2` | | [msw](https://github.com/mswjs/msw) | `2.12.10` | `2.13.4` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.5` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.14` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.5` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.2` | `19.2.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.58.2` | | [vitest-browser-react](https://github.com/vitest-community/vitest-browser-react) | `2.0.5` | `2.2.0` | Updates `@blocknote/core` from 0.44.2 to 0.48.1 - [Release notes](https://github.com/TypeCellOS/BlockNote/releases) - [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.48.1/packages/core) Updates `@blocknote/mantine` from 0.44.2 to 0.48.1 - [Release notes](https://github.com/TypeCellOS/BlockNote/releases) - [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.48.1/packages/mantine) Updates `@blocknote/react` from 0.44.2 to 0.48.1 - [Release notes](https://github.com/TypeCellOS/BlockNote/releases) - [Changelog](https://github.com/TypeCellOS/BlockNote/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeCellOS/BlockNote/commits/v0.48.1/packages/react) Updates `@primer/octicons-react` from 19.20.0 to 19.24.1 - [Release notes](https://github.com/primer/octicons/releases) - [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md) - [Commits](primer/octicons@v19.20.0...v19.24.1) Updates `styled-components` from 6.1.19 to 6.4.0 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.19...styled-components@6.4.0) Updates `@mantine/core` from 8.3.6 to 8.3.18 - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/8.3.18/packages/@mantine/core) Updates `@mantine/hooks` from 8.3.6 to 8.3.18 - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/8.3.18/packages/@mantine/hooks) Updates `@types/styled-components` from 5.1.35 to 5.1.36 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components) Updates `@vitest/browser-playwright` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/browser-playwright) Updates `@vitest/coverage-v8` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8) Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.5.2 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.24...v0.5.2) Updates `msw` from 2.12.10 to 2.13.4 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.12.10...v2.13.4) Updates `react` from 19.2.0 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `@types/react` from 19.2.2 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.2.0 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom) Updates `@types/react-dom` from 19.2.2 to 19.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `typescript-eslint` from 8.46.2 to 8.58.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/typescript-eslint) Updates `vitest` from 4.0.18 to 4.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) Updates `vitest-browser-react` from 2.0.5 to 2.2.0 - [Release notes](https://github.com/vitest-community/vitest-browser-react/releases) - [Commits](vitest-community/vitest-browser-react@v2.0.5...v2.2.0) --- updated-dependencies: - dependency-name: "@blocknote/core" dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@blocknote/mantine" dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@blocknote/react" dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@primer/octicons-react" dependency-version: 19.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: styled-components dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@mantine/core" dependency-version: 8.3.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@mantine/hooks" dependency-version: 8.3.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@types/styled-components" dependency-version: 5.1.36 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@vitest/browser-playwright" dependency-version: 4.1.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: msw dependency-version: 2.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@types/react-dom" dependency-version: 19.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: typescript-eslint dependency-version: 8.58.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: vitest dependency-version: 4.1.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: vitest-browser-react dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/npm-minor-patch-dcc52dd8af
branch
April 21, 2026 14:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-minor-patch group with 16 updates in the / directory:
0.44.20.48.10.44.20.48.10.44.20.48.119.20.019.24.16.1.196.4.05.1.355.1.364.0.184.1.47.0.17.1.10.4.240.5.22.12.102.13.419.2.019.2.519.2.219.2.1419.2.019.2.519.2.219.2.38.46.28.58.22.0.52.2.0Updates
@blocknote/corefrom 0.44.2 to 0.48.1Release notes
Sourced from
@blocknote/core's releases.... (truncated)
Changelog
Sourced from
@blocknote/core's changelog.... (truncated)
Commits
cb51b28chore(release): publish 0.48.1d1180dbchore(release): publish 0.48.0052498cfix: placeholder when overflowing now wraps (#2291)c921a7brefactor: replace@ts-ignorewith@ts-expect-errorfor stricter type suppress...e627112refactor: portal floating UI elements to document.body to prevent overflow cl...6814026feat: upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)fa8d41cfix(core): backspace mid-text next to columnList moves block BLO-1126 (#2629)5d980c4fix(core): fix unnesting blocks with siblings (BLO-1017) (#2601)c651dc6fix: hide side menu on scroll instead of overflow hacks (#2630)38be5fdfeat: upgrade shiki to v4 and prosemirror-highlight to v0.15.1 (#2625)Updates
@blocknote/mantinefrom 0.44.2 to 0.48.1Release notes
Sourced from
@blocknote/mantine's releases.... (truncated)
Changelog
Sourced from
@blocknote/mantine's changelog.... (truncated)
Commits
cb51b28chore(release): publish 0.48.166dfb4achore: bump the editor-dependencies group across 1 directory with 2 updates (...d1180dbchore(release): publish 0.48.0e627112refactor: portal floating UI elements to document.body to prevent overflow cl...6814026feat: upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)cd92dc2chore(release): publish 0.47.3b63b409chore(release): publish 0.47.2d76fd68test: get snapshots working again (#2554)d5d056fchore(release): publish 0.47.18328703chore(release): publish 0.47.0Updates
@blocknote/reactfrom 0.44.2 to 0.48.1Release notes
Sourced from
@blocknote/react's releases.... (truncated)
Changelog
Sourced from
@blocknote/react's changelog.... (truncated)
Commits
cb51b28chore(release): publish 0.48.166dfb4achore: bump the editor-dependencies group across 1 directory with 2 updates (...d1180dbchore(release): publish 0.48.0052498cfix: placeholder when overflowing now wraps (#2291)5927ea9fix: add .js extension to fast-deep-equal ESM import (#2641)de956e8fix: disable default UI when no components context is found (#2611)e627112refactor: portal floating UI elements to document.body to prevent overflow cl...6814026feat: upgrade nx to 22.6.4 and liveblocks to 3.17.0 (#2627)c651dc6fix: hide side menu on scroll instead of overflow hacks (#2630)dd4b9a3fix: Image block selection clears on mouse leave in Safari (#2613)Updates
@primer/octicons-reactfrom 19.20.0 to 19.24.1Release notes
Sourced from
@primer/octicons-react's releases.... (truncated)
Changelog
Sourced from
@primer/octicons-react's changelog.... (truncated)
Commits
8608de5Version Packages (#1191)38dfb0dChore: make data-component attribute overridable (#1190)31c133cBump picomatch from 2.2.3 to 2.3.2 in /lib/octicons_node (#1189)562c37aVersion Packages (#1187)aa9a413fix changeset (#1186)25e257fAdd data-component attribute to Octicon SVGs (#1185)9bc137cBump lodash from 4.17.23 to 4.18.1 in /lib/octicons_styled (#1184)1ed5ee6Bump handlebars from 4.7.7 to 4.7.9 in /lib/octicons_styled (#1180)1491b4dBump picomatch from 2.2.3 to 2.3.2 (#1179)b02e013Bump flatted from 3.2.2 to 3.4.2 (#1177)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@primer/octicons-reactsince your current version.Updates
styled-componentsfrom 6.1.19 to 6.4.0Release notes
Sourced from styled-components's releases.
... (truncated)
Commits
bf65d5dVersion Packages9c871ddrefactor: optimize client reference detection placement in flatten()36fd9bcfix: prevent crash when interpolating client components in RSC styled templatesb67d5cftest: reference shared LIMIT constant for dynamicNameCache bound assertion4eb32aftest: assert warnTooManyClasses fires before dynamicNameCache eviction74e8b76chore: remove unused runtime dependencies553cbb4fix: bound dynamicNameCache to prevent memory leak248edc3perf: unified CSS preprocessor, snapshot audit fixes (#5721)67c528ffeat(sandbox): perf stress tests, shared sidebar, tailwind benchmark (#5719)4c0b72afix(types): ref callback inference with spread props, type perf, TS 6.0 compatMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for styled-components since your current version.
Updates
@mantine/corefrom 8.3.6 to 8.3.18Release notes
Sourced from
@mantine/core's releases.... (truncated)
Commits
530249f[release] Version: 8.3.18ef43988[@mantine/core] PasswordInput: Fix styles api props not resolving correctly i...bac61d6[release] Version: 8.3.17b22ae10[@mantine/core] Stepper: Fix Google Translate compatibility issues (#8744)dbb8732[release] Version: 8.3.166e0c99fMerge branch 'master' of github.com:mantinedev/mantine22197c0[refactor] Fix tests0f72fadMerge branch 'master' of github.com:mantinedev/mantine3664ede[@mantine/core] Tooltip: Fix component not throwing erro when used with strin...117b3d6[@mantine/core] NumberInput: Fix incorrect decimal separator parsing in `onPa...Updates
@mantine/hooksfrom 8.3.6 to 8.3.18Release notes
Sourced from
@mantine/hooks's releases.... (truncated)
Commits
530249f[release] Version: 8.3.18bac61d6[release] Version: 8.3.17