mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

Bump the npm group with 17 updates #740

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps the npm group with 17 updates:

Package From To
detect-libc 2.0.0 2.0.3
https-proxy-agent 5.0.0 7.0.5
make-dir 3.1.0 5.0.0
node-fetch 2.6.7 3.3.2
nopt 5.0.0 7.2.1
npmlog 5.0.1 7.0.1
rimraf 5.0.5 5.0.7
semver 7.5.4 7.6.2
@mapbox/cloudfriend 5.1.0 8.1.0
@mapbox/eslint-config-mapbox 3.0.0 5.0.0
aws-sdk 2.1415.0 2.1651.0
eslint 7.32.0 9.6.0
nock 12.0.3 13.5.4
node-addon-api 4.3.0 8.0.0
nyc 15.1.0 17.0.0
tape 5.5.2 5.8.1
tar-fs 2.1.1 3.0.6

Updates detect-libc from 2.0.0 to 2.0.3

Commits
  • db8ea62 Release v2.0.3
  • 5e1482d Improve getReport performance (#21)
  • 2642d96 Improve filesystem-based detection of glibc (#22)
  • 2def922 CI: Latest Void Linux provides glibc 2.39
  • 646230f CI: bump unit test actions
  • 9117b83 Tests: include missing coverage in summary
  • e307a53 CI: Update integration test environments/expectations
  • 8cf409b chore: refactor by removing a couple variables (#20)
  • f0edbc8 Release v2.0.2
  • a3f3efb Add credit for e8c0afd
  • Additional commits viewable in compare view


Updates https-proxy-agent from 5.0.0 to 7.0.5

Release notes

Sourced from https-proxy-agent's releases.

https-proxy-agent@7.0.5

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

https-proxy-agent@7.0.4

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️

https-proxy-agent@7.0.3

Patch Changes

  • c3c405e: Add missing URL type import

https-proxy-agent@7.0.2

Patch Changes

  • e625d10: Support SNI for proxy servers

https-proxy-agent@7.0.1

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.

https-proxy-agent@7.0.0

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

https-proxy-agent@6.2.1

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

https-proxy-agent@6.2.0

Minor Changes

  • 8ff9faa: "headers" option can now be a function

Patch Changes

  • Updated dependencies [66b4c63]
    • agent-base@7.0.2

https-proxy-agent@6.1.0

Minor Changes

... (truncated)

Changelog

Sourced from https-proxy-agent's changelog.

7.0.5

Patch Changes

  • 5908e84: Remove net.isIP() check for TLS servername

7.0.4

Patch Changes

  • b88ab46: Import url instead of node:url 🤷‍♂️

7.0.3

Patch Changes

  • c3c405e: Add missing URL type import

7.0.2

Patch Changes

  • e625d10: Support SNI for proxy servers

7.0.1

Patch Changes

  • 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.

7.0.0

Major Changes

  • b3860aa: Remove secureProxy getter

    It was not meant to be a public property. If you were using it, just use agent.proxy.protocol === 'https:' instead.

6.2.1

Patch Changes

  • 0b8a0b7: Properly reject errors during proxy CONNECT response

6.2.0

Minor Changes

  • 8ff9faa: "headers" option can now be a function

... (truncated)

Commits


Updates make-dir from 3.1.0 to 5.0.0

Release notes

Sourced from make-dir's releases.

v5.0.0

Breaking

  • Require Node.js 18 120a81e
  • This package is now pure ESM. Please read this.
  • Changed from default export to named exports:
    • require('make-dir') → import {makeDirectory} from 'make-dir'
    • require('make-dir').sync → import {makeDirectorySync} from 'make-dir'

https://github.com/sindresorhus/make-dir/compare/v4.0.0...v5.0.0

v4.0.0

Breaking

  • Require Node.js 10 (#32) 064e92d

Improvements

  • Update dependencies c419a8a

https://github.com/sindresorhus/make-dir/compare/v3.1.0...v4.0.0

Commits


Updates node-fetch from 2.6.7 to 3.3.2

Release notes

Sourced from node-fetch's releases.

v3.3.2

3.3.2 (2023-07-25)

Bug Fixes

v3.3.1

3.3.1 (2023-03-11)

Bug Fixes

  • release "Allow URL class object as an argument for fetch()" #1696 (#1716) (7b86e94)

v3.3.0

3.3.0 (2022-11-10)

Features

v3.2.10

3.2.10 (2022-07-31)

Bug Fixes

v3.2.9

3.2.9 (2022-07-18)

Bug Fixes

  • Headers: don't forward secure headers on protocol change (#1599) (e87b093)

v3.2.8

3.2.8 (2022-07-12)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates nopt from 5.0.0 to 7.2.1

Release notes

Sourced from nopt's releases.

v7.2.1

7.2.1 (2024-05-04)

Bug Fixes

Chores

v7.2.0

7.2.0 (2023-06-15)

Features

Bug Fixes

v7.1.0

7.1.0 (2023-03-08)

Features

Bug Fixes

v7.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

... (truncated)

Changelog

Sourced from nopt's changelog.

7.2.1 (2024-05-04)

Bug Fixes

Chores

7.2.0 (2023-06-15)

Features

Bug Fixes

7.1.0 (2023-03-08)

Features

Bug Fixes

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

6.0.0 (2022-07-20)

... (truncated)

Commits
  • 6d33cd7 chore: release 7.2.1 (#161)
  • 2fb2144 fix(linting): no-unused-vars
  • 0aa1d01 chore: postinstall for dependabot template-oss PR
  • 2bdcfcb chore: bump @​npmcli/template-oss to 4.22.0
  • c861607 chore: postinstall for dependabot template-oss PR
  • 28cb4e1 chore: bump @​npmcli/template-oss from 4.21.3 to 4.21.4
  • 55147ac chore: postinstall for dependabot template-oss PR
  • 918abd6 chore: bump @​npmcli/template-oss from 4.21.1 to 4.21.3
  • 579a1d4 chore: postinstall for dependabot template-oss PR
  • 66bd991 chore: bump @​npmcli/template-oss from 4.19.0 to 4.21.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for nopt since your current version.


Updates npmlog from 5.0.1 to 7.0.1

Release notes

Sourced from npmlog's releases.

v7.0.1

7.0.1 (2022-10-19)

Bug Fixes

v7.0.0

7.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

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

Features

Dependencies

v6.0.2

6.0.2 (2022-04-20)

Dependencies

  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#101) (929686c)

npmlog v6.0.1

Bug Fixes

  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)

Dependencies

v5.0.1

  • update are-we-there-yet to v2.0.0.

... (truncated)

Changelog

Sourced from npmlog's changelog.

7.0.1 (2022-10-19)

Bug Fixes

7.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

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

Features

Dependencies

6.0.2 (2022-04-20)

Dependencies

  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#101) (929686c)

v6.0.0

  • Drop support for node 10 and non-lts versions of 12 and 14

6.0.1 (2022-02-09)

Bug Fixes

  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)

Dependencies

Commits
  • ae1f107 chore: release 7.0.1 (#134)
  • add709d fix: do not enable progress while paused
  • 35651cf chore: postinstall for dependabot template-oss PR
  • 40ea375 chore: bump @​npmcli/template-oss from 4.5.1 to 4.6.1
  • 040c663 chore: release 7.0.0 (#123)
  • 47f4fb1 chore: bump @​npmcli/eslint-config from 3.1.0 to 4.0.0
  • 01dd16e deps: bump gauge from 4.0.4 to 5.0.0
  • f896c8e deps: bump are-we-there-yet from 3.0.1 to 4.0.0
  • 92546b8 chore: postinstall for dependabot template-oss PR
  • 33b83ef chore: bump @​npmcli/template-oss from 4.4.4 to 4.5.1
  • Additional commits viewable in compare view


Updates rimraf from 5.0.5 to 5.0.7

Commits


Updates semver from 7.5.4 to 7.6.2

Release notes

Sourced from semver's releases.

v7.6.2

7.6.2 (2024-05-09)

Bug Fixes

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

... (truncated)

Changelog

Sourced from semver's changelog.

7.6.2 (2024-05-09)

Bug Fixes

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

7.6.0 (2024-01-31)

Features

Chores

Commits
  • eb1380b chore: release 7.6.2 (#714)
  • 6466ba9 fix(lru): use map.delete() directly (#713)
  • d777418 chore: release 7.6.1 (#706)
  • 988a8de deps: uninstall lru-cache (#709)
  • 5feeb7f chore: postinstall for dependabot template-oss PR
  • dd09b60 chore: bump @​npmcli/template-oss to 4.22.0
  • c570a34 fix(linting): no-unused-vars
  • ad8ff11 fix: use internal cache implementation
  • 3fabe4d deps: remove lru-cache
  • ec49cdc chore: chore: chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view


Updates @mapbox/cloudfriend from 5.1.0 to 8.1.0

Changelog

Sourced from @​mapbox/cloudfriend's changelog.

8.1.0

  • Allow FilterCriteria property to be defined for Stream Lambda shortcuts

8.0.0

  • Updates cf.shortcuts.ScheduledLambda to use EventBridge Scheduler instead of EventBridge Rules to schedule lambda invocations. When using this version your template will have the following changes per scheduled lambda instance,
Add     <LogicalNamePrefix>SchedulerRole  AWS::IAM::Role
Add     <LogicalNamePrefix>Scheduler      AWS::Scheduler::Schedule
Remove  <LogicalNamePrefix>Permission     AWS::Lambda::Permission
Remove  <LogicalNamePrefix>Schedule       AWS::Events::Rule

Note the service role (AWS::IAM::Role) will automatically be created for the AWS::Scheduler::Schedule resource if you do not specify property ScheduleRoleArn in the shortcut.

When you make this update, you will no longer see a trigger on your scheduled lambda. The schedule can be viewed in EventBridge schedules.

7.1.0

v7.0.1

  • Fixes hookshot.Passthrough and hookshot.Github shortcuts where inline code lambdas were using AWS SDK v2 while the lambda default runtime is nodejs18.x, by switching to AWS SDK v3.
  • Updates hookshot.Passthrough and hookshot.Github shortcuts to only use nodejs versions 18 or higher for there inline code lambdas.

v7.0.0

  • Updates default node runtime for lambda shortcuts to node18.x.
  • Suppress AWS SDK V2 maintinence message for validate-template.
  • Updates aws-sdk to version 2.1425.0.

v6.0.0

  • Updates default node runtime for lambda shortcuts to node16.x.
  • Updates default authorization type for hookshot shortcuts to "NONE" from "None".

v5.1.1

  • Dependency updates to avoid security vulnerabilities (minimist).
Commits
  • fbca97a 8.1.0
  • 26c4830 MAPSAPI-2426: Allow stream lambdas to have FilterCriteria defined (#147)
  • cclauss commented 1 month ago

    @dependabot rebase

dependabot[bot] commented 1 month ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

cclauss commented 1 month ago

@dependabot recreate

cclauss commented 1 month ago
dependabot[bot] commented 1 month ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

cclauss commented 1 month ago

@dependabot recreate

dependabot[bot] commented 1 month ago

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

cclauss commented 1 month ago

@dependabot reopen

@dependabot recreate

dependabot[bot] commented 1 month ago

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

dependabot[bot] commented 1 month ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

cclauss commented 4 weeks ago

@dependabot recreate

dependabot[bot] commented 4 weeks ago

Looks like these dependencies are updatable in another way, so this is no longer needed.