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

Bump semver, restify and node-dev in /BuildYourOwnCanvasSamples/1.starter-full-bundle #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps semver to 7.5.3 and updates ancestor dependencies semver, restify and node-dev. These dependencies need to be updated together.

Updates semver from 5.7.0 to 7.5.3

Release notes

Sourced from semver's releases.

v7.5.3

7.5.3 (2023-06-22)

Bug Fixes

Documentation

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.3 (2023-06-22)

Bug Fixes

Documentation

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Commits
  • 7fdf1ef chore: release 7.5.3
  • bf53dd8 docs: add example for > comparator (#569)
  • abdd93d fix: set max lengths in regex for numeric and build identifiers (#571)
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates restify from 8.3.2 to 11.1.0

Release notes

Sourced from restify's releases.

v11.1.0

11.1.0 (2023-02-24)

Features

  • allow custom alternatives to domains (54adfcb)

v11.0.0

11.0.0 (2023-01-17)

⚠ BREAKING CHANGES

  • don't override req.log if set during .first
  • use req.log on audit plugin

Features

  • don't override req.log if set during .first (852d2c1)
  • use req.log on audit plugin (528ecbc)

v10.0.0

10.0.0 (2022-11-29)

⚠ BREAKING CHANGES

  • support v18.x

Features

  • bump dtrace-provider version to avoid MacOS errors (fa52f60)
  • support v18.x (5795223)

v9.1.0

9.1.0 (2023-06-13)

Features

  • emit warning for req.closed only once (86cab8c)

v9.0.0

9.0.0 (2022-11-15)

⚠ BREAKING CHANGES

  • remove deprecated usage of pino.child (#1902)

... (truncated)

Changelog

Sourced from restify's changelog.

11.1.0 (2023-02-24)

Features

  • allow custom alternatives to domains (54adfcb)

11.0.0 (2023-01-17)

⚠ BREAKING CHANGES

  • don't override req.log if set during .first
  • use req.log on audit plugin

Features

  • don't override req.log if set during .first (852d2c1)
  • use req.log on audit plugin (528ecbc)

10.0.0 (2022-11-29)

⚠ BREAKING CHANGES

  • support v18.x

Features

  • bump dtrace-provider version to avoid MacOS errors (fa52f60)
  • support v18.x (5795223)

8.5.1 (2019-12-13)

Bug Fixes

  • benchmark: force latest restify version (#1810) (b8ec60e3)
  • server: address domain performance regression with Node v12.x (#1809) (e648d491)

8.5.0 (2019-12-02)

Features

  • chain: use nextTick instead of setImmediate (#1808) (703470ad)

... (truncated)

Commits
  • 39c1f6e chore(master): release 11.1.0
  • 54adfcb feat: allow custom alternatives to domains
  • adf24c1 Create SECURITY.md
  • a4aef49 chore(master): release 11.0.0
  • 852d2c1 feat!: don't override req.log if set during .first
  • 528ecbc feat!: use req.log on audit plugin
  • 2053ef6 chore(master): release 10.0.0
  • 3f94e4f chore: upgrade release-please (please work)
  • c21f6a8 chore: remove wrong link from CHANGELOG.md
  • 5795223 feat!: support v18.x
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mmarchini, a new releaser for restify since your current version.


Updates node-dev from 4.0.0 to 8.0.0

Release notes

Sourced from node-dev's releases.

v8.0.0 / 2022-12-30

  • Suppress experimental warnings in node v18 (@​tmont)
  • Drop support for node v12, new minimum version of node is v14 (@​bjornstar)
  • [devDependencies] Update @types/node, eslint, husky, lint-staged, & tap (@​bjornstar)

v7.4.3 / 2022-04-17

  • [loaders] Pass on unsupported extension errors when format is not builtin or commonjs (@​bjornstar)
  • [devDependencies] Update most devDependencies to their latest versions (@​bjornstar)
  • [dependencies] Update minimist, resolve & semver (@​bjornstar)

v7.4.2 / 2022-03-29

  • [wrap] Worker threads inherit node arguments, we only need the main thread to listen for file changes (@​lehni)

v7.4.1 / 2022-03-27

  • [loaders] Do not attempt to resolve urls unless they are file:// urls (@​bjornstar)

v7.4.0 / 2022-03-26

  • Use --require to invoke the wrapper (@​kherock)
  • [loaders] Use fileURLToPath to ensure support on Windows (@​kherock)
  • [wrap] Suppress warnings about using experimental loaders (@​kherock)
  • [tests] Ensure tests pass even if warnings are emitted (@​bjornstar)
  • [CI] Add tests for node v12.10, v12.16, and v17 (@​bjornstar)

v7.3.1 / 2022-03-24

  • Add --experimental-modules for ESM module support on node <12.17 (@​bjornstar)
  • Use ipc.mjs for get-source-loader.mjs (@​bjornstar)
  • [test] Move extensions options tests into their own directory (@​bjornstar)

v7.3.0 / 2022-03-22

  • Add --no-warnings node option (@​lehni)
  • Enable ESM support when package type is set to module (@​lehni)

v7.2.0 / 2022-03-04

  • Add --preserve-symlinks node option
  • Update tap to v15.1.6
  • Update eslint to v8.10.0
  • [README] Fix typo
  • Add a more explicit test for "All command-line arguments that are not node-dev options are passed on to the node process."
  • [README] Add special note about delimiting scripts

v7.1.0 / 2021-10-24

  • [ESM] Update experimental-loader to use new load method from node v16.12.0 onwards

Developer Updates

  • @types/node updated from v14.14.37 to v16.11.3
  • eslint updated from v7.25.0 to v8.0.1
  • husky updated from v6.0.0 to v7.0.4
  • lint-staged updated from v10.5.4 to v11.2.3
  • ts-node updated from v9.1.1 to v10.3.1

... (truncated)

Changelog

Sourced from node-dev's changelog.

v8.0.0 / 2022-12-30

  • Suppress experimental warnings in node v18 (@​tmont)
  • Drop support for node v12, new minimum version of node is v14 (@​bjornstar)
  • [devDependencies] Update @types/node, eslint, husky, lint-staged, & tap (@​bjornstar)

v7.4.3 / 2022-04-17

  • [loaders] Pass on unsupported extension errors when format is not builtin or commonjs (@​bjornstar)
  • [devDependencies] Update most devDependencies to their latest versions (@​bjornstar)
  • [dependencies] Update minimist, resolve & semver (@​bjornstar)

v7.4.2 / 2022-03-29

  • [wrap] Worker threads inherit node arguments, we only need the main thread to listen for file changes (@​lehni)

v7.4.1 / 2022-03-27

  • [loaders] Do not attempt to resolve urls unless they are file:// urls (@​bjornstar)

v7.4.0 / 2022-03-26

  • Use --require to invoke the wrapper (@​kherock)
  • [loaders] Use fileURLToPath to ensure support on Windows (@​kherock)
  • [wrap] Suppress warnings about using experimental loaders (@​kherock)
  • [tests] Ensure tests pass even if warnings are emitted (@​bjornstar)
  • [CI] Add tests for node v12.10, v12.16, and v17 (@​bjornstar)

v7.3.1 / 2022-03-24

  • Add --experimental-modules for ESM module support on node <12.17 (@​bjornstar)
  • Use ipc.mjs for get-source-loader.mjs (@​bjornstar)
  • [test] Move extensions options tests into their own directory (@​bjornstar)

v7.3.0 / 2022-03-22

  • Add --no-warnings node option (@​lehni)
  • Enable ESM support when package type is set to module (@​lehni)

v7.2.0 / 2022-03-04

  • Add --preserve-symlinks node option
  • Update tap to v15.1.6
  • Update eslint to v8.10.0
  • [README] Fix typo
  • Add a more explicit test for "All command-line arguments that are not node-dev options are passed on to the node process."
  • [README] Add special note about delimiting scripts

v7.1.0 / 2021-10-24

... (truncated)

Commits
  • 3bc8997 v8.0.0 / 2022-12-30
  • 780913a [github] Drop tests for node v17.x
  • bd73bbc remove custom handling for various node v12 versions of experimental loaders
  • 93cfca0 Stop testing on node v12
  • 8db42c7 enable experimental-warning test
  • a696359 suppress experimental warnings on node 18+
  • d791afa v7.4.3 / 2022-04-17
  • 4897b33 [Loaders] Only return the format if it's builtin or commonjs (fixes #287)
  • 4d92c49 v7.4.2 / 2022-03-29
  • 920dcb3 [ESM] Fix crash with worker threads (#285)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [restify](https://github.com/restify/node-restify) and [node-dev](https://github.com/fgnass/node-dev). These dependencies need to be updated together.


Updates `semver` from 5.7.0 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.0...v7.5.3)

Updates `restify` from 8.3.2 to 11.1.0
- [Release notes](https://github.com/restify/node-restify/releases)
- [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md)
- [Commits](restify/node-restify@v8.3.2...v11.1.0)

Updates `node-dev` from 4.0.0 to 8.0.0
- [Release notes](https://github.com/fgnass/node-dev/releases)
- [Changelog](https://github.com/fgnass/node-dev/blob/master/CHANGELOG.md)
- [Commits](fgnass/node-dev@v4.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: restify
  dependency-type: direct:production
- dependency-name: node-dev
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants