Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
- `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change)
- `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
- `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
- `@Commit-Lint merge disable` will desactivate merge dependabot PR
- `@Commit-Lint review` will approve dependabot PR
- `@Commit-Lint stop review` will stop approve dependabot PR
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ nan (2.14.1 → 2.18.0) · Repo · Changelog
Release Notes
2.18.0 (from changelog)
2.17.0 (from changelog)
2.16.0 (from changelog)
2.15.0 (from changelog)
2.14.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
2.18.0
Prepare for 2.18.0
Cast v8::Object::GetInternalField() return value to v8::Value (#956)
Merge pull request #952 from striezel-stash/fix-links
Merge pull request #951 from striezel-stash/fix-typos
Fix some typos
Fix outdated links to V8 documentation
new: Add CMake as an alternative build tool (#950)
Node.js 20. (#949)
Add Node 19 to CI and update README (#945)
docs: SetAccessor lost the signature parameter
2.17.0
Prepare for 2.17.0
fix: bump nmv version down, add dummy sig
chore: overload deprecated AccessorSignatures
package.json: fix supported Node.js versions in package description
2.16.0
Prepare for 2.16.0
Add support for Node 18
fix appveyor build tests when x86 binary is not available
Upgrade node-gyp
add define NODE_17_0_MODULE_VERSION
add node 17 to the test matrix
docs: license format and contributors
2.15.0
Prepare for 2.15.0
drop testing of 0.8 on AppVeyor
test on 15 and 16
add ScriptOrigin
doc/json: fix typo at source
Fix the example. (#916)
tests: use utf-16 string to fix alignment (#915)
tests: adapt for v8 8.9 (#910)
2.14.2
Prepare for 2.14.2
fix gcc 8 function cast warning (#899)
c++ -> C++ in README.md (#897)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands