Skip to content

Bump trim-newlines, stylelint and meow - #6

Merged
r-brown merged 2 commits into
masterfrom
dependabot/npm_and_yarn/trim-newlines-and-stylelint-and-meow-3.0.1
Aug 13, 2026
Merged

Bump trim-newlines, stylelint and meow#6
r-brown merged 2 commits into
masterfrom
dependabot/npm_and_yarn/trim-newlines-and-stylelint-and-meow-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 29, 2022

Copy link
Copy Markdown

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

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 29, 2022
@r-brown

r-brown commented Aug 13, 2026

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…yarn/trim-newlines-and-stylelint-and-meow-3.0.1

# Conflicts:
#	package-lock.json

Co-authored-by: r-brown <1361258+r-brown@users.noreply.github.com>

Copilot AI commented Aug 13, 2026

Copy link
Copy Markdown

@copilot resolve the merge conflicts in this pull request

Resolved the merge conflicts in package-lock.json by merging master and regenerating the lock file with npm install. The lock file is now at lockfileVersion: 3 and includes all the dependency updates from both the PR and master. (commit 470680b)

Copilot AI requested a review from r-brown August 13, 2026 05:00
@r-brown
r-brown merged commit ca86a0e into master Aug 13, 2026
0 of 2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/trim-newlines-and-stylelint-and-meow-3.0.1 branch August 13, 2026 05:07
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