tiptap icon indicating copy to clipboard operation
tiptap copied to clipboard

@tiptap/extension-table use a dependency with an invalid scope (start with an underscore)

Open picpicpic opened this issue 2 years ago • 1 comments

What’s the bug you are facing?

Tiptap is using the dependency @_ueberdosis/prosemirror-tables

The scope of this dependency start with a underscore which doesn't follow npm rules : https://docs.npmjs.com/cli/v8/using-npm/scope

On impact is that tools checking npm rules prevent the usage of such dependency. ie : https://community.sonatype.com/t/illegalargumentexception-scope-starts-with-or-ueberdosis/8920

Which browser was this experienced in? Are any special extensions installed?

not related to browser

How can we reproduce the bug on our side?

  1. Download Nexus repository.
  2. Add a proxy on the npm registry.
  3. Try to donwload the @tiptap/extension-table in version 2.0.0-beta.54

Can you provide a CodeSandbox?

No response

What did you expect to happen?

  1. republish the library @_ueberdosis/prosemirror-tables without the underscore character.
  2. update the dependency in https://github.com/ueberdosis/tiptap/blob/main/packages/extension-table/package.json
  3. republish the library @tiptap/extension-table

Anything to add? (optional)

No response

Did you update your dependencies?

  • [X] Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • [ ] Yes, I’m a sponsor. 💖

picpicpic avatar Jul 18 '22 16:07 picpicpic

any update for this issue please ? In my case the latest "valid" version is : "@tiptap/extension-table": "2.0.0-beta.53"

elboukhari avatar Sep 14 '22 13:09 elboukhari

any update? I have the same issue in https://github.com/tinkoff/taiga-ui

splincode avatar Oct 13 '22 07:10 splincode

image

splincode avatar Oct 13 '22 07:10 splincode

Actual for me. Sonatype Nexus refuses to serve packages with invalid scope names: 8920. And that is correct behavior.

Please eliminate that underscore.

serge-name avatar Nov 17 '22 11:11 serge-name

I'll look into this tomorrow and resolve this issue.

bdbch avatar Nov 17 '22 13:11 bdbch