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 #2443

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) 28.0.0 -> 28.0.1 age adoption passing confidence
@storybook/addon-a11y (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-actions (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-docs (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-interactions (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-links (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/cli (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/html (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/html-webpack5 (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/manager-api (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/theming (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@tiptap/core (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-bold (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-document (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-hard-break (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-history (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-italic (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-link (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-list-item (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-mention (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-paragraph (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@tiptap/extension-text (source) 2.8.0 -> 2.9.0 age adoption passing confidence
@types/d3-selection (source) 3.0.10 -> 3.0.11 age adoption passing confidence
@types/node (source) 22.7.4 -> 22.7.8 age adoption passing confidence
jasmine (source) 5.3.0 -> 5.4.0 age adoption passing confidence
jasmine-core (source) 5.3.0 -> 5.4.0 age adoption passing confidence
prosemirror-model 1.22.3 -> 1.23.0 age adoption passing confidence
rollup-plugin-sourcemaps2 0.4.1 -> 0.4.2 age adoption passing confidence
storybook (source) 8.3.4 -> 8.3.6 age adoption passing confidence
style-dictionary 4.1.2 -> 4.1.4 age adoption passing confidence
tslib (source) 2.7.0 -> 2.8.0 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.9 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.1

2024-10-16

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

v8.3.6

Compare Source

v8.3.5

Compare Source

ueberdosis/tiptap (@​tiptap/core)

v2.9.0

Compare Source

Patch Changes
  • ffb51d3: insertContentAt, setContent, and insertContent commands now respect the editor's pre-defined parseOptions configuration if the command does not specify it's own parseOptions
  • 873a67c: This allows the Editor isntance to unregister multiple plugins in a single editor state replacement
  • d96f679: Fixed an issue while updating attributes on a NodePos that was not a text
  • e606c06: Updates the typings of DecorationsWithTypes to be more accurate to the prosemirror implementation even though it is not completely exposed as an API
  • a2eea24: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controls
  • d96f679: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms
  • 4efd227: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified mark
ueberdosis/tiptap (@​tiptap/extension-bold)

v2.9.0

Compare Source

Patch Changes
  • 6fae240: Add parse rules that reset bold & italic marks
ueberdosis/tiptap (@​tiptap/extension-bullet-list)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-document)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-hard-break)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-history)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-italic)

v2.9.0

Compare Source

Patch Changes
  • 6fae240: Add parse rules that reset bold & italic marks
ueberdosis/tiptap (@​tiptap/extension-link)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-list-item)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-mention)

v2.9.0

Compare Source

Patch Changes
  • ae711ab: Increase mention extension priority to allow mentions to be inserted in lists using the Enter key
ueberdosis/tiptap (@​tiptap/extension-ordered-list)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-paragraph)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-placeholder)

v2.9.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-text)

v2.9.0

Compare Source

jasmine/jasmine-npm (jasmine)

v5.4.0

Compare Source

Please see the release notes.

v5.3.1

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v5.4.0

Compare Source

Please see the release notes.

prosemirror/prosemirror-model (prosemirror-model)

v1.23.0

Compare Source

New features

The new NodeType.isInGroup method can be used to query group membership.

2wce/rollup-plugin-sourcemaps2 (rollup-plugin-sourcemaps2)

v0.4.2

Compare Source

Patch Changes
  • 258da1f: chore: update package dependencies 🧹🧹
amzn/style-dictionary (style-dictionary)

v4.1.4

Compare Source

Patch Changes
  • a67ed31: Pass PlatformConfig as options param to platform-applied preprocessors.
  • 19aee32: Fix convertToBase64 util to support converting binary files such as fonts, for both Browser and NodeJS.

v4.1.3

Compare Source

Patch Changes
  • 9376247: Make defaultMessage param in FileHeader type optional.
  • 43ccb42: (#​1305): fix reference sorting in sortByReference function for DTCG token format, ensuring token references are declared after their targets
  • 26728b9: Fix filterTokens utility to deal with random metadata properties throughout token groups, without throwing errors.
Microsoft/tslib (tslib)

v2.8.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.


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.

@rajsite rajsite merged commit b7d79e2 into main Oct 22, 2024
14 checks passed
@rajsite rajsite deleted the renovate/npm-dependencies-update-to-latest branch October 22, 2024 16:08
@rajsite
Copy link
Member

rajsite commented Oct 22, 2024

@jattasNI so after this change went in, it results in dirty changes to the lock file when you do npm install (which I rebuild and pushed directly to main here): 1f2a90a

Think we should do something to make that less annoying? Some ideas:

  • Have the workflow be that you always have to rebuild the lock file and push to rennovate PRs
  • Report as a bug to rennovate, it's kinda breaking the benefit of lock file only changes
  • Disable the lockfile only changes and just have dependency update generally

@jattasNI
Copy link
Contributor

@rajsite I found a Renovate discussion that looks similar: renovatebot/renovate#31984
It blames these npm issues. npm/cli#7841 , npm/cli#6787 The former was closed as duplicate of the latter, which has been open for a year with lots of chatter but no workaround or hope of a fix.

It's hard to tell if we're hitting that exact bug since it seems to depend on specific dependency trees, but the symptoms sound similar. On the other hand, regenerating the lock file seems to fix the issue for us but not for the people on those bugs. That might imply an issue with how Renovate updates lock files. Maybe they use a different npm version than us?

Still pondering what to do, just wanted to capture some initial research.

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.

2 participants