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 trim-newlines, stylelint and meow #6

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 29, 2022

Bumps trim-newlines to 3.0.1 and updates ancestor dependencies trim-newlines, stylelint and meow. These dependencies need to be updated together.

Updates trim-newlines from 1.0.0 to 3.0.1

Release notes

Sourced from trim-newlines's releases.

v3.0.0

Breaking:

  • Require Node.js 8 (#1) 75db891

Enhancements:

  • Add TypeScript definition (#1) 75db891

sindresorhus/trim-newlines@v2.0.0...v3.0.0

Commits

Updates stylelint from 10.1.0 to 14.15.0

Release notes

Sourced from stylelint's releases.

14.15.0

14.14.1

  • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#6419) (@​kimulaco).
  • Fixed: shorthand-property-no-redundant-values message to be consistent (#6417) (@​fpetrakov).
  • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#6428) (@​sidverma32).

14.14.0

14.13.0

14.12.1

14.12.0

14.11.0

  • Added: ignoreAfterCombinators: [] to selector-max-universal (#6275).
  • Fixed: createPlugin type definition (#6264).
  • Fixed: alpha-value-notation false negatives for SVG properties (#6284).
  • Fixed: keyframes-name-pattern false positives for interpolation (#6265).

... (truncated)

Changelog

Sourced from stylelint's changelog.

14.15.0

14.14.1

  • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#6419) (@​kimulaco).
  • Fixed: shorthand-property-no-redundant-values message to be consistent (#6417) (@​fpetrakov).
  • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#6428) (@​sidverma32).

14.14.0

14.13.0

14.12.1

14.12.0

... (truncated)

Commits
Maintainer changes

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


Updates meow from 3.7.0 to 9.0.0

Release notes

Sourced from meow's releases.

v9.0.0

Breaking

  • Strictly validate flag config (#168) 1609709 This is a breaking change if you incorrectly used kebab-case format for flags (was never officially supported) in the meow config:
 meow(``, {
 	flags: {
-		'foo-bar': {
+		fooBar: {
 			type: 'boolean'
 		}
 	}
 });

sindresorhus/meow@v8.1.0...v9.0.0

v8.1.1

  • Fix reporting missing required flags (#168) 1609709

sindresorhus/meow@v8.1.0...v8.1.1

v8.1.0

sindresorhus/meow@v8.0.0...v8.1.0

v8.0.0

Breaking

  • Default isMultiple option to empty array (#163) 14924de
  • Make isMultiple option non-greedy (#162) 49ce74d

Fixes

  • Gracefully handle package.json not being found (#167) ef7ae5d

sindresorhus/meow@v7.1.1...v8.0.0

v7.1.1

  • Fix compatibility with vercel/ncc (#159) 71d640e

sindresorhus/meow@v7.1.0...v7.1.1

v7.1.0

  • Improve flags option TypeScript types to acknowledge isMultiple and isRequired options (#154) e38789f

sindresorhus/meow@v7.0.1...v7.1.0

... (truncated)

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 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 [trim-newlines](https://github.com/sindresorhus/trim-newlines) to 3.0.1 and updates ancestor dependencies [trim-newlines](https://github.com/sindresorhus/trim-newlines), [stylelint](https://github.com/stylelint/stylelint) and [meow](https://github.com/sindresorhus/meow). These dependencies need to be updated together.


Updates `trim-newlines` from 1.0.0 to 3.0.1
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

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

Updates `meow` from 3.7.0 to 9.0.0
- [Release notes](https://github.com/sindresorhus/meow/releases)
- [Commits](sindresorhus/meow@v3.7.0...v9.0.0)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: meow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 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
Development

Successfully merging this pull request may close these issues.

0 participants