oddbird / sassdoc-theme-herman

An Odd SassDoc theme.
http://oddbird.net/herman/
MIT License
117 stars 11 forks source link

Bump the npm-major-upgrades group with 12 updates #414

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the npm-major-upgrades group with 12 updates:

Package From To
markdown-it 13.0.2 14.0.0
strip-indent 3.0.0 4.0.0
chalk 4.1.2 5.3.0
css-minimizer-webpack-plugin 5.0.1 6.0.0
del 6.1.1 7.1.0
eslint-plugin-simple-import-sort 10.0.0 12.0.0
husky 8.0.3 9.0.11
postcss-loader 7.3.3 8.1.0
sass-loader 13.3.2 14.1.1
stylelint 15.11.0 16.2.1
stylelint-config-standard-scss 11.0.0 13.0.0
webpack-dev-server 4.15.1 5.0.2

Updates markdown-it from 13.0.2 to 14.0.0

Changelog

Sourced from markdown-it's changelog.

[14.0.0] - 2023-12-08

Changed

  • Drop ancient browsers support (use .fromCodePoint and other features).
  • Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except markdown-it-emoji plugin.
  • Dropped dist/ folder from repo, build on package publish.
  • Set punicode.js as external dependency.

Fixed

  • Html tokens inside img alt are now rendered as their original text, #896.
  • Hardbreaks inside img alt are now rendered as newlines.
Commits


Updates strip-indent from 3.0.0 to 4.0.0

Release notes

Sourced from strip-indent's releases.

v4.0.0

Breaking

  • Require Node.js 12 bbc7f4c
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/strip-indent/compare/v3.0.0...v4.0.0

Commits


Updates chalk from 4.1.2 to 5.3.0

Release notes

Sourced from chalk's releases.

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

https://github.com/chalk/chalk/compare/v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

https://github.com/chalk/chalk/compare/v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

https://github.com/chalk/chalk/compare/v5.1.0...v5.1.1

v5.1.0

  • Expose style names (#566) d7d7571

https://github.com/chalk/chalk/compare/v5.0.1...v5.1.0

v5.0.1

  • Add main field to package.json for backwards compatibility with some developer tools 85f7e96

https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1

v5.0.0

Breaking

  • This package is now pure ESM. Please read this.
    • If you use TypeScript, you need to use TypeScript 4.7 or later. Why.
    • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
    • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
    • It's totally fine to stay on Chalk v4. It's been stable for years.
  • Require Node.js 12.20 fa16f4e
  • Move some properties off the default export to individual named exports:
    • chalk.InstanceChalk
    • chalk.supportsColorsupportsColor
    • chalk.stderrchalkStderr
    • chalk.stderr.supportsColorsupportsColorStderr
  • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#433) 4cf2e40

... (truncated)

Commits


Updates css-minimizer-webpack-plugin from 5.0.1 to 6.0.0

Release notes

Sourced from css-minimizer-webpack-plugin's releases.

v6.0.0

6.0.0 (2024-01-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#252) (f7f74c0)
Changelog

Sourced from css-minimizer-webpack-plugin's changelog.

6.0.0 (2024-01-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#252) (f7f74c0)
Commits
  • ec4103e chore(release): 6.0.0
  • f7f74c0 chore!: minimum supported Node.js version is 18.12.0 (#252)
  • 96a5625 chore: update dependencies to latest version (#251)
  • 4ea9d35 chore: update github action/setup-node (#250)
  • 9da53f1 chore: update dependencies to the latest version (#249)
  • f27fba2 chore: upgrade dependencies to the latest version (#245)
  • 088c516 chore: update github actions/checkout (#243)
  • 34783aa chore: update dependencies to the latest version (#242)
  • a239a49 chore: update dependencies to the latest version (#241)
  • b7f7b5b chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#238)
  • Additional commits viewable in compare view


Updates del from 6.1.1 to 7.1.0

Release notes

Sourced from del's releases.

v7.1.0

  • Add path to onProgress event (#155) f5d31e6

https://github.com/sindresorhus/del/compare/v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 14 (#143) 106d7d8
  • This package is now pure ESM. Please read this.
  • Moved from a default export to named exports:
    • require('del')import {deleteAsync} from 'del'
    • require('del').syncimport {deleteSync} from 'del'

https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0

Commits


Updates eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 12.0.0 (2024-02-10)

This release removes the support for import assignments added in version 11.0.0:

  • Turns out it was broken in some cases.
  • The suggested fix went past my complexity tolerance for such an esoteric feature.
  • I also learned that they aren’t really imports, and that I don’t understand their semantics well enough to know how sorting them affects your program.

If you miss the support for import assignments, I suggest you write your own ESLint rule which moves them out of the way from the actual imports, sorting them or not.

Version 11.0.0 (2024-02-08)

This release adds support for TypeScript import assignments (import A = B.C and import A = require("module")). Thanks to Szabolcs Kurdi (@​szku01) and Svyatoslav Zaytsev (@​MillerSvt)!

It’s only a breaking change if you use TypeScript import assignments, and only in the form that you need to autofix your files.

In other news, this release adds the meta plugin property in preparation for ESLint Flat Config, and avoids the deprecated context.getSourceCode() method (while still being backwards compatible).

Commits
  • 611d87b eslint-plugin-simple-import-sort v12.0.0
  • 2480727 Update comments
  • 6de7a10 Revert "Add support for TypeScript import assignments (#149)" (#158)
  • 289f75b eslint-plugin-simple-import-sort v11.0.0
  • db0a55a Add meta property and flat config docs (#155)
  • 4c7cb45 Avoid deprecated context.getSourceCode() (#154)
  • c07aeca Add support for TypeScript import assignments (#149)
  • c641891 Fix link to dprint configuration
  • c31798c Bump @​babel/traverse from 7.20.12 to 7.23.2 (#147)
  • 343ac29 Bump word-wrap from 1.2.3 to 1.2.4 (#141)
  • Additional commits viewable in compare view


Updates husky from 8.0.3 to 9.0.11

Release notes

Sourced from husky's releases.

v9.0.11

v9.0.10

v9.0.9

v9.0.8

v9.0.7

v9.0.6

v9.0.5

v9.0.4

v9.0.3

v9.0.2

v9.0.1

... (truncated)

Commits


Updates postcss-loader from 7.3.3 to 8.1.0

Release notes

Sourced from postcss-loader's releases.

v8.1.0

8.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#679) (512e4c3)

v8.0.0

8.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#677) (8dd0315)

v7.3.4

7.3.4 (2023-12-27)

Bug Fixes

  • do not crash if pkg.(d|devD)ependencies unset (#667) (8ef0c7e)
Changelog

Sourced from postcss-loader's changelog.

8.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#679) (512e4c3)

8.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#677) (8dd0315)

7.3.4 (2023-12-27)

Bug Fixes

  • do not crash if pkg.(d|devD)ependencies unset (#667) (8ef0c7e)
Commits
  • df307b5 chore(release): 8.1.0
  • 512e4c3 feat: add @rspack/core as an optional peer dependency (#679)
  • d53fe9d chore(release): 8.0.0
  • 8dd0315 chore!: minimum supported Node.js version is 18.12.0 (#677)
  • 754c4a5 chore(release): 7.3.4
  • 8ef0c7e fix: do not crash if pkg.(d|devD)ependencies unset (#667)
  • 84f16be chore: update github action/setup-node (#675)
  • d6a0768 chore(deps-dev): bump @​babel/traverse from 7.22.17 to 7.23.2 (#674)
  • fdf99fd chore: upgrade dependencies to the latest version (#671)
  • c05b3bf chore: update github actions/checkout (#665)
  • Additional commits viewable in compare view


Updates sass-loader from 13.3.2 to 14.1.1

Release notes

Sourced from sass-loader's releases.

v14.1.1

14.1.1 (2024-02-19)

Bug Fixes

v14.1.0

14.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1184) (637ba5b)

v14.0.0

14.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)

v13.3.3

13.3.3 (2023-12-25)

Bug Fixes

Changelog

Sourced from sass-loader's changelog.

14.1.1 (2024-02-19)

Bug Fixes

14.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1184) (637ba5b)

14.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)

13.3.3 (2023-12-25)

Bug Fixes

Commits


Updates stylelint from 15.11.0 to 16.2.1

Release notes

Sourced from stylelint's releases.

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@​ybiquitous).

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@​ybiquitous).

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

... (truncated)

Commits
  • 5c68274 16.2.1
  • 52cb83f Prepare 16.2.1 (#7479)
  • 328544d Document CLI user guide to fix typo for —custom-syntax (#7503)
  • 5e2eff7 Fix function-calc-no-unspaced-operator performance (#7505)
  • 398d3a8 Fix benchmark script (#7504)
  • 3de4eba Bump husky from 8.0.3 to 9.0.6 (#7500)
  • 382961f Fix report flags not reporting on subsequent runs when cache is used (#7483)
  • f02d168 Fix validateOptions to report when secondary option object is an empty obje...
  • a889974 Fix selector-pseudo-class-no-unknown false positives for :seeking, the me...
  • e86c9cd Provide repository info to gh command in GitHub action (#7491)
  • Additional commits viewable in compare view


Updates stylelint-config-standard-scss from 11.0.0 to 13.0.0

Release notes

Sourced from stylelint-config-standard-scss's releases.

13.0.0

12.0.0

11.1.0