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 the npm_and_yarn group across 1 directory with 5 updates #199

Merged
merged 2 commits into from
May 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2024

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
jshint 2.11.0 2.13.6
geoip-lite 1.2.1 1.4.10
hoek 5.0.4 6.1.3
debug 3.1.0 3.2.7
minimatch 3.0.4 3.0.8

Updates jshint from 2.11.0 to 2.13.6

Release notes

Sourced from jshint's releases.

JSHint 2.13.6

2.13.6 (2022-11-11)

Bug Fixes

  • Allow initializing const bindings to undef (fedaf6f)
  • Correct error message (03b1a06)

JSHint 2.13.5

2.13.5 (2022-07-08)

Bug Fixes

  • Tolerate late definition of async function (#3618) (5c256a2)

JSHint 2.13.4

2.13.4 (2022-01-24)

Bug Fixes

JSHint 2.13.3

2.13.3 (2022-01-05)

Bug Fixes

  • Recognize ES2020 globals (b1426f1)

JSHint 2.13.2

2.13.2 (2021-12-27)

Bug Fixes

  • Add missing well-known globals (#3582) (cc1adf6)
  • add URL for node in src/vars.js (#3570) (ca06e6a)
  • change escape-sequence handler for double quotes (") (#3566) (75e48b7)
  • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
  • Tolerate keyword in object shorthand (057b1c6)
  • Tolerate unterminated nullish coalescing (ecae54a)

JSHint 2.13.1

2.13.1 (2021-08-10)

Bug Fixes

  • Allow invoking result of optional chaining (71ec395)
  • Allow optional chaining call as satement (11dc0a6)
  • Tolerate dangling NewExpression (7c890aa)

... (truncated)

Changelog

Sourced from jshint's changelog.

2.13.6 (2022-11-11)

Bug Fixes

  • Allow initializing const bindings to undef (fedaf6f)
  • Correct error message (03b1a06)

2.13.5 (2022-07-08)

Bug Fixes

  • Tolerate late definition of async function (#3618) (5c256a2)

2.13.4 (2022-01-24)

Bug Fixes

2.13.3 (2022-01-05)

Bug Fixes

  • Recognize ES2020 globals (b1426f1)

2.13.2 (2021-12-27)

Bug Fixes

  • Add missing well-known globals (#3582) (cc1adf6)
  • add URL for node in src/vars.js (#3570) (ca06e6a)
  • change escape-sequence handler for double quotes (") (#3566) (75e48b7)
  • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
  • Tolerate keyword in object shorthand (057b1c6)
  • Tolerate unterminated nullish coalescing (ecae54a)

2.13.1 (2021-08-10)

Bug Fixes

  • Allow invoking result of optional chaining (71ec395)
  • Allow optional chaining call as satement (11dc0a6)
  • Tolerate dangling NewExpression (7c890aa)

... (truncated)

Commits
  • 6d06f8f v2.13.6
  • 03b1a06 [[FIX]] Correct error message
  • fedaf6f [[FIX]] Allow initializing const bindings to undef
  • e7071e0 [[DOCS]] Discourage screenshots in bug reports
  • 95a6036 v2.13.5
  • d9583d5 [[CHORE]] Remove unused script
  • 5c256a2 [[FIX]] Tolerate late definition of async function (#3618)
  • 61c868c v2.13.4
  • eb4609a [[FIX]] Remove shelljs
  • b23e125 [[CHORE]] Remove shelljs from internal tooling
  • Additional commits viewable in compare view

Updates geoip-lite from 1.2.1 to 1.4.10

Release notes

Sourced from geoip-lite's releases.

v1.4.10

What's Changed

New Contributors

Full Changelog: geoip-lite/node-geoip@v1.4.9...v1.4.10

v1.4.9

  • Reduced minimum required node version from 18.18 to 10.3
  • Code formatting

Full Changelog: geoip-lite/node-geoip@v1.4.8...v1.4.9

v1.4.8

What's Changed

New Contributors

Full Changelog: geoip-lite/node-geoip@v1.4.7...v1.4.8

v1.4.7

What's Changed

New Contributors

Full Changelog: geoip-lite/node-geoip@v1.4.6...v1.4.7

Commits

Updates hoek from 5.0.4 to 6.1.3

Commits

Updates debug from 3.1.0 to 3.2.7

Release notes

Sourced from debug's releases.

3.2.6

This backport fixes a 4x performance regression when debug is disabled.

Patches

  • fix: performance issue (f312a8903a3928c43ff1388828d85f4f8407553d) (#625)

3.2.5

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

It is a backport of the 4.0.1 release.

Patches

  • fix browserify and supply alternative unpkg entry point (closes #606): cc5f1463d1c975bcef0b3172b2527ca204ec474d

3.2.4

3.2.4 is DEPRECATED. See visionmedia/debug#603 for details.

This released fixed the missing files entry in package.json, mitigating the faulty 3.2.3 release.

3.2.3

3.2.3 is DEPRECATED. See visionmedia/debug#603 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ./node.js was removed, breaking a very select few users on older releases of babel-core, as well as users that used an undocumented require('debug/node').

./node.js was temporarily added to the repository at this time; however, this release failed to include node.js in the files key in package.json and thus didn't fix the issue. 3.2.4 rectified this issue.

3.2.2

3.2.2 is DEPRECATED. See visionmedia/debug#603 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ES6 features were being used on users of Node 4, causing crashes upon inclusion.

It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in 4.0.0).

3.2.1

3.2.1 is DEPRECATED. See visionmedia/debug#603 for details.

This release, along with 3.2.0, were subsequently released together as 4.0.0 (a major bump). You can review the complete changes in that release's details.


A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.

CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).

Patches

  • use babel-ified distributed source for browsers: b3f8f8e683915ef4fae3a77cbcebc6c410e65a8c

3.2.0

... (truncated)

Commits
Maintainer changes

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


Updates minimatch from 3.0.4 to 3.0.8

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jshint](https://github.com/jshint/jshint) | `2.11.0` | `2.13.6` |
| [geoip-lite](https://github.com/geoip-lite/node-geoip) | `1.2.1` | `1.4.10` |
| [hoek](https://github.com/hapijs/hoek) | `5.0.4` | `6.1.3` |
| [debug](https://github.com/debug-js/debug) | `3.1.0` | `3.2.7` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.0.8` |



Updates `jshint` from 2.11.0 to 2.13.6
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md)
- [Commits](jshint/jshint@2.11.0...2.13.6)

Updates `geoip-lite` from 1.2.1 to 1.4.10
- [Release notes](https://github.com/geoip-lite/node-geoip/releases)
- [Commits](geoip-lite/node-geoip@v1.2.1...v1.4.10)

Updates `hoek` from 5.0.4 to 6.1.3
- [Release notes](https://github.com/hapijs/hoek/releases)
- [Commits](hapijs/hoek@v5.0.4...v6.1.3)

Updates `debug` from 3.1.0 to 3.2.7
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@3.1.0...3.2.7)

Updates `minimatch` from 3.0.4 to 3.0.8
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: jshint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: geoip-lite
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: hoek
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: debug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 19, 2024
@CLAassistant
Copy link

CLAassistant commented May 19, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ lmangani
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@lmangani lmangani merged commit d53dd68 into next May 19, 2024
1 check was pending
@lmangani lmangani deleted the dependabot/npm_and_yarn/npm_and_yarn-817eb81bc9 branch May 19, 2024 22:00
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.

2 participants