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 ms, fsevents, grunt-contrib-watch, eslint-module-utils and mocha #107

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2023

Bumps ms to 2.1.3 and updates ancestor dependencies ms, fsevents, grunt-contrib-watch, eslint-module-utils and mocha. These dependencies need to be updated together.

Updates ms from 0.7.1 to 2.1.3

Release notes

Sourced from ms's releases.

2.1.3

Patches

  • Rename zeit to vercel: #151
  • Bump eslint from 4.12.1 to 4.18.2: #122
  • Add prettier as a dev dependency: #135 #153
  • Use GitHub Actions CI: #154

Credits

Huge thanks to @​getsnoopy for helping!

2.1.2

Patches

  • Fixed negative decimals less than -10 don't work: #111
  • Support error in case of Infinity: #116
  • Update regexp for 10-.5 is invalid input: #117
  • Update chat badge: #119

Credits

Huge thanks to @​yuler and @​7ma7X for helping!

2.1.1

Patches

  • Add full support for negative numbers: #104

Credits

Huge thanks to @​thevtm for helping!

2.1.0

Minor Changes

  • Add "week" / "w" support: a2caead13ac7f9931338a1a51ab4e36ddb505e00
  • Fixed match regex to support negative numbers: #96

Patches

  • Applied a few text improvements: 15dc8c5b5a9e8372555400485a749ec04cc02444
  • Fixed spelling of “millisecond” in description: #95
  • Lockfile added: 2425ebdefcdd1c2b726c06f6a65c4f2dea58dee7

Credits

Huge thanks to @​yoavmmn and @​binki for helping!

2.0.0

... (truncated)

Commits
Maintainer changes

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


Updates fsevents from 1.1.1 to 1.2.13

Release notes

Sourced from fsevents's releases.

Release v1.2.13

Only build on Mac-OSX

Release v1.2.11

Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.

The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.

Intermediate Release

No release notes provided.

Release v1.2.9 - Node v12 compatibility

No release notes provided.

Release Pre-NAPI v1.2.8

No release notes provided.

Version Bump (bundle node-pre-gyp)

No release notes provided.

Prebuilt v11.x

No release notes provided.

v1.2.3

  • Added node v10 for pre-built binaries
  • C++ tuning to fix potential SIGILL and cyclic dependency (#204)

v1.2.2

Fixed node-pre-gyp bundling issue

v1.2.1

[unpublished because of errors during publish process]

v1.2.0

  • BREAKING: End support for Node v0.12. If you are using Node v0.12 please pin your fsevents dependencies to v1.1.3. Not bumping semver major for this release was a compromise solution discussed in #199 and #201.
    • Node v0.10 should continue to work with local compilation for now, but hosted pre-built binaries will no longer be provided. If this is a constraint for you, please pin to an earlier version.
  • Fixed security vulnerability warnings by updating node-pre-gyp to ^0.9.0
  • Compatibility updates for nan v2.9.0

v1.1.3

  • Added node v9 for pre-built binaries
  • Fixed bug related to using --no-bin-links option on install
  • Updated node-pre-gyp to latest version (0.6.39)

v1.1.2

  • Added Node.js v8 to the prebuild binary assets.
  • Stopped prebuilding for io.js (can still be built locally)
  • Updated node-pre-gyp to latest version (0.6.36)
Commits

Updates grunt-contrib-watch from 1.0.0 to 1.1.0

Changelog

Sourced from grunt-contrib-watch's changelog.

v1.1.0: date: 2018-05-12 changes: - Update to [email protected], [email protected], [email protected] v1.0.1: date: 2018-04-20 changes: - Update to [email protected], lodash@4

Commits

Updates eslint-module-utils from 2.0.0 to 2.7.4

Changelog

Sourced from eslint-module-utils's changelog.

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.

[Unreleased]

Added

Fixed

  • [order]: move nested imports closer to main import entry (#2396, thanks [@​pri1311])
  • [no-restricted-paths]: fix an error message (#2466, thanks [@​AdriAt360])
  • [no-restricted-paths]: use Minimatch.match instead of minimatch to comply with Windows Native paths (#2466, thanks [@​AdriAt360])
  • [order]: require with member expression could not be fixed if alphabetize.order was used (#2490, thanks [@​msvab])
  • [order]: leave more space in rankings for consecutive path groups (#2506, thanks [@​Pearce-Ropion])
  • [no-cycle]: add ExportNamedDeclaration statements to dependencies (#2511, thanks [@​BenoitZugmeyer])
  • [dynamic-import-chunkname]: prevent false report on a valid webpack magic comment (#2330, thanks [@​mhmadhamster])
  • [export]: do not error on TS export overloads (#1590, thanks [@​ljharb])
  • [no-unresolved], [extensions]: ignore type only exports (#2436, thanks [@​Lukas-Kullmann])
  • ExportMap: add missing param to function (#2589, thanks [@​Fdawgs])
  • [no-unused-modules]: checkPkgFieldObject filters boolean fields from checks (#2598, thanks [@​mpint])
  • [no-cycle]: accept Flow typeof imports, just like type (#2608, thanks [@​gnprice])

Changed

... (truncated)

Commits
  • d85bc44 utils: v2.7.4
  • e4c90e5 [utils] [patch] mark eslint as an optional peer dep
  • ab8b6d8 [Deps] update is-core-module
  • 7a37f90 [Fix] order: leave more space in rankings for consecutive path groups
  • 5fe9aa4 [readme] clarify eslint-import-resolver-typescript usage
  • 0ef8cba [New] no-anonymous-default-export: add allowNew option
  • d82670c [utils] [refactor] switch to an internal replacement for find-up
  • 53a9d5d [Fix] no-unused-modules: ignore hashbang and BOM while parsing
  • f18b676 [utils] [fix] ignore hashbang and BOM while parsing (#2431)
  • ce037f4 [Fix] order: require with member expression could not be fixed if alphabeti...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for eslint-module-utils since your current version.


Updates mocha from 3.2.0 to 3.5.3

Release notes

Sourced from mocha's releases.

v3.5.3

3.5.3 / 2017-09-11

🐛 Fixes

  • #3003: Fix invalid entities in xUnit reporter first appearing in v3.5.1 ([@​jkrems])

#3003: mochajs/mocha#3003 [@​jkrems]: https://github.com/jkrems

v3.5.2

3.5.2 / 2017-09-10

🐛 Fixes

#3001: mochajs/mocha#3001 [@​boneskull]: https://github.com/boneskull

v3.5.1

3.5.1 / 2017-09-09

📰 News

  • 📣 Mocha is now sponsoring PDXNode! If you're in the Portland area, come check out the monthly talks and hack nights!

🐛 Fixes

🔩 Other

#2997: mochajs/mocha#2997 #2957: mochajs/mocha#2957 #2918: mochajs/mocha#2918 #2986: mochajs/mocha#2986 #2922: mochajs/mocha#2922 #2981: mochajs/mocha#2981 [@​solodynamo]: https://github.com/solodynamo [@​jkrems]: https://github.com/jkrems [@​jsoref]: https://github.com/jsoref [@​ScottFreeCode]: https://github.com/ScottFreeCode [@​kungapal]: https://github.com/kungapal

... (truncated)

Changelog

Sourced from mocha's changelog.

3.5.3 / 2017-09-11

🐛 Fixes

  • #3003: Fix invalid entities in xUnit reporter first appearing in v3.5.1 ([@​jkrems])

#3003: mochajs/mocha#3003

3.5.2 / 2017-09-10

🐛 Fixes

#3001: mochajs/mocha#3001

3.5.1 / 2017-09-09

📰 News

  • 📣 Mocha is now sponsoring PDXNode! If you're in the Portland area, come check out the monthly talks and hack nights!

🐛 Fixes

🔩 Other

#2997: mochajs/mocha#2997 #2957: mochajs/mocha#2957 #2918: mochajs/mocha#2918 #2986: mochajs/mocha#2986 #2922: mochajs/mocha#2922 #2981: mochajs/mocha#2981 [@​solodynamo]: https://github.com/solodynamo [@​jkrems]: https://github.com/jkrems [@​jsoref]: https://github.com/jsoref

3.5.0 / 2017-07-31

📰 News

  • Mocha now has a code of conduct (thanks [@​kungapal]!).
  • Old issues and PRs are now being marked "stale" by Probot's "Stale" plugin. If an issue is marked as such, and you would like to see it remain open, simply add a new comment to the ticket or PR.

... (truncated)

Commits
  • e838a77 Release v3.5.3
  • 4727367 update changelog for v3.5.3 [ci skip]
  • 45c870d Use safer XML escaping
  • 72622ab Release v3.5.2
  • ac4c39f fix version in CHANGELOG.md [ci skip]
  • f06d969 update CHANGELOG for 3.5.2 [ci skip]
  • 9a3ddeb fix AMD bundle by hacking around check in he module; closes #3000
  • 337d317 fix broken links in CHANGELOG.md [ci skip]
  • 4070a44 Release v3.5.1
  • 466ba73 update CHANGELOG.md for v3.5.1 [ci skip]
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ms](https://github.com/vercel/ms) to 2.1.3 and updates ancestor dependencies [ms](https://github.com/vercel/ms), [fsevents](https://github.com/fsevents/fsevents), [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch), [eslint-module-utils](https://github.com/import-js/eslint-plugin-import) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `ms` from 0.7.1 to 2.1.3
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](vercel/ms@0.7.1...2.1.3)

Updates `fsevents` from 1.1.1 to 1.2.13
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.1.1...v1.2.13)

Updates `grunt-contrib-watch` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/gruntjs/grunt-contrib-watch/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-watch/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-watch@v1.0.0...v1.1.0)

Updates `eslint-module-utils` from 2.0.0 to 2.7.4
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.0.0...utils/2.7.4)

Updates `mocha` from 3.2.0 to 3.5.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v3.5.3/CHANGELOG.md)
- [Commits](mochajs/mocha@v3.2.0...v3.5.3)

---
updated-dependencies:
- dependency-name: ms
  dependency-type: indirect
- dependency-name: fsevents
  dependency-type: indirect
- dependency-name: grunt-contrib-watch
  dependency-type: direct:production
- dependency-name: eslint-module-utils
  dependency-type: indirect
- dependency-name: mocha
  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 Jan 10, 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.

None yet

0 participants