likecoin / likecoin-button

Every Like is a reward. Turn your Likes into actual income now.
https://button.like.co/
GNU General Public License v3.0
19 stars 12 forks source link

⬆️ Bump postcss, nuxt, @storybook/vue, stylelint, stylelint-config-recommended-scss, stylelint-order and stylelint-scss in /src #513

Open dependabot[bot] opened 8 months ago

dependabot[bot] commented 8 months ago

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, nuxt, @storybook/vue, stylelint, stylelint-config-recommended-scss, stylelint-order and stylelint-scss. These dependencies need to be updated together.

Updates postcss from 7.0.39 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits


Updates nuxt from 2.17.2 to 3.8.2

Release notes

Sourced from nuxt's releases.

v3.8.2

3.8.2 is a patch release focusing on bug fixes

👀 Highlights

3.8.2 is a patch release and we've deferred some exciting features in our next release (3.9.0, expected in December) but it does bring a significant Nitro minor release: v2.8.0. It's well worth checking out the release notes.

👉 Note that as Nitro has updated to rollup v4, but as Nuxt's vite dependency is still on rollup v3 until v3.9, you may experience type mismatches in modules or your projects if you are dependent on particular rollup plugins or plugin types.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • vite: Skip warming up node builtins (#24162)
  • vite: Provide default values for transformAssetUrls (#24173)
  • nuxt: Wrap caught asyncData error in createError (#24093)
  • nuxt: Include plugin templates in plugins.d.ts if they will be written (#23943)
  • nuxt: Handle multi-line slots in islands (#24212)
  • nuxt: Fix replace regex used for slots in islands SSR (#24255)
  • vite: Use rollup replace plugin for typeof optimisations (#23903)
  • nuxt: Provide route component names to KeepAlive cache (#24024)
  • schema: Use scule types for runtimeConfig type hints (#23696)
  • nuxt: Deeply unwrap headers/query for useFetch key (#24307)
  • nuxt: Split component name case in each segment (#24318)
  • nuxt: Do not compute useFetch key from headers (#23462, #24333)
  • nuxt: Set framework info for nitro (#24340)
  • schema: Add type for ignoreOptions (#24337)
  • nuxt: Log errors rendering islands (#24356)
  • nuxt: Respect custom timeout in useFetch (#24364)
  • nuxt: Use max length + iterations for useCookie timeout (#24253)
  • nuxt: Handle errors when booting app with app:error (#24376)

📖 Documentation

  • Remove unused import from example (#24168)
  • Create a page explaining import.meta (#24186)
  • Remove link to .nuxtrc in nuxt/starter (56147b4a8)
  • Correct spelling from "opiniated" to "opinionated" (#24248)

... (truncated)

Commits


Updates @storybook/vue from 6.5.9 to 7.5.3

Release notes

Sourced from @​storybook/vue's releases.

v7.5.3

7.5.3

v7.5.2

7.5.2

v7.5.1

7.5.1

v7.5.0

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

... (truncated)

Changelog

Sourced from @​storybook/vue's changelog.

7.5.3

7.5.2

7.5.1

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.

... (truncated)

Commits
  • dc82000 Bump version from "7.5.2" to "7.5.3" [skip ci]
  • 0ef03ec Bump version from "7.5.1" to "7.5.2" [skip ci]
  • 6ceb141 Bump version from "7.5.0" to "7.5.1" [skip ci]
  • fea453a Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]
  • 0a6e94c Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]
  • 25af33c Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]
  • 816e86e Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]
  • 149711c Bump version from "7.5.0-alpha.3" to "7.5.0-alpha.4" [skip ci]
  • a12a65b Bump version from "7.5.0-alpha.2" to "7.5.0-alpha.3" [skip ci]
  • 70e6750 Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci]
  • Additional commits viewable in compare view


Updates stylelint from 9.10.1 to 15.11.0

Release notes

Sourced from stylelint's releases.

15.11.0

  • Added: ignoreRules to max-nesting-depth (#7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@​mattxwang).

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@​mattxwang).

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.11.0

  • Added: ignoreRules to max-nesting-depth (#7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@​mattxwang).

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

... (truncated)

Commits
  • 8914d46 15.11.0
  • 29fe2df Prepare 15.11.0 (#7212)
  • fafb83e Bump known-css-properties from 0.28.0 to 0.29.0 (#7247)
  • 6e06398 Bump css-functions-list from 3.2.0 to 3.2.1 (#7242)
  • 9941121 Remove some TODOs (#7234)
  • f1d3228 Fix declaration-block-no-redundant-longhand-properties autofix for `grid-te...
  • 2a1fc6d Bump postcss from 8.4.28 to 8.4.31 (#7218)
  • dfd1ffc Fix declaration-block-no-redundant-longhand-properties false negative for `...
  • 3374bb4 Fix declaration-block-no-redundant-longhand-properties false negatives for ...
  • e468814 Add ignoreRules to max-nesting-depth (#7215)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates stylelint-config-recommended-scss from 3.3.0 to 13.1.0

Release notes

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

13.1.0

  • Changed: replaced deprecated scss/at-import-no-partial-leading-underscore rule with scss/load-no-partial-leading-underscore rule.
  • Changed: updated to stylelint-scss@5.3.0.

13.0.0

12.0.0

11.0.0

10.0.0

9.0.1

  • Fixed: disabled annotation-no-unknown rule because of false positives.

9.0.0

8.0.0

  • Changed: updated to stylelint-config-recommended@9.0.0.
  • Changed: updated stylelint peer dependency to ^14.10.0.
  • Added: postcss as an optional peer dependency.
  • Fixed: annotation-no-unknown allow !default and !global.

7.0.0

6.0.0

  • Changed: updated to stylelint-config-recommended@7.0.0.
  • Changed: updated stylelint peer dependency to ^14.4.0.
  • Fixed: disabled function-no-unknown rule.
  • Fixed: no-invalid-position-at-import-rule allow @forward before @import.

5.0.2

  • Fixed: resolution of postcss-scss custom syntax when postcss@7 is in the tree.

5.0.1

  • Changed: turn off the comment-no-empty rule when scss/comment-no-empty is enabled.

5.0.0

... (truncated)

Changelog

Sourced from stylelint-config-recommended-scss's changelog.

13.1.0

  • Changed: replaced deprecated scss/at-import-no-partial-leading-underscore rule with scss/load-no-partial-leading-underscore rule.
  • Changed: updated to stylelint-scss@5.3.0.

13.0.0

12.0.0

11.0.0

10.0.0

9.0.1

  • Fixed: disabled annotation-no-unknown rule because of false positives.

9.0.0

8.0.0

  • Changed: updated to stylelint-config-recommended@9.0.0.
  • Changed: updated stylelint peer dependency to ^14.10.0.
  • Added: postcss as an optional peer dependency.
  • Fixed: annotation-no-unknown allow !default and !global.

7.0.0

6.0.0

... (truncated)

Commits


Updates stylelint-order from 2.2.1 to 6.0.3

Release notes

Sourced from stylelint-order's releases.

6.0.3

  • Fixed sorting inside CSS-in-JS css helper

6.0.2

  • Added Stylelint v15 to peerDependencies

6.0.1

  • Fix regression causing root of CSS or SCSS to report violations

6.0.0

  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

5.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 12 or greater is now required.
  • Breaking change: Dropped support for Stylelint 13 and earlier.
  • Added support for Stylelint 14.

4.1.0

  • Added name option to extended rule object to improve error messaging (for order).
  • Fixed order not reporting warnings, if autofix didn't fix them.

4.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 10 or greater is now required.
  • Breaking change: Always remove empty line before the first property if this property has any emptyLineBefore* option targeting it in properties-order. Even if option set to always empty line before the first property will be removed.
  • Fixed false positives for emptyLineBeforeUnspecified.

https://github.com/hudochenkov/stylelint-order/compare/3.1.1...4.0.0

3.1.1

  • Added stylelint@11 as a peer dependency.

https://github.com/hudochenkov/stylelint-order/compare/3.1.0...3.1.1

3.1.0

  • Added emptyLineBefore: "threshold" option, and related options (emptyLineMinimumPropertyThreshold, emptyLineBeforeUnspecified: "threshold") to properties-order.

3.0.1

  • Fixed properties-order not report warnings, if autofix didn't fix them.
  • Fixed properties-alphabetical-order now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. border-color will be before border-bottom-color.

https://github.com/hudochenkov/stylelint-order/compare/3.0.0...3.0.1

3.0.0

  • Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.
  • Removed stylelint@9 as a peer dependency. stylelint 10+ is now required.
  • Added emptyLineBeforeUnspecified option for properties-order.

https://github.com/hudochenkov/stylelint-order/compare/2.2.1...3.0.0

Changelog

Sourced from stylelint-order's changelog.

6.0.3

  • Fixed sorting inside CSS-in-JS css helper

6.0.2

  • Added Stylelint v15 to peerDependencies

6.0.1

  • Fix regression causing root of CSS or SCSS to report violations

6.0.0

  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

5.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 12 or greater is now ... _Description has been truncated_