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

Re-publish extension packages to npmjs.com #65

Closed
ntwb opened this issue Feb 16, 2020 · 8 comments
Closed

Re-publish extension packages to npmjs.com #65

ntwb opened this issue Feb 16, 2020 · 8 comments
Labels
type: infrastructure an improvement to devops

Comments

@ntwb
Copy link
Member

ntwb commented Feb 16, 2020

The following 3 npm packages are published to npm, and have not been updated since this extension was moved to the @stylelint organization:

Options:

  1. Contact with @shinnn to get access to update and publish
  2. Contact npmjs.com and request access if 1. is not possible
  3. If 1. or 2. are not possible republish the packages with alternate names
@guillaumewuip
Copy link

I support the idea. We can not update https://github.com/neoclide/coc-stylelint without stylelint-vscode published to npm and it would be sad to copy it internally.

See neoclide/coc-stylelint#10

@ntwb
Copy link
Member Author

ntwb commented Mar 2, 2020

Thanks @guillaumewuip, publishing both the server and the client is what I’m thinking at least for starters, I will try to reach out to @shinnn again, and if no response I’ll see if we can organise something with npm to take over these packages

@guillaumewuip
Copy link

Great, let me know if I can help :)

@ntwb
Copy link
Member Author

ntwb commented Mar 10, 2020

I've reached out to npm to ask if we can adopt those packages, will let you know how that goes

@jeddy3 jeddy3 changed the title Re-publlish extension packages to npmjs.com Re-publish extension packages to npmjs.com Mar 12, 2020
@jeddy3 jeddy3 added status: ready to implement is ready to be worked on by someone type: infrastructure an improvement to devops labels Mar 12, 2020
@adalinesimonian
Copy link
Member

In #265, stylelint-vscode and stylelint-warning-to-vscode-diagnostic cease to exist. I would like to split off the language server into its own package (#110) which should be made easier given the work that will soon be in main from #265. That could be its own package, stylelint-language-server.

In the meantime, I think we should, if we've been able to get access, deprecate all three packages that currently exist on npm (listed in #65 (comment)). They won't ever receive any updates and have lost any use they might have had before.

@ntwb
Copy link
Member Author

ntwb commented Oct 22, 2021

Hmm, I tried to deprecate the packages, doesn't seem to have worked, will look further later:

❯ npm deprecate stylelint-vscode@7.0.0-6 "This package is deprecated, see https://github.com/stylelint/vscode-stylelint/issues/110 for upcoming new release"
This operation requires a one-time password.
Enter OTP: xxxxxx

❯ npm deprecate stylelint-warning-to-vscode-diagnostic "This package is deprecated, see https://github.com/stylelint/vscode-stylelint for upcoming new release"
This operation requires a one-time password.
Enter OTP: xxxxxx

❯ npm deprecate stylelint-processor-name-to-vscode-language-ids "This package is deprecated, see https://github.com/stylelint/vscode-stylelint/issues/110 for upcoming new release"
This operation requires a one-time password.
Enter OTP: xxxxxx

@jeddy3
Copy link
Member

jeddy3 commented Oct 22, 2021

Looks like it's gone through now. Each has a deprecated warning on the page:

@adalinesimonian
Copy link
Member

Fantastic! This issue is effectively resolved then. We'll track the language server package in #110.

@adalinesimonian adalinesimonian removed the status: ready to implement is ready to be worked on by someone label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: infrastructure an improvement to devops
Projects
None yet
Development

No branches or pull requests

4 participants