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 minimatch and jscs in /packages/remark-leanpub #68

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 Nov 1, 2022

Bumps minimatch to 3.0.4 and updates ancestor dependency jscs. These dependencies need to be updated together.

Updates minimatch from 2.0.10 to 3.0.4

Commits
Maintainer changes

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


Updates jscs from 2.11.0 to 3.0.7

Release notes

Sourced from jscs's releases.

3.0.7

Version 3.0.7 (2016-07-14):

  • validateParameterSeparator: notice class methods (Oleg Gaidarenko)

3.0.6

Version 3.0.6 (2016-07-01):

Bug fixes

  • requireDollarBeforejQueryAssignment: do not blow up on reset parameter (Oleg Gaidarenko)

Misc

  • Misc: explicitly use latest CST version (Oleg Gaidarenko)
  • Misc: fix typo in the changelog (Oleg Gaidarenko)
  • Misc: bump CST version to 0.4.2 (Oleg Gaidarenko)

3.0.5

Version 3.0.5 (2016-06-21):

Small fixes for ES6/7 related to CST which consisted of updating this package since those fixes were made in there.

And also there is one fix related to fileExtension option

3.0.4

Version 3.0.4 (2016-06-04):

Fixed some bugs, correctly output CST errors plus improve speed and memory consumption

Bug fixes

  • requireObjectKeysOnNewLine: do not break on object methods (Oleg Gaidarenko)
  • Fix: Last method throw in requireObjectKeysOnNewLine (Alexey Yaroshevich)
  • disallowQuotedKeysInObjects: ignore spread properties (Oleg Gaidarenko)
  • maximumLineLength: correctly position error for comment nodes (Oleg Gaidarenko)
  • disallowUnusedParams: notice AssignmentPattern nodes (Oleg Gaidarenko)
  • disallowPaddingNewlinesBeforeKeywords: should not ignore comments (Oleg Gaidarenko)
  • disallowObjectKeysOnNewLine: correct error message (Oleg Gaidarenko)

Misc

  • Misc: make linters happy (Oleg Gaidarenko)
  • Misc: add node 6 to travis (Oleg Gaidarenko)
  • Misc: do not modify CST in check mode (#2252) (Oleg Gaidarenko)
  • Misc: remove rules "grouping" (Oleg Gaidarenko)
  • Misc: bump cst version (Oleg Gaidarenko)
  • Tests: remove mocha .only call (Oleg Gaidarenko)
  • Misc: parallelizing build on travis (Alexey Yaroshevich)
  • Misc: Set higher timeout for config generator tests (Alexey Yaroshevich)
  • Build: update cst to 0.3.0 (Henry Zhu)
  • Errors: add ugly exception for validateQuoteMarks of position calc (Oleg Gaidarenko)
  • Errors: always add to line and column properties (Oleg Gaidarenko)

Docs

... (truncated)

Changelog

Sourced from jscs's changelog.

Version 3.0.7 (2016-07-14):

  • validateParameterSeparator: notice class methods (Oleg Gaidarenko)

Version 3.0.6 (2016-07-01):

Bug fixes

  • requireDollarBeforejQueryAssignment: do not blow up on reset parameter (Oleg Gaidarenko)

Misc

  • Misc: explicitly use latest CST version (Oleg Gaidarenko)
  • Misc: fix typo in the changelog (Oleg Gaidarenko)
  • Misc: bump CST version to 0.4.2 (Oleg Gaidarenko)

Version 3.0.5 (2016-06-21):

Small fixes for ES6/7 related to CST which consisted of updating this package since those fixes were made in there.

And also there is one fix related to fileExtension option

Bug fixes

  • Configuration: Do not set default options if preset is set (Oleg Gaidarenko)
  • Misc: bump CST version to 0.4.0 (Oleg Gaidarenko)
  • Docs: remove yandex preset from overview (Oleg Gaidarenko)
  • Docs: add intro delimiter to readme (Oleg Gaidarenko)
  • Misc: use correct headers in changelog (Oleg Gaidarenko)
  • Misc: correct changelog auto-replace result (Oleg Gaidarenko)
  • Misc: correct changelog jscs version (Oleg Gaidarenko)
  • Misc: changelog should be consistent (Oleg Gaidarenko)

Version 3.0.4 (2016-06-04):

Fixed some bugs, correctly output CST errors plus improve speed and memory consumption

Bug fixes

  • requireObjectKeysOnNewLine: do not break on object methods (Oleg Gaidarenko)
  • Fix: Last method throw in requireObjectKeysOnNewLine (Alexey Yaroshevich)
  • disallowQuotedKeysInObjects: ignore spread properties (Oleg Gaidarenko)
  • maximumLineLength: correctly position error for comment nodes (Oleg Gaidarenko)
  • disallowUnusedParams: notice AssignmentPattern nodes (Oleg Gaidarenko)
  • disallowPaddingNewlinesBeforeKeywords: should not ignore comments (Oleg Gaidarenko)
  • disallowObjectKeysOnNewLine: correct error message (Oleg Gaidarenko)

Misc

  • Misc: make linters happy (Oleg Gaidarenko)
  • Misc: add node 6 to travis (Oleg Gaidarenko)
  • Misc: do not modify CST in check mode (#2252) (Oleg Gaidarenko)
  • Misc: remove rules "grouping" (Oleg Gaidarenko)

... (truncated)

Commits
  • e177990 3.0.7
  • bc0c425 Misc: add changelog for 3.0.7
  • 47d19e1 validateParameterSeparator: notice class methods
  • 92fa964 3.0.6
  • a14b499 Misc: add 3.0.6 changelog
  • 6ae32ac requireDollarBeforejQueryAssignment: do not blow up on reset parameter
  • b419c66 Misc: explicitly use latest CST version
  • f3cdfac Misc: fix typo in the changelog
  • 71dd3dd Misc: bump CST version to 0.4.2
  • 67f3cd9 3.0.5
  • 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 [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [jscs](https://github.com/jscs-dev/node-jscs). These dependencies need to be updated together.


Updates `minimatch` from 2.0.10 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v2.0.10...v3.0.4)

Updates `jscs` from 2.11.0 to 3.0.7
- [Release notes](https://github.com/jscs-dev/node-jscs/releases)
- [Changelog](https://github.com/jscs-dev/node-jscs/blob/master/CHANGELOG.md)
- [Commits](jscs-dev/node-jscs@v2.11.0...v3.0.7)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: jscs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
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