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

Update prebuild 12.1.0 → 13.0.1 (major) #6680

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 24, 2024

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?

✳️ prebuild (12.1.0 → 13.0.1) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ cacache (indirect, 16.1.3 → 18.0.3) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ make-fetch-happen (indirect, 10.2.1 → 13.0.1) · Repo · Changelog

Release Notes

13.0.1

13.0.1 (2024-04-30)

Bug Fixes

Chores

13.0.0

13.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

12.0.0

12.0.0 (2023-07-27)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed
  • this changes the underlying http agents to those provided by @npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

Features

Bug Fixes

Documentation

Dependencies

11.1.1

11.1.1 (2023-04-27)

Dependencies

11.1.0

11.1.0 (2023-04-13)

Features

11.0.3

11.0.3 (2023-02-02)

Dependencies

11.0.2

11.0.2 (2022-12-07)

Dependencies

11.0.1

11.0.1 (2022-10-17)

Dependencies

11.0.0

11.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically
  • make-fetch-happen is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Documentation

Dependencies

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ node-gyp (indirect, 9.4.1 → 10.1.0) · Repo · Changelog

Release Notes

10.1.0

10.1.0 (2024-03-13)

Features

Core

  • add support for locally installed headers (#2964) (3298731)
  • deps: bump actions/setup-python from 4 to 5 (#2960) (3f0df7e)
  • deps: bump google-github-actions/release-please-action (#2961) (b1f1808)
  • print Python executable path using UTF-8 (#2995) (c472912)
  • update supported vs versions (#2959) (391cc5b)

Doc

  • npm is currently v10 (#2970) (7705a22)
  • remove outdated Node versions from readme (#2955) (ae8478e)
  • remove outdated update engines.node reference in 10.0.0 changelog (b42e796)

Miscellaneous

  • only run release please on push (cff9ac2)
  • upgrade release please action from v2 to v4 (#2982) (0035d8e)

10.0.1

Bug Fixes

  • use local util for findAccessibleSync() (b39e681)

Miscellaneous

  • add parallel test logging (7de1f5f)
  • lint fixes (4e0ed99)
  • use platform specific timeouts in tests (a68586a)

10.0.0

⚠ BREAKING CHANGES

  • use .npmignore file to limit which files are published (#2921)
  • the Gyp class exported is now created using ECMAScript classes and therefore might have small differences to classes that were previously created with util.inherits.
  • All internal functions have been coverted to return promises and no longer accept callbacks. This is not a breaking change for users but may be breaking to consumers of node-gyp if you are requiring internal functions directly.
  • node-gyp now supports node ^16.14.0 || >=18.0.0

Features

  • convert all internal functions to async/await (355622f)
  • convert internal classes from util.inherits to classes (d52997e)
  • drop node 14 support (#2929) (1b3bd34)
  • drop rimraf dependency (4a50fe3)
  • gyp: update gyp to v0.16.1 (#2923) (707927c)
  • replace npmlog with proc-log (4a50fe3)
  • update engines.node to ^14.17.0 || ^16.13.0 || >=18.0.0 (4a50fe3)
  • use .npmignore file to limit which files are published (#2921) (864a979)

Bug Fixes

  • create Python symlink only during builds, and clean it up after (#2721) (0f1f667)
  • promisify build command (4a50fe3)
  • use fs/promises in favor of fs.promises (4a50fe3)

Tests

Doc

  • Add note about Python symlinks (PR 2362) to CHANGELOG.md for 9.1.0 (#2783) (b3d41ae)
  • README.md Do not hardcode the supported versions of Python (#2880) (bb93b94)
  • update applicable GitHub links from master to main (#2843) (d644ce4)
  • Update windows installation instructions in README.md (#2882) (c9caa2e)

Core

Miscellaneous

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ nopt (indirect, 6.0.0 → 7.2.1) · Repo · Changelog

Release Notes

7.2.1

7.2.1 (2024-05-04)

Bug Fixes

Chores

7.2.0

7.2.0 (2023-06-15)

Features

Bug Fixes

7.1.0

7.1.0 (2023-03-08)

Features

Bug Fixes

7.0.0

7.0.0 (2022-11-02)

⚠️ BREAKING CHANGES

  • nopt is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 54 commits:

↗️ ssri (indirect, 9.0.1 → 10.0.6) · Repo · Changelog

↗️ unique-filename (indirect, 2.0.1 → 3.0.0) · Repo · Changelog

Release Notes

3.0.0

3.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • unique-filename is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

  • 50d9443 #32 bump unique-slug from 3.0.0 to 4.0.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 9 commits:

🆕 @​npmcli/agent (added, 2.2.2)

🆕 proc-log (added, 4.2.0)

🆕 proc-log (added, 3.0.0)

🆕 glob (added, 10.4.1)

🆕 lru-cache (added, 10.2.2)

🆕 fs-minipass (added, 3.0.3)

🆕 minipass (added, 7.1.2)

🆕 abbrev (added, 2.0.0)

🆕 agent-base (added, 7.1.1)

🆕 which (added, 4.0.0)

🆕 foreground-child (added, 3.2.1)

🆕 isexe (added, 3.1.1)

🆕 jackspeak (added, 3.4.0)

🆕 socks-proxy-agent (added, 8.0.3)

🗑️ @​gar/promisify (removed)

🗑️ @​npmcli/move-file (removed)

🗑️ agentkeepalive (removed)

🗑️ humanize-ms (removed)

🗑️ infer-owner (removed)

🗑️ promise-inflight (removed)

🗑️ socks-proxy-agent (removed)

🗑️ socks-proxy-agent (removed)


Depfu Status

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)

@depfu depfu bot added depfu no-changelog no-jira-ticket Skip checking the PR title for Jira reference labels May 24, 2024
@depfu depfu bot requested a review from a team May 24, 2024 03:11
@cla-bot cla-bot bot added the cla: yes label May 24, 2024
@depfu depfu bot force-pushed the depfu/update/npm/prebuild-13.0.1 branch from 7bc5b1e to ef2b3c4 Compare June 4, 2024 16:45
@depfu depfu bot force-pushed the depfu/update/npm/prebuild-13.0.1 branch from ef2b3c4 to c527135 Compare June 17, 2024 09:16
Copy link
Contributor Author

depfu bot commented Jun 24, 2024

Closing because this update has already been applied

@depfu depfu bot closed this Jun 24, 2024
@depfu depfu bot deleted the depfu/update/npm/prebuild-13.0.1 branch June 24, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes depfu no-changelog no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants