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

Package *github* renamed to *@octokit/rest* #1432

Closed
Martii opened this issue Jun 16, 2018 · 1 comment
Closed

Package *github* renamed to *@octokit/rest* #1432

Martii opened this issue Jun 16, 2018 · 1 comment
Labels
CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. migration Use this to indicate that it may apply to an existing or announced migration.

Comments

@Martii
Copy link
Member

Martii commented Jun 16, 2018

npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
$ npm show github versions
 
[ '0.0.1',
  '0.0.2',
  '0.0.3',
  '0.0.4',
  '0.0.5',
  '0.0.6',
  '0.0.7',
  '0.0.8',
  '0.1.0',
  '0.1.1',
  '0.1.2',
  '0.1.3',
  '0.1.4',
  '0.1.5',
  '0.1.6',
  '0.1.7',
  '0.1.8',
  '0.1.9',
  '0.1.10',
  '0.1.11',
  '0.1.12',
  '0.1.13',
  '0.1.14',
  '0.1.15',
  '0.1.16',
  '0.2.0',
  '0.2.1',
  '0.2.2',
  '0.2.3',
  '0.2.4',
  '1.1.0',
  '1.1.1',
  '1.1.2',
  '1.2.0',
  '1.2.1',
  '1.3.0',
  '1.4.0',
  '2.0.0',
  '2.0.1',
  '2.1.0',
  '2.2.0',
  '2.3.0',
  '2.4.0',
  '2.4.1',
  '2.5.1',
  '2.5.2',
  '2.6.0',
  '3.0.0',
  '3.1.0',
  '3.1.1',
  '4.0.0',
  '4.1.0',
  '4.1.1',
  '5.0.0',
  '5.0.1',
  '5.1.0',
  '5.2.0',
  '5.2.1',
  '5.2.2',
  '5.2.3',
  '5.3.3',
  '6.0.0',
  '6.0.1',
  '6.0.2',
  '6.0.3',
  '6.0.4',
  '6.1.0',
  '7.0.0',
  '7.0.1',
  '7.1.0',
  '7.2.0',
  '7.2.1',
  '7.3.1',
  '7.3.2',
  '8.0.0',
  '8.1.0',
  '8.1.1',
  '8.2.1',
  '9.0.0',
  '9.1.0',
  '9.2.0',
  '9.3.0',
  '9.3.1',
  '10.0.0',
  '10.1.0',
  '11.0.0',
  '12.0.0',
  '12.0.1',
  '12.0.2',
  '12.0.3',
  '12.0.4',
  '12.0.5',
  '12.0.6',
  '12.0.7',
  '12.1.0',
  '13.0.0',
  '13.0.1',
  '13.0.2',
  '13.1.0',
  '13.1.1',
  '14.0.0' ]

vs.

$ npm show @octokit/rest versions
 
[ '14.0.0',
  '14.0.1',
  '14.0.2',
  '14.0.3',
  '14.0.4',
  '14.0.5',
  '14.0.6',
  '14.0.7',
  '14.0.8',
  '14.0.9',
  '15.0.1',
  '15.0.2',
  '15.0.3',
  '15.0.4',
  '15.1.0',
  '15.1.1',
  '15.1.2',
  '15.1.3',
  '15.1.4',
  '15.1.5',
  '15.1.6',
  '15.1.7',
  '15.1.8',
  '15.1.9',
  '15.2.0',
  '15.2.1',
  '15.2.2',
  '15.2.3',
  '15.2.4',
  '15.2.5',
  '15.2.6',
  '15.2.7',
  '15.3.0',
  '15.4.0',
  '15.4.1',
  '15.5.0',
  '15.5.1',
  '15.6.0',
  '15.6.1',
  '15.6.2',
  '15.7.0',
  '15.8.0',
  '15.8.1',
  '15.8.2' ]

Obviously this was not renamed.

Using their name this is provided by npm:

$ npm -v
6.1.0
$ npm outdated
Package                      Current            Wanted      Latest  Location
@octokit/rest                MISSING               git         git  OpenUserJS.org
  1. Move to GH address instead of npmjs.com abstraction
  2. Keep github name for the moment
@Martii Martii self-assigned this Jun 16, 2018
@Martii Martii added migration Use this to indicate that it may apply to an existing or announced migration. CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. labels Jun 16, 2018
Martii added a commit to Martii/OpenUserJS.org that referenced this issue Jun 16, 2018
* Almost missed this among the *kerberos* sea of compile warnings
* This is one of the many reasons why haven't bothered upgrading... now they are on 15 \*infinite yeesh\* breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, etc. and then finally breaking their distribution on npmjs.com
``` sh-session
npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
```

Applies to OpenUserJS#1432
Martii added a commit that referenced this issue Jun 16, 2018
* Almost missed this among the *kerberos* sea of compile warnings
* This is one of the many reasons why haven't bothered upgrading... now they are on 15 \*infinite yeesh\* breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, etc. and then finally breaking their distribution on npmjs.com
``` sh-session
npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
```

Applies to #1432

Auto-merge
@Martii Martii added needs mitigation Needs additional followup. and removed needs mitigation Needs additional followup. labels Jun 16, 2018
@Martii
Copy link
Member Author

Martii commented Nov 8, 2020

Closing in favor of #1705

@Martii Martii closed this as completed Nov 8, 2020
@Martii Martii removed their assignment Nov 8, 2020
@OpenUserJS OpenUserJS locked and limited conversation to collaborators Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CODE Some other Code related issue and it should clearly describe what it is affecting in a comment. migration Use this to indicate that it may apply to an existing or announced migration.
Development

No branches or pull requests

1 participant