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

Update npm dependencies update to latest #2480

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/addon-actions (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/addon-docs (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/addon-essentials (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/addon-interactions (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/addon-links (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/addon-mdx-gfm (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/cli (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/csf 0.1.11 -> 0.1.12 age adoption passing confidence
@storybook/html (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/html-webpack5 (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/manager-api (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@storybook/theming (source) 8.4.4 -> 8.4.6 age adoption passing confidence
@tiptap/core (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-bold (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-document (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-hard-break (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-history (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-italic (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-link (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-list-item (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-mention (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-paragraph (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@tiptap/extension-text (source) 2.9.1 -> 2.10.3 age adoption passing confidence
@types/jasmine (source) 5.1.4 -> 5.1.5 age adoption passing confidence
@types/node (source) 22.9.0 -> 22.10.1 age adoption passing confidence
beachball (source) 2.49.0 -> 2.51.0 age adoption passing confidence
jasmine (source) 5.4.0 -> 5.5.0 age adoption passing confidence
jasmine-core (source) 5.4.0 -> 5.5.0 age adoption passing confidence
prosemirror-model 1.23.0 -> 1.24.0 age adoption passing confidence
rollup (source) 4.27.3 -> 4.28.0 age adoption passing confidence
storybook (source) 8.4.4 -> 8.4.6 age adoption passing confidence
webpack 5.96.1 -> 5.97.0 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-a11y)

v8.4.6

Compare Source

v8.4.5

Compare Source

ComponentDriven/csf (@​storybook/csf)

v0.1.12

Compare Source

🐛 Bug Fix
Authors: 4
ueberdosis/tiptap (@​tiptap/core)

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

Patch Changes
  • e7f143d: This reverts typings that were causing issues for users #​5859

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

Minor Changes
  • 7619215: Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror Nodes and Fragments directly into the editor through the insertContentAt, setContent and insertContent commands.
Patch Changes
  • 7619215: preserve existing node attributes when running setNode
  • 7619215: Addresses a bug with insertContentAt's simulatedPasteRules option where it could only accept text and not Prosemirror Node and Content
  • 7619215: Updates the types of addOptions and addStorage to have the parent be possibly undefined which is the most accurate typing
  • 7619215: feat: add once to EventEmitters
  • 7619215: Add Node linebreakReplacement support and enable on hard-break nodes
  • 7619215: Improve handling of selections with updateAttributes. Should no longer modify parent nodes of the same type.
  • 2ea807d: getMarkRange would greedily match more content than it should have if it was the same type of mark, now it will match only the mark at the position #​3872
microsoft/beachball (beachball)

v2.51.0

Compare Source

Wed, 27 Nov 2024 08:02:35 GMT

Minor changes
  • Add more properties to RepoOptions instead of just CliOptions ([email protected])
  • bump command shouldn't check if change files are needed (+ clarify internal validation options) ([email protected])
Patches

v2.50.1

Compare Source

Tue, 26 Nov 2024 08:02:32 GMT

Patches
  • getPackageInfos should only get repo and CLI options once. Also clarify in types and logic that changeFilePrompt can't be specified at package level. ([email protected])
  • Update help message ([email protected])

v2.50.0

Compare Source

Mon, 25 Nov 2024 08:04:31 GMT

Minor changes
Patches

v2.49.1

Compare Source

Tue, 19 Nov 2024 08:03:08 GMT

Patches
jasmine/jasmine-npm (jasmine)

v5.5.0

Compare Source

jasmine/jasmine (jasmine-core)

v5.5.0

Compare Source

prosemirror/prosemirror-model (prosemirror-model)

v1.24.0

Compare Source

New features

Fragment.content and Node.children now expose a node's set of children as an array.

rollup/rollup (rollup)

v4.28.0

Compare Source

2024-11-30

Features
  • Allow to specify how to handle import attributes when transpiling Rollup config files (#​5743)
Pull Requests

v4.27.4

Compare Source

2024-11-23

Bug Fixes
  • Update bundled magic-string to support sourcemap debug ids (#​5740)
Pull Requests
webpack/webpack (webpack)

v5.97.0

Compare Source


Configuration

📅 Schedule: Branch creation - "monthly" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from rajsite and jattasNI as code owners December 1, 2024 01:35
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch from 41f85ac to aef36d1 Compare December 2, 2024 22:50
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch from aef36d1 to 6dcbf35 Compare December 3, 2024 16:35
@rajsite
Copy link
Member

rajsite commented Dec 4, 2024

close in favor of #2485

@rajsite rajsite closed this Dec 4, 2024
rajsite added a commit that referenced this pull request Dec 4, 2024
# Pull Request

## 🤨 Rationale

Updates dependencies manually to address build issues revealed by #2482
#2481 #2480.
Found that just updating dependencies by rebuilding the lock fails the
build which means the [repo is in a bad
state](#1479 (comment))
and that should be addressed quickly.

## 👩‍💻 Implementation

- Update major deps and rebuild lock
- Found that the now [deprecated tiptap link
validate](https://tiptap.dev/docs/editor/extensions/marks/link#validate-deprecated)
function is expected to still function with [backwards
compat](ueberdosis/tiptap#5812) however there
seems to be a regression as it [fails our build by allowing autolinking
of unexpected
protocols](https://github.com/ni/nimble/actions/runs/12110590706/job/33761233944#step:17:613).
- Switched from tiptap link validate to
[shouldAutoLink](https://tiptap.dev/docs/editor/extensions/marks/link#shouldautolink)
as described by docs. That seems to not fail the build.
- Pushed the min semver range version up for all the tiptap /
prosemirror packages as otherwise it seems to[ fail build when type
checking libraries](ueberdosis/tiptap#5867).
   
**NOTE**: It seems to be transitive dependency type issues that will
fail builds, I think it's possible that minimal upgrades done by
renovate may hit issues in app updates. If an app adopting latest these
changes fails to build it may need to rebuild the lock files in a clean
workspace to align transitive deps on latest versions and avoid library
type check issues.
- Updates to [prettier
3.4](https://prettier.io/blog/2024/11/26/3.4.0.html) resulting in lots
of changes.

## 🧪 Testing

Rely on CI.

## ✅ Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
@renovate renovate bot deleted the renovate/npm-dependencies-update-to-latest branch December 4, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant