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

doc: fix deprecation history #35455

Closed
wants to merge 1 commit into from

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Oct 1, 2020

  • DEP0089(9692df7) was backported to v8.13.0. It's not in the v10.x changelog as it was already in v9.x.
  • DEP0098(efb3259) doesn't appear anywhere in the v9.x nor v8.x changelogs, I don't think it's ever been backported.
  • DEP0140: was introduced by http: doc deprecate abort and improve docs #32807 and landed in v14.1.0 and v13.14.0
  • DEP0144: just landed on v12.19.0
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. labels Oct 1, 2020
@Trott
Copy link
Member

Trott commented Oct 2, 2020

DEP0098 was added to v8.x in daacff8. Backport PR is #19517.

doc/api/deprecations.md Outdated Show resolved Hide resolved
@Trott
Copy link
Member

Trott commented Oct 2, 2020

The DEP0098 thing is a bit more complicated, but it was added to 9.x in a4c28d77f73 after having been (accidentally, I think) removed in bae5de1, prior to which it was added in 7f5334e. Backport PR for it being added to 9.x is #18892.

By the way, I'm finding these by doing git checkout upstream/v9.x, checking to see if the deprecation is in deprecations.md, and then doing git blame to see when it was added.

doc/api/deprecations.md Outdated Show resolved Hide resolved
@aduh95
Copy link
Contributor Author

aduh95 commented Oct 4, 2020

By the way, I'm finding these by doing git checkout upstream/v9.x, checking to see if the deprecation is in deprecations.md, and then doing git blame to see when it was added.

Oh that's a neat idea. I was simply searching through the CHANGELOG files, which is clearly not as reliable.

I've removed the changes related to DEP0098, PTAL.

@aduh95
Copy link
Contributor Author

aduh95 commented Oct 6, 2020

I've included two more fixes, PTAL:

Copy link
Member

@Trott Trott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber-stamp LGTM

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 7, 2020
@github-actions github-actions bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Oct 7, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2020

Commit Queue failed
- Loading data for nodejs/node/pull/35455
✔  Done loading data for nodejs/node/pull/35455
----------------------------------- PR info ------------------------------------
Title      doc: fix deprecation history (#35455)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     aduh95:fix-deprecation-history -> nodejs:master
Labels     commit-queue, deprecations, doc
Commits    1
 - doc: fix deprecation history
Committers 1
 - Antoine du Hamel 
PR-URL: https://github.com/nodejs/node/pull/35455
Reviewed-By: Rich Trott 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/35455
Reviewed-By: Rich Trott 
--------------------------------------------------------------------------------
   ✔  Last GitHub Actions successful
   ℹ  Doc-only changes
   ℹ  This PR was created on Thu, 01 Oct 2020 22:46:31 GMT
   ✔  Approvals: 1
   ✔  - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/35455#pullrequestreview-503530131
   ✖  This PR needs to wait 30 more hours to land (or 0 hours if there is one more approval)
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu

@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Oct 8, 2020
@github-actions github-actions bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 8, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2020

Landed in ef1af47

@github-actions github-actions bot closed this Oct 8, 2020
nodejs-github-bot pushed a commit that referenced this pull request Oct 8, 2020
PR-URL: #35455
Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit that referenced this pull request Oct 13, 2020
PR-URL: #35455
Reviewed-By: Rich Trott <rtrott@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Oct 14, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
PR-URL: nodejs#35455
Reviewed-By: Rich Trott <rtrott@gmail.com>
@aduh95 aduh95 deleted the fix-deprecation-history branch July 16, 2022 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants