Skip to content

Commit

Permalink
Bump the development-dependencies group with 8 updates (#206)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylelint/prettier-config](https://github.com/stylelint/prettier-config) | `2.0.0` | `3.0.0` |
| [@stylelint/remark-preset](https://github.com/stylelint/remark-preset) | `4.0.0` | `5.0.0` |
| [eslint](https://github.com/eslint/eslint) | `8.43.0` | `8.56.0` |
| [eslint-config-stylelint](https://github.com/stylelint/eslint-config-stylelint) | `18.0.0` | `20.0.0` |
| [lint-staged](https://github.com/okonet/lint-staged) | `13.2.2` | `15.2.0` |
| [np](https://github.com/sindresorhus/np) | `8.0.4` | `9.2.0` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.1.1` |
| [remark-cli](https://github.com/remarkjs/remark) | `11.0.0` | `12.0.0` |


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

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

Updates `eslint` from 8.43.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.43.0...v8.56.0)

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

Updates `lint-staged` from 13.2.2 to 15.2.0
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v13.2.2...v15.2.0)

Updates `np` from 8.0.4 to 9.2.0
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](sindresorhus/np@v8.0.4...v9.2.0)

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

Updates `remark-cli` from 11.0.0 to 12.0.0
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-cli@11.0.0...remark-cli@12.0.0)

---
updated-dependencies:
- dependency-name: "@stylelint/prettier-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@stylelint/remark-preset"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-config-stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: remark-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous committed Dec 22, 2023
1 parent 2ab1d4d commit 31acdde
Show file tree
Hide file tree
Showing 3 changed files with 5,085 additions and 2,674 deletions.
3 changes: 2 additions & 1 deletion __tests__/index.test.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { describe, it, beforeEach } from 'node:test';
import { beforeEach, describe, it } from 'node:test';
import assert from 'node:assert/strict';
import { readFileSync } from 'node:fs';

import stylelint from 'stylelint';

import config from '../index.js';

const validCss = readFileSync('./__tests__/valid.css', 'utf-8');
Expand Down

0 comments on commit 31acdde

Please sign in to comment.