Skip to content
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

Bump the production-dependencies group with 22 updates #16

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 22 updates:

Package From To
@hocuspocus/provider 2.15.0 2.15.2
@tailwindcss/postcss 4.0.0 4.0.3
@tailwindcss/vite 4.0.0 4.0.3
@tiptap/core 2.11.3 2.11.5
@tiptap/extension-collaboration 2.11.3 2.11.5
@tiptap/extension-collaboration-cursor 2.11.3 2.11.5
@tiptap/extension-color 2.11.3 2.11.5
@tiptap/extension-image 2.11.3 2.11.5
@tiptap/extension-link 2.11.3 2.11.5
@tiptap/extension-placeholder 2.11.3 2.11.5
@tiptap/extension-table 2.11.3 2.11.5
@tiptap/extension-table-cell 2.11.3 2.11.5
@tiptap/extension-table-header 2.11.3 2.11.5
@tiptap/extension-table-row 2.11.3 2.11.5
@tiptap/extension-text-style 2.11.3 2.11.5
@tiptap/extension-underline 2.11.3 2.11.5
@tiptap/pm 2.11.3 2.11.5
@tiptap/react 2.11.3 2.11.5
@tiptap/starter-kit 2.11.3 2.11.5
react-router 7.1.3 7.1.5
tailwindcss 4.0.0 4.0.3
@rollup/rollup-linux-x64-musl 4.32.0 4.34.1

Updates @hocuspocus/provider from 2.15.0 to 2.15.2

Maintainer changes

This version was pushed to npm by tiptap-bot, a new releaser for @​hocuspocus/provider since your current version.


Updates @tailwindcss/postcss from 4.0.0 to 4.0.3

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.0.3

Fixed

  • Fix incorrect removal of @import url(); (#16144)

v4.0.2

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

v4.0.1

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)
  • Ensure suggested classes are properly sorted (#15857)
  • Don’t look at .gitignore files outside initialized repos (#15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#15974)
  • Find utilities when using the Angular class shorthand syntax (#15974)
  • Find utilities when using functions inside arrays (#15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#16005)
  • Ensure CSS theme variables are available within shadow roots (#15975)
  • Fix crash when project lives in the / directory (#15988)
  • Ensure custom variants have a non-empty selector list (#16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#15927)
  • Upgrade: Migrate leading-[1] to leading-none (#16004)
  • Upgrade: Do not migrate arbitrary leading utilities to bare values (#16004)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.0.3] - 2025-02-01

Fixed

  • Fix incorrect removal of @import url(); (#16144)

[4.0.2] - 2025-01-31

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

[4.0.1] - 2025-01-29

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)
  • Ensure suggested classes are properly sorted (#15857)
  • Don’t look at .gitignore files outside initialized repos (#15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#15974)
  • Find utilities when using the Angular class shorthand syntax (#15974)
  • Find utilities when using functions inside arrays (#15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#16005)
  • Ensure CSS theme variables are available within shadow roots (#15975)
  • Fix crash when project lives in the / directory (#15988)
  • Ensure custom variants have a non-empty selector list (#16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#15927)

... (truncated)

Commits

Updates @tailwindcss/vite from 4.0.0 to 4.0.3

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.0.3

Fixed

  • Fix incorrect removal of @import url(); (#16144)

v4.0.2

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

v4.0.1

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)
  • Ensure suggested classes are properly sorted (#15857)
  • Don’t look at .gitignore files outside initialized repos (#15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#15974)
  • Find utilities when using the Angular class shorthand syntax (#15974)
  • Find utilities when using functions inside arrays (#15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#16005)
  • Ensure CSS theme variables are available within shadow roots (#15975)
  • Fix crash when project lives in the / directory (#15988)
  • Ensure custom variants have a non-empty selector list (#16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#15927)
  • Upgrade: Migrate leading-[1] to leading-none (#16004)
  • Upgrade: Do not migrate arbitrary leading utilities to bare values (#16004)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.0.3] - 2025-02-01

Fixed

  • Fix incorrect removal of @import url(); (#16144)

[4.0.2] - 2025-01-31

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

[4.0.1] - 2025-01-29

Added

  • Include :open pseudo-class in existing open variant (#15349)

Fixed

  • Remove invalid min-w/h-none utilities (#15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#15921)
  • Don’t suggest font weight utilities more than once (#15857)
  • Suggest container query variants (#15857)
  • Disable bare value suggestions when not using the --spacing variable (#15857)
  • Ensure suggested classes are properly sorted (#15857)
  • Don’t look at .gitignore files outside initialized repos (#15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#15974)
  • Find utilities when using the Angular class shorthand syntax (#15974)
  • Find utilities when using functions inside arrays (#15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#16005)
  • Ensure CSS theme variables are available within shadow roots (#15975)
  • Fix crash when project lives in the / directory (#15988)
  • Ensure custom variants have a non-empty selector list (#16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#15927)

... (truncated)

Commits

Updates @tiptap/core from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/core's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/core's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-collaboration from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/extension-collaboration's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/extension-collaboration's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-collaboration-cursor from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/extension-collaboration-cursor's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/extension-collaboration-cursor's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-color from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/extension-color's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/extension-color's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-image from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/extension-image's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/extension-image's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-link from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/extension-link's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/extension-link's changelog.

2.11.5

2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.
Commits
  • 3e59097 chore(release): publish a new release version (#6075)
  • 4ec400c chore(release): publish a new release version (#6070)
  • 5836f76 Merge pull request #6068 from ueberdosis/fix/link-regex
  • 0b927e0 fix(extension-link): update regex to allow numbers in URI
  • See full diff in compare view

Updates @tiptap/extension-placeholder from 2.11.3 to 2.11.5

Release notes

Sourced from @​tiptap/extension-placeholder's releases.

v2.11.5

Releases

@​tiptap/pm@​2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

Full Changelog: ueberdosis/tiptap@v2.11.4...v2.11.5

v2.11.4

@​tiptap/extension-link@​2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@​tiptap/extension-text-align@​2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: ueberdosis/tiptap@v2.11.3...v2.11.4

Changelog

Sourced from @​tiptap/extension-placeholder's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-table from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/extension-table's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-table-cell from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/extension-table-cell's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-table-header from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/extension-table-header's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-table-row from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/extension-table-row's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-text-style from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/extension-text-style's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/extension-underline from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/extension-underline's changelog.

2.11.5

2.11.4

Commits

Updates @tiptap/pm from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/pm's changelog.

2.11.5

Patch Changes

  • 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable

2.11.4

Commits

Updates @tiptap/react from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/react's changelog.

2.11.5

Patch Changes

  • @​tiptap/extension-bubble-menu@​2.11.5
  • @​tiptap/extension-floating-menu@​2.11.5

2.11.4

Patch Changes

  • @​tiptap/extension-bubble-menu@​2.11.4
  • @​tiptap/extension-floating-menu@​2.11.4
Commits

Updates @tiptap/starter-kit from 2.11.3 to 2.11.5

Changelog

Sourced from @​tiptap/starter-kit's changelog.

2.11.5

Patch Changes

  • Updated dependencies [98fffbb]
    • @​tiptap/pm@​2.11.5
    • @​tiptap/core@​2.11.5
    • @​tiptap/extension-blockquote@​2.11.5
    • @​tiptap/extension-bold@​2.11.5
    • @​tiptap/extension-bullet-list@​2.11.5
    • @​tiptap/extension-code@​2.11.5
    • @​tiptap/extension-code-block@​2.11.5
    • @​tiptap/extension-document@​2.11.5
    • @​tiptap/extension-dropcursor@​2.11.5
    • @​tiptap/extension-gapcursor@​2.11.5
    • @​tiptap/extension-hard-break@​2.11.5
    • @​tiptap/extension-heading@​2.11.5
    • @​tiptap/extension-history@​2.11.5
    • @​tiptap/extension-horizontal-rule@​2.11.5
    • @​tiptap/extension-italic@​2.11.5
    • @​tiptap/extension-list-item@​2.11.5
    • @​tiptap/extension-ordered-list@​2.11.5
    • @​tiptap/extension-paragraph@​2.11.5
    • @​tiptap/extension-strike@​2.11.5
    • @​tiptap/extension-text@​2.11.5
    • @​tiptap/extension-text-style@​2.11.5

2.11.4

Patch Changes

  • @​tiptap/core@​2.11.4
  • @​tiptap/extension-blockquote@​2.11.4
  • @​tiptap/extension-bold@​2.11.4
  • @​tiptap/extension-bullet-list@​2.11.4
  • @​tiptap/extension-code@​2.11.4
  • @​tiptap/extension-code-block@​2.11.4
  • @​tiptap/extension-document@​2.11.4
  • @​tiptap/extension-dropcursor@​2.11.4
  • @​tiptap/extension-gapcursor@​2.11.4
  • @​tiptap/ext...

    Description has been truncated

Bumps the production-dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@hocuspocus/provider](https://hocuspocus.dev) | `2.15.0` | `2.15.2` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.0` | `4.0.3` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.0` | `4.0.3` |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-collaboration](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-collaboration) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-collaboration-cursor](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-collaboration-cursor) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-placeholder) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-table-header](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-header) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.11.3` | `2.11.5` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.11.3` | `2.11.5` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `2.11.3` | `2.11.5` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `2.11.3` | `2.11.5` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.11.3` | `2.11.5` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.3` | `7.1.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.0` | `4.0.3` |
| [@rollup/rollup-linux-x64-musl](https://github.com/rollup/rollup) | `4.32.0` | `4.34.1` |


Updates `@hocuspocus/provider` from 2.15.0 to 2.15.2

Updates `@tailwindcss/postcss` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/@tailwindcss-postcss)

Updates `@tailwindcss/vite` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/@tailwindcss-vite)

Updates `@tiptap/core` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/core)

Updates `@tiptap/extension-collaboration` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-collaboration/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-collaboration)

Updates `@tiptap/extension-collaboration-cursor` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-collaboration-cursor/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-collaboration-cursor)

Updates `@tiptap/extension-color` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-color)

Updates `@tiptap/extension-image` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-image)

Updates `@tiptap/extension-link` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-link)

Updates `@tiptap/extension-placeholder` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-placeholder)

Updates `@tiptap/extension-table` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-table)

Updates `@tiptap/extension-table-cell` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table-cell/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-table-cell)

Updates `@tiptap/extension-table-header` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table-header/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-table-header)

Updates `@tiptap/extension-table-row` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-table-row/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-table-row)

Updates `@tiptap/extension-text-style` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-text-style)

Updates `@tiptap/extension-underline` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/extension-underline)

Updates `@tiptap/pm` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/pm)

Updates `@tiptap/react` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/react)

Updates `@tiptap/starter-kit` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/starter-kit)

Updates `react-router` from 7.1.3 to 7.1.5
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `tailwindcss` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/tailwindcss)

Updates `@rollup/rollup-linux-x64-musl` from 4.32.0 to 4.34.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.32.0...v4.34.1)

---
updated-dependencies:
- dependency-name: "@hocuspocus/provider"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-collaboration"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-collaboration-cursor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-color"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-image"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-link"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-placeholder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table-cell"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table-header"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-table-row"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-text-style"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-underline"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/pm"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/starter-kit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@rollup/rollup-linux-x64-musl"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #19.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-304c4ad8dd branch February 10, 2025 20:14
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.

0 participants