potsky.eth NTF website hosted on IPFS

Overview

potsky NFT Website

Introduction

This website showcases potsky's digital creations from 90's to now created on Amiga and on Mac OS X.

Dev

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Deployment

Via Github Action

Production

The website is served on IPFS:

  • ipfs://potsky.eth with ENS Domain
  • ipns://nft.potsky.com with DNSLink

The website is served on HTTP:

Nuxt Documentation

assets

The assets directory contains your uncompiled assets such as Stylus or Sass files, images, or fonts.

More information about the usage of this directory in the documentation.

components

The components directory contains your Vue.js components. Components make up the different parts of your page and can be reused and imported into your pages, layouts and even other components.

More information about the usage of this directory in the documentation.

layouts

Layouts are a great help when you want to change the look and feel of your Nuxt app, whether you want to include a sidebar or have distinct layouts for mobile and desktop.

More information about the usage of this directory in the documentation.

pages

This directory contains your application views and routes. Nuxt will read all the *.vue files inside this directory and setup Vue Router automatically.

More information about the usage of this directory in the documentation.

plugins

The plugins directory contains JavaScript plugins that you want to run before instantiating the root Vue.js Application. This is the place to add Vue plugins and to inject functions or constants. Every time you need to use Vue.use(), you should create a file in plugins/ and add its path to plugins in nuxt.config.js.

More information about the usage of this directory in the documentation.

static

This directory contains your static files. Each file inside this directory is mapped to /.

Example: /static/robots.txt is mapped as /robots.txt.

More information about the usage of this directory in the documentation.

store

This directory contains your Vuex store files. Creating a file in this directory automatically activates Vuex.

More information about the usage of this directory in the documentation.

Comments
  • fix(deps): bump core-js from 3.20.2 to 3.22.4

    fix(deps): bump core-js from 3.20.2 to 3.22.4

    Bumps core-js from 3.20.2 to 3.22.4.

    Changelog

    Sourced from core-js's changelog.

    3.22.4 - 2022.05.03
    • Ensured proper .length of polyfilled functions even in compressed code (excepting some ancient engines)
    • Ensured proper .name of polyfilled accessors (excepting some ancient engines)
    • Ensured proper source / ToString conversion of polyfilled accessors
    • Actualized Rhino compat data
    • Refactoring
    3.22.3 - 2022.04.28
    • Added a fix for FF99+ Array.prototype.includes broken on sparse arrays
    3.22.2 - 2022.04.21
    • Fixed URLSearchParams in IE8- that was broken in the previous release
    • Fixed __lookupGetter__ entries
    3.22.1 - 2022.04.20
    • Improved some cases of RegExp flags handling
    • Prevented experimental warning in NodeJS ~ 18.0 on detection fetch API
    • Added NodeJS 18.0 compat data
    3.22.0 - 2022.04.15
    • Change Array by copy proposal:
      • Moved to Stage 3, March TC39 meeting
      • Disabled forced replacement and added /actual/ entry points for methods from this proposal
      • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
    • Added some more atob / btoa fixes:
      • NodeJS <17.9 atob does not ignore spaces, node/42530
      • Actual NodeJS atob does not validate encoding, node/42646
      • FF26- implementation does not properly convert argument to string
      • IE / Edge <16 implementation have wrong arity
    • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
    • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
    • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
    • Bug fixes:
      • Fixed work of non-standard V8 Error features with wrapped Error constructors, #1061
      • null and undefined allowed as the second argument of structuredClone, #1056
    • Tooling:
      • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
      • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
      • Added support of entry points, modules, regexes, and arrays of them to those filters
      • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
    • Compat data:
      • .stack property on DOMException marked as supported from Deno 1.15
      • Added Deno 1.21 compat data mapping
      • Added Electron 19.0 and updated 18.0 compat data mapping
      • Added Samsung Internet 17.0 compat data mapping
      • Added Opera Android 68 compat data mapping
    3.21.1 - 2022.02.17
    • Added a bugfix for the WebKit Array.prototype.{ groupBy, groupByToMap } implementation
    • core-js-compat targets parser transforms engine names to lower case

    ... (truncated)

    Commits
    • 6ba79a5 3.22.4
    • 14b2d5e missed nbsp
    • 4c6e83c integrate compat table to browser runner of compat data tests
    • 47f8920 take into account splitted modules in compat data result diff
    • efa5631 reuse the list of ignored in compat data modules, provide some additional dat...
    • e591ab7 ignore splitted setImmediate modules in IE -> Edge compat data mapping
    • 01ea350 improve docs
    • ae61bb3 improve docs
    • 928b853 add some docs
    • c0bf1d6 inherit only ES Deno data, just in case
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • fix(deps): bump core-js from 3.20.2 to 3.22.3

    fix(deps): bump core-js from 3.20.2 to 3.22.3

    Bumps core-js from 3.20.2 to 3.22.3.

    Changelog

    Sourced from core-js's changelog.

    3.22.3 - 2022.04.28
    • Added a fix for FF99+ Array.prototype.includes broken on sparse arrays
    3.22.2 - 2022.04.21
    • Fixed URLSearchParams in IE8- that was broken in the previous release
    • Fixed __lookupGetter__ entries
    3.22.1 - 2022.04.20
    • Improved some cases of RegExp flags handling
    • Prevented experimental warning in NodeJS ~ 18.0 on detection fetch API
    • Added NodeJS 18.0 compat data
    3.22.0 - 2022.04.15
    • Change Array by copy proposal:
      • Moved to Stage 3, March TC39 meeting
      • Disabled forced replacement and added /actual/ entry points for methods from this proposal
      • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
    • Added some more atob / btoa fixes:
      • NodeJS <17.9 atob does not ignore spaces, node/42530
      • Actual NodeJS atob does not validate encoding, node/42646
      • FF26- implementation does not properly convert argument to string
      • IE / Edge <16 implementation have wrong arity
    • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
    • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
    • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
    • Bug fixes:
      • Fixed work of non-standard V8 Error features with wrapped Error constructors, #1061
      • null and undefined allowed as the second argument of structuredClone, #1056
    • Tooling:
      • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
      • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
      • Added support of entry points, modules, regexes, and arrays of them to those filters
      • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
    • Compat data:
      • .stack property on DOMException marked as supported from Deno 1.15
      • Added Deno 1.21 compat data mapping
      • Added Electron 19.0 and updated 18.0 compat data mapping
      • Added Samsung Internet 17.0 compat data mapping
      • Added Opera Android 68 compat data mapping
    3.21.1 - 2022.02.17
    • Added a bugfix for the WebKit Array.prototype.{ groupBy, groupByToMap } implementation
    • core-js-compat targets parser transforms engine names to lower case
    • atob / btoa marked as fixed in NodeJS 17.5
    • Added Electron 18.0 compat data mapping
    • Added Deno 1.20 compat data mapping
    3.21.0 - 2022.02.02

    ... (truncated)

    Commits
    • 3c83544 3.22.3
    • 66be5f0 add a fix for FF99+ Array.prototype.includes broken on sparse arrays
    • 0ea8a60 update dependencies
    • f265837 update dependencies
    • 94dcb74 update dependencies
    • dcb13bb restart browser on each site since sometime playwright crashes because of m...
    • fe7c0d3 add some tests
    • f9f03b3 update dependencies / linting settings
    • 4fcf731 update Babel config
    • 89537e1 use one namespace for consistency
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.6

    chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.6

    Bumps autoprefixer from 10.4.1 to 10.4.6.

    Release notes

    Sourced from autoprefixer's releases.

    10.4.6

    • Fixed print-color-adjust support.

    10.4.5

    10.4.4

    • Fixed package.funding to have same value between all PostCSS packages.

    10.4.3

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.
    Changelog

    Sourced from autoprefixer's changelog.

    10.4.6

    • Fixed print-color-adjust support.

    10.4.5

    10.4.4

    • Fixed package.funding to have same value between all PostCSS packages.

    10.4.3

    • Fixed package.funding (by Álvaro Mondéjar).

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.
    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @commitlint/cli from 16.0.1 to 16.2.4

    chore(deps-dev): bump @commitlint/cli from 16.0.1 to 16.2.4

    Bumps @commitlint/cli from 16.0.1 to 16.2.4.

    Release notes

    Sourced from @​commitlint/cli's releases.

    v16.2.4

    16.2.4 (2022-04-28)

    Bug Fixes

    • rules: footer-leading-blank should work with body comments (#3139) (7dd88c9)
    • update dependency cosmiconfig to v7.0.1 (#3138) (407837d)
    • update dependency cosmiconfig-typescript-loader to v1.0.7 (#3102) (d0f2b3f)
    • update dependency cosmiconfig-typescript-loader to v1.0.9 (#3106) (d91e70d)
    • update dependency fs-extra to v10.1.0 (#3124) (482613f)
    • update dependency semver to v7.3.6 (#3112) (ad886fd)
    • update dependency semver to v7.3.7 (#3119) (c9c49b2)
    • update dependency yargs to v17.4.0 (#3080) (1477d7c)
    • update dependency yargs to v17.4.1 (#3116) (69bf135)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4

    v16.2.3

    16.2.3 (2022-03-16)

    Bug Fixes

    • update dependency @​types/fs-extra to v9.0.13 (#3054) (4c7dd7c)
    • update dependency cosmiconfig-typescript-loader to v1.0.6 (#3059) (256e194)
    • update dependency fs-extra to v10.0.1 (#3041) (1236c83)
    • update dependency git-raw-commits to v2.0.11 (#3055) (d5089f1)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3

    v16.2.2

    16.2.2 (2022-02-14)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.2

    ... (truncated)

    Changelog

    Sourced from @​commitlint/cli's changelog.

    16.2.4 (2022-04-28)

    Note: Version bump only for package @​commitlint/cli

    16.2.3 (2022-03-16)

    Note: Version bump only for package @​commitlint/cli

    16.2.1 (2022-02-13)

    Note: Version bump only for package @​commitlint/cli

    16.1.0 (2022-01-20)

    Note: Version bump only for package @​commitlint/cli

    16.0.3 (2022-01-19)

    Note: Version bump only for package @​commitlint/cli

    16.0.2 (2022-01-09)

    Note: Version bump only for package @​commitlint/cli

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @commitlint/prompt-cli from 16.0.0 to 16.2.4

    chore(deps-dev): bump @commitlint/prompt-cli from 16.0.0 to 16.2.4

    Bumps @commitlint/prompt-cli from 16.0.0 to 16.2.4.

    Release notes

    Sourced from @​commitlint/prompt-cli's releases.

    v16.2.4

    16.2.4 (2022-04-28)

    Bug Fixes

    • rules: footer-leading-blank should work with body comments (#3139) (7dd88c9)
    • update dependency cosmiconfig to v7.0.1 (#3138) (407837d)
    • update dependency cosmiconfig-typescript-loader to v1.0.7 (#3102) (d0f2b3f)
    • update dependency cosmiconfig-typescript-loader to v1.0.9 (#3106) (d91e70d)
    • update dependency fs-extra to v10.1.0 (#3124) (482613f)
    • update dependency semver to v7.3.6 (#3112) (ad886fd)
    • update dependency semver to v7.3.7 (#3119) (c9c49b2)
    • update dependency yargs to v17.4.0 (#3080) (1477d7c)
    • update dependency yargs to v17.4.1 (#3116) (69bf135)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4

    v16.2.3

    16.2.3 (2022-03-16)

    Bug Fixes

    • update dependency @​types/fs-extra to v9.0.13 (#3054) (4c7dd7c)
    • update dependency cosmiconfig-typescript-loader to v1.0.6 (#3059) (256e194)
    • update dependency fs-extra to v10.0.1 (#3041) (1236c83)
    • update dependency git-raw-commits to v2.0.11 (#3055) (d5089f1)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3

    v16.2.2

    16.2.2 (2022-02-14)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.2

    ... (truncated)

    Changelog

    Sourced from @​commitlint/prompt-cli's changelog.

    16.2.4 (2022-04-28)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.2.3 (2022-03-16)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.2.1 (2022-02-13)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.1.0 (2022-01-20)

    Note: Version bump only for package @​commitlint/prompt-cli

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump stylelint from 14.2.0 to 14.8.1

    chore(deps-dev): bump stylelint from 14.2.0 to 14.8.1

    Bumps stylelint from 14.2.0 to 14.8.1.

    Release notes

    Sourced from stylelint's releases.

    14.8.1

    • Fixed: declaration-block-no-* end positions that avoid errors (#6040).
    • Fixed: named-grid-areas-no-invalid false positives for arealess templates (#6042).
    • Fixed: function-calc-no-unspaced-operator false positives and memory leak (#6045).

    14.8.0

    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).

    14.7.1

    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).

    14.7.0

    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).

    14.6.1

    • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
    • Fixed: selector-type-case false positives for SVG elements (#5973).
    • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

    14.6.0

    • Added: declaration-property-max-values rule (#5920).
    • Fixed: *-no-important column position (#5957).
    • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
    • Fixed: font-family-name-quotes column position (#5955).
    • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
    • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

    14.5.3

    • Fixed: *-list invalid option warnings for strings (#5934).

    14.5.2

    • Fixed: clarity of invalid option warning message for objects (#5923).
    • Fixed: *-list false negatives for invalid options (#5924).
    • Fixed: custom-property-pattern false positives for interpolation inside var() (#5925).
    • Fixed: declaration-property-value-*-list column position (#5926).

    14.5.1

    • Fixed: function-no-unknown ENOENT and TypeErrors (#5916).
    • Fixed: function-no-unknown false positives for interpolation (#5914).

    14.5.0

    ... (truncated)

    Changelog

    Sourced from stylelint's changelog.

    14.8.1

    • Fixed: declaration-block-no-* end positions that avoid errors (#6040).
    • Fixed: named-grid-areas-no-invalid false positives for arealess templates (#6042).
    • Fixed: function-calc-no-unspaced-operator false positives and memory leak (#6045).

    14.8.0

    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).

    14.7.1

    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).

    14.7.0

    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).

    14.6.1

    • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
    • Fixed: selector-type-case false positives for SVG elements (#5973).
    • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

    14.6.0

    • Added: declaration-property-max-values rule (#5920).
    • Fixed: *-no-important column position (#5957).
    • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
    • Fixed: font-family-name-quotes column position (#5955).
    • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
    • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

    14.5.3

    • Fixed: *-list invalid option warnings for strings (#5934).

    14.5.2

    • Fixed: clarity of invalid option warning message for objects (#5923).
    • Fixed: *-list false negatives for invalid options (#5924).

    ... (truncated)

    Commits
    • 41bc1c3 14.8.1
    • e92632b Prepare 14.8.1
    • f043b85 Update CHANGELOG.md
    • e747ad1 Fix false positives and memory leak for function-calc-no-unspaced-operator ...
    • 0364db1 Update CHANGELOG.md
    • ebd556f Fix false positives for arealess templates in named-grid-areas-no-invalid (#6...
    • 74b35b7 Update CHANGELOG.md
    • b06f324 Fix end positions for declaration-block-no-* that avoid errors (#6040)
    • 6317202 14.8.0
    • 757f36b Prepare 14.8.0
    • Additional commits viewable in compare view
    Maintainer changes

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


    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump stylelint from 14.2.0 to 14.8.0

    chore(deps-dev): bump stylelint from 14.2.0 to 14.8.0

    Bumps stylelint from 14.2.0 to 14.8.0.

    Release notes

    Sourced from stylelint's releases.

    14.8.0

    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).

    14.7.1

    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).

    14.7.0

    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).

    14.6.1

    • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
    • Fixed: selector-type-case false positives for SVG elements (#5973).
    • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

    14.6.0

    • Added: declaration-property-max-values rule (#5920).
    • Fixed: *-no-important column position (#5957).
    • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
    • Fixed: font-family-name-quotes column position (#5955).
    • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
    • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

    14.5.3

    • Fixed: *-list invalid option warnings for strings (#5934).

    14.5.2

    • Fixed: clarity of invalid option warning message for objects (#5923).
    • Fixed: *-list false negatives for invalid options (#5924).
    • Fixed: custom-property-pattern false positives for interpolation inside var() (#5925).
    • Fixed: declaration-property-value-*-list column position (#5926).

    14.5.1

    • Fixed: function-no-unknown ENOENT and TypeErrors (#5916).
    • Fixed: function-no-unknown false positives for interpolation (#5914).

    14.5.0

    • Added: ignoreFunctions: [] to function-no-unknown (#5901).

    14.4.0

    • Added: function-no-unknown rule (#5865).
    • Added: font-family-name-quotes autofix (#5806).

    ... (truncated)

    Changelog

    Sourced from stylelint's changelog.

    14.8.0

    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).

    14.7.1

    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).

    14.7.0

    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).

    14.6.1

    • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
    • Fixed: selector-type-case false positives for SVG elements (#5973).
    • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

    14.6.0

    • Added: declaration-property-max-values rule (#5920).
    • Fixed: *-no-important column position (#5957).
    • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
    • Fixed: font-family-name-quotes column position (#5955).
    • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
    • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

    14.5.3

    • Fixed: *-list invalid option warnings for strings (#5934).

    14.5.2

    • Fixed: clarity of invalid option warning message for objects (#5923).
    • Fixed: *-list false negatives for invalid options (#5924).
    • Fixed: custom-property-pattern false positives for interpolation inside var() (#5925).
    • Fixed: declaration-property-value-*-list column position (#5926).

    14.5.1

    • Fixed: function-no-unknown ENOENT and TypeErrors (#5916).

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.5

    chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.5

    Bumps autoprefixer from 10.4.1 to 10.4.5.

    Release notes

    Sourced from autoprefixer's releases.

    10.4.5

    10.4.4

    • Fixed package.funding to have same value between all PostCSS packages.

    10.4.3

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.
    Changelog

    Sourced from autoprefixer's changelog.

    10.4.5

    10.4.4

    • Fixed package.funding to have same value between all PostCSS packages.

    10.4.3

    • Fixed package.funding (by Álvaro Mondéjar).

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.
    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump eslint from 8.6.0 to 8.14.0

    chore(deps-dev): bump eslint from 8.6.0 to 8.14.0

    Bumps eslint from 8.6.0 to 8.14.0.

    Release notes

    Sourced from eslint's releases.

    v8.14.0

    Features

    • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)

    Bug Fixes

    • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
    • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)

    Build Related

    Chores

    • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
    • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
    • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)

    v8.13.0

    Features

    • 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic)

    Bug Fixes

    • 97b57ae fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic)

    Documentation

    • c32482e docs: Typo in space-infix-ops docs (#15754) (kmin-jeong)
    • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#15727) (Francesco Trotta)

    Chores

    • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#15744) (Nicholas C. Zakas)
    • d36f12f chore: remove lib/init from eslint config (#15748) (Milos Djermanovic)
    • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#15750) (Milos Djermanovic)

    v8.12.0

    Features

    • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic)

    Chores

    • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy)

    v8.11.0

    Features

    • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#15649) (Nitin Kumar)
    • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#15613) (Jordan Eldredge)
    • f90fd9d feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)
    • 57b8a57 feat: valid-typeof always ban undefined (#15635) (Zzzen)

    Bug Fixes

    • 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)
    • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)

    ... (truncated)

    Changelog

    Sourced from eslint's changelog.

    v8.14.0 - April 22, 2022

    • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
    • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
    • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)
    • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
    • c2407e8 build: add node v18 (#15791) (唯然)
    • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)
    • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)

    v8.13.0 - April 8, 2022

    • 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic)
    • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#15744) (Nicholas C. Zakas)
    • 97b57ae fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic)
    • c32482e docs: Typo in space-infix-ops docs (#15754) (kmin-jeong)
    • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#15727) (Francesco Trotta)
    • d36f12f chore: remove lib/init from eslint config (#15748) (Milos Djermanovic)
    • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#15750) (Milos Djermanovic)

    v8.12.0 - March 25, 2022

    • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic)
    • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy)

    v8.11.0 - March 11, 2022

    • 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)
    • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)
    • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#15649) (Nitin Kumar)
    • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#15613) (Jordan Eldredge)
    • d2255db docs: Add clarification about eslint-enable (#15680) (dosisod)
    • 385c9ad chore: rm trailing space in docs (#15689) (唯然)
    • f90fd9d feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)
    • 8b9433c docs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)
    • de800c3 docs: link to minimatch docs added. (#15688) (Gaurav Tewari)
    • 57b8a57 feat: valid-typeof always ban undefined (#15635) (Zzzen)
    • 8f675b1 docs: sort-imports add single named import example (#15675) (Arye Eidelman)
    • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)

    v8.10.0 - February 25, 2022

    • cdc5802 fix: Avoid __dirname for built-in configs (#15616) (DoZerg)
    • 7cec74e chore: upgrade @​eslint/eslintrc@​1.2.0 (#15648) (Milos Djermanovic)
    • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#14963) (Soufiane Boutahlil)
    • 1005bd5 docs: update CLA information (#15630) (Nitin Kumar)
    • 5d65c3b docs: Fix typo in no-irregular-whitespace (#15634) (Ryota Sekiya)
    • 11c8580 chore: read ESLINT_MOCHA_TIMEOUT env var in Makefile.js (#15626) (Piggy)
    • b93af98 docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)
    • ebc0460 docs: update babel links (#15624) (Milos Djermanovic)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • fix(deps): bump core-js from 3.20.2 to 3.22.2

    fix(deps): bump core-js from 3.20.2 to 3.22.2

    Bumps core-js from 3.20.2 to 3.22.2.

    Changelog

    Sourced from core-js's changelog.

    3.22.2 - 2022.04.21
    • Fixed URLSearchParams in IE8- that was broken in the previous release
    • Fixed __lookupGetter__ entries
    3.22.1 - 2022.04.20
    • Improved some cases of RegExp flags handling
    • Prevented experimental warning in NodeJS ~ 18.0 on detection fetch API
    • Added NodeJS 18.0 compat data
    3.22.0 - 2022.04.15
    • Change Array by copy proposal:
      • Moved to Stage 3, March TC39 meeting
      • Disabled forced replacement and added /actual/ entry points for methods from this proposal
      • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
    • Added some more atob / btoa fixes:
      • NodeJS <17.9 atob does not ignore spaces, node/42530
      • Actual NodeJS atob does not validate encoding, node/42646
      • FF26- implementation does not properly convert argument to string
      • IE / Edge <16 implementation have wrong arity
    • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
    • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
    • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
    • Bug fixes:
      • Fixed work of non-standard V8 Error features with wrapped Error constructors, #1061
      • null and undefined allowed as the second argument of structuredClone, #1056
    • Tooling:
      • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
      • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
      • Added support of entry points, modules, regexes, and arrays of them to those filters
      • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
    • Compat data:
      • .stack property on DOMException marked as supported from Deno 1.15
      • Added Deno 1.21 compat data mapping
      • Added Electron 19.0 and updated 18.0 compat data mapping
      • Added Samsung Internet 17.0 compat data mapping
      • Added Opera Android 68 compat data mapping
    3.21.1 - 2022.02.17
    • Added a bugfix for the WebKit Array.prototype.{ groupBy, groupByToMap } implementation
    • core-js-compat targets parser transforms engine names to lower case
    • atob / btoa marked as fixed in NodeJS 17.5
    • Added Electron 18.0 compat data mapping
    • Added Deno 1.20 compat data mapping
    3.21.0 - 2022.02.02
    • Added Base64 utility methods:
      • atob
      • btoa
    • Added the proper validation of arguments to some methods from web standards
    • Forced replacement of all features from early-stage proposals for avoiding possible web compatibility issues in the future

    ... (truncated)

    Commits
    • c949d92 3.22.2
    • 803c995 fix URLSearchParams in IE8- that was broken in the previous release
    • 69b0ac7 fix __lookupGetter__ entries
    • 465b3c3 update node versions on ci
    • c3283a8 update dependencies
    • 48aafd0 3.22.1
    • 3e61cd2 prevent experimental warning in NodeJS ~ 18.0 on detection fetch API
    • 691125e add NodeJS 18.0 compat data
    • e4aa626 make tests work on NodeJS 18
    • 6844ba3 update dependencies
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump lint-staged from 12.1.5 to 12.4.0

    chore(deps-dev): bump lint-staged from 12.1.5 to 12.4.0

    Bumps lint-staged from 12.1.5 to 12.4.0.

    Release notes

    Sourced from lint-staged's releases.

    v12.4.0

    12.4.0 (2022-04-20)

    Bug Fixes

    • handle empty input by returning empty array from parseGitZOutput (a118817)
    • limit configuration discovery to cwd (d8fdf1d)
    • restore functionality of parent globs for a single configuration file (877ab4c)

    Features

    • expose --max-arg-length cli option (e8291b0)

    v12.3.8

    12.3.8 (2022-04-15)

    Bug Fixes

    • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
    • clear execution interruption interval on first catch (46952cb)

    v12.3.7

    12.3.7 (2022-03-17)

    Bug Fixes

    • improve renderer logic for --silent and FORCE_COLOR settings (d327873)

    v12.3.6

    12.3.6 (2022-03-16)

    Bug Fixes

    v12.3.5

    12.3.5 (2022-03-05)

    Bug Fixes

    • search all configs regardless of staged files (4b605cd)

    v12.3.4

    12.3.4 (2022-02-13)

    ... (truncated)

    Commits
    • 8be800f test: add test for kill child processes on error
    • 877ab4c fix: restore functionality of parent globs for a single configuration file
    • 7d36ef7 test: do not collect coverage when directly running jest
    • e01c4c5 test: specify merge conflict style for snapshots
    • a118817 fix: handle empty input by returning empty array from parseGitZOutput
    • e8291b0 feat: expose --max-arg-length cli option
    • d8fdf1d fix: limit configuration discovery to cwd
    • 1b1f0e4 fix: avoid passing unexpected arguments from forEach to process.kill()
    • 46952cb fix: clear execution interruption interval on first catch
    • d327873 fix: improve renderer logic for --silent and FORCE_COLOR settings
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @commitlint/cli from 16.0.1 to 16.3.0

    chore(deps-dev): bump @commitlint/cli from 16.0.1 to 16.3.0

    Bumps @commitlint/cli from 16.0.1 to 16.3.0.

    Release notes

    Sourced from @​commitlint/cli's releases.

    v16.3.0

    16.3.0 (2022-05-14)

    Bug Fixes

    • update dependency cosmiconfig-typescript-loader to v2 (#3154) (20122e8)
    • update dependency yargs to v17.5.0 (#3171) (0e6542b)

    Features

    • add ability to filter Nx projects in @​commitlint/config-nx-scopes (#3155) (e595693), closes #3152

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0

    v16.2.4

    16.2.4 (2022-04-28)

    Bug Fixes

    • rules: footer-leading-blank should work with body comments (#3139) (7dd88c9)
    • update dependency cosmiconfig to v7.0.1 (#3138) (407837d)
    • update dependency cosmiconfig-typescript-loader to v1.0.7 (#3102) (d0f2b3f)
    • update dependency cosmiconfig-typescript-loader to v1.0.9 (#3106) (d91e70d)
    • update dependency fs-extra to v10.1.0 (#3124) (482613f)
    • update dependency semver to v7.3.6 (#3112) (ad886fd)
    • update dependency semver to v7.3.7 (#3119) (c9c49b2)
    • update dependency yargs to v17.4.0 (#3080) (1477d7c)
    • update dependency yargs to v17.4.1 (#3116) (69bf135)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4

    v16.2.3

    16.2.3 (2022-03-16)

    Bug Fixes

    ... (truncated)

    Changelog

    Sourced from @​commitlint/cli's changelog.

    16.3.0 (2022-05-14)

    Note: Version bump only for package @​commitlint/cli

    16.2.4 (2022-04-28)

    Note: Version bump only for package @​commitlint/cli

    16.2.3 (2022-03-16)

    Note: Version bump only for package @​commitlint/cli

    16.2.1 (2022-02-13)

    Note: Version bump only for package @​commitlint/cli

    16.1.0 (2022-01-20)

    Note: Version bump only for package @​commitlint/cli

    16.0.3 (2022-01-19)

    Note: Version bump only for package @​commitlint/cli

    16.0.2 (2022-01-09)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump @commitlint/prompt-cli from 16.0.0 to 16.3.0

    chore(deps-dev): bump @commitlint/prompt-cli from 16.0.0 to 16.3.0

    Bumps @commitlint/prompt-cli from 16.0.0 to 16.3.0.

    Release notes

    Sourced from @​commitlint/prompt-cli's releases.

    v16.3.0

    16.3.0 (2022-05-14)

    Bug Fixes

    • update dependency cosmiconfig-typescript-loader to v2 (#3154) (20122e8)
    • update dependency yargs to v17.5.0 (#3171) (0e6542b)

    Features

    • add ability to filter Nx projects in @​commitlint/config-nx-scopes (#3155) (e595693), closes #3152

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0

    v16.2.4

    16.2.4 (2022-04-28)

    Bug Fixes

    • rules: footer-leading-blank should work with body comments (#3139) (7dd88c9)
    • update dependency cosmiconfig to v7.0.1 (#3138) (407837d)
    • update dependency cosmiconfig-typescript-loader to v1.0.7 (#3102) (d0f2b3f)
    • update dependency cosmiconfig-typescript-loader to v1.0.9 (#3106) (d91e70d)
    • update dependency fs-extra to v10.1.0 (#3124) (482613f)
    • update dependency semver to v7.3.6 (#3112) (ad886fd)
    • update dependency semver to v7.3.7 (#3119) (c9c49b2)
    • update dependency yargs to v17.4.0 (#3080) (1477d7c)
    • update dependency yargs to v17.4.1 (#3116) (69bf135)

    New Contributors

    Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4

    v16.2.3

    16.2.3 (2022-03-16)

    Bug Fixes

    ... (truncated)

    Changelog

    Sourced from @​commitlint/prompt-cli's changelog.

    16.3.0 (2022-05-14)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.2.4 (2022-04-28)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.2.3 (2022-03-16)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.2.1 (2022-02-13)

    Note: Version bump only for package @​commitlint/prompt-cli

    16.1.0 (2022-01-20)

    Note: Version bump only for package @​commitlint/prompt-cli

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 0
  • fix(deps): bump core-js from 3.20.2 to 3.22.5

    fix(deps): bump core-js from 3.20.2 to 3.22.5

    Bumps core-js from 3.20.2 to 3.22.5.

    Changelog

    Sourced from core-js's changelog.

    3.22.5 - 2022.05.10
    • Ensured that polyfilled constructors .prototype is non-writable
    • Ensured that polyfilled methods .prototype is not defined
    • Added detection and fix of a V8 ~ Chrome <103 bug of struturedClone that returns null if cloned object contains multiple references to one error
    3.22.4 - 2022.05.03
    • Ensured proper .length of polyfilled functions even in compressed code (excepting some ancient engines)
    • Ensured proper .name of polyfilled accessors (excepting some ancient engines)
    • Ensured proper source / ToString conversion of polyfilled accessors
    • Actualized Rhino compat data
    • Refactoring
    3.22.3 - 2022.04.28
    • Added a fix for FF99+ Array.prototype.includes broken on sparse arrays
    3.22.2 - 2022.04.21
    • Fixed URLSearchParams in IE8- that was broken in the previous release
    • Fixed __lookupGetter__ entries
    3.22.1 - 2022.04.20
    • Improved some cases of RegExp flags handling
    • Prevented experimental warning in NodeJS ~ 18.0 on detection fetch API
    • Added NodeJS 18.0 compat data
    3.22.0 - 2022.04.15
    • Change Array by copy proposal:
      • Moved to Stage 3, March TC39 meeting
      • Disabled forced replacement and added /actual/ entry points for methods from this proposal
      • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
    • Added some more atob / btoa fixes:
      • NodeJS <17.9 atob does not ignore spaces, node/42530
      • Actual NodeJS atob does not validate encoding, node/42646
      • FF26- implementation does not properly convert argument to string
      • IE / Edge <16 implementation have wrong arity
    • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
    • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
    • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
    • Bug fixes:
      • Fixed work of non-standard V8 Error features with wrapped Error constructors, #1061
      • null and undefined allowed as the second argument of structuredClone, #1056
    • Tooling:
      • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
      • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
      • Added support of entry points, modules, regexes, and arrays of them to those filters
      • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
    • Compat data:
      • .stack property on DOMException marked as supported from Deno 1.15
      • Added Deno 1.21 compat data mapping
      • Added Electron 19.0 and updated 18.0 compat data mapping
      • Added Samsung Internet 17.0 compat data mapping

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump eslint from 8.6.0 to 8.15.0

    chore(deps-dev): bump eslint from 8.6.0 to 8.15.0

    Bumps eslint from 8.6.0 to 8.15.0.

    Release notes

    Sourced from eslint's releases.

    v8.15.0

    Features

    • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari)

    Bug Fixes

    • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)

    Documentation

    • 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)
    • 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)
    • a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic)
    • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic)
    • 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)
    • 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser)
    • 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)
    • 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G)
    • de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic)
    • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)
    • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

    Chores

    • 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic)
    • 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)
    • b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas)
    • 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic)
    • 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)

    v8.14.0

    Features

    • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)

    Bug Fixes

    • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
    • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)

    Build Related

    Chores

    • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
    • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
    • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)

    v8.13.0

    Features

    • 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic)

    Bug Fixes

    • 97b57ae fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic)

    ... (truncated)

    Changelog

    Sourced from eslint's changelog.

    v8.15.0 - May 6, 2022

    • 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic)
    • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)
    • 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)
    • 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)
    • 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)
    • a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic)
    • b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas)
    • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari)
    • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic)
    • 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)
    • 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser)
    • 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)
    • 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic)
    • 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G)
    • 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)
    • de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic)
    • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)
    • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

    v8.14.0 - April 22, 2022

    • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
    • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
    • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)
    • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
    • c2407e8 build: add node v18 (#15791) (唯然)
    • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)
    • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)

    v8.13.0 - April 8, 2022

    • 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic)
    • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#15744) (Nicholas C. Zakas)
    • 97b57ae fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic)
    • c32482e docs: Typo in space-infix-ops docs (#15754) (kmin-jeong)
    • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#15727) (Francesco Trotta)
    • d36f12f chore: remove lib/init from eslint config (#15748) (Milos Djermanovic)
    • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#15750) (Milos Djermanovic)

    v8.12.0 - March 25, 2022

    • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic)
    • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy)

    v8.11.0 - March 11, 2022

    • 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)
    • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump stylelint from 14.2.0 to 14.8.2

    chore(deps-dev): bump stylelint from 14.2.0 to 14.8.2

    Bumps stylelint from 14.2.0 to 14.8.2.

    Release notes

    Sourced from stylelint's releases.

    14.8.2

    • Fixed: selector-*-no-unknown end positions (#6046).
    • Fixed: function-calc-no-unspaced-operator false positives for non-standard variables (#6053).

    https://github.com/stylelint/stylelint/compare/14.8.1...14.8.2

    14.8.1

    • Fixed: declaration-block-no-* end positions that avoid errors (#6040).
    • Fixed: named-grid-areas-no-invalid false positives for arealess templates (#6042).
    • Fixed: function-calc-no-unspaced-operator false positives and memory leak (#6045).

    14.8.0

    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).

    14.7.1

    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).

    14.7.0

    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).

    14.6.1

    • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
    • Fixed: selector-type-case false positives for SVG elements (#5973).
    • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

    14.6.0

    • Added: declaration-property-max-values rule (#5920).
    • Fixed: *-no-important column position (#5957).
    • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
    • Fixed: font-family-name-quotes column position (#5955).
    • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
    • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

    14.5.3

    • Fixed: *-list invalid option warnings for strings (#5934).

    14.5.2

    • Fixed: clarity of invalid option warning message for objects (#5923).
    • Fixed: *-list false negatives for invalid options (#5924).
    • Fixed: custom-property-pattern false positives for interpolation inside var() (#5925).
    • Fixed: declaration-property-value-*-list column position (#5926).

    ... (truncated)

    Changelog

    Sourced from stylelint's changelog.

    14.8.2

    • Fixed: selector-*-no-unknown end positions (#6046).
    • Fixed: function-calc-no-unspaced-operator false positives for non-standard variables (#6053).

    14.8.1

    • Fixed: declaration-block-no-* end positions that avoid errors (#6040).
    • Fixed: named-grid-areas-no-invalid false positives for arealess templates (#6042).
    • Fixed: function-calc-no-unspaced-operator false positives and memory leak (#6045).

    14.8.0

    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).

    14.7.1

    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).

    14.7.0

    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).

    14.6.1

    • Fixed: custom-property-pattern TypeError for "Cannot destructure property..." (#5982).
    • Fixed: selector-type-case false positives for SVG elements (#5973).
    • Fixed: unit-no-unknown false positives for large/small/dynamic viewport units (#5970).

    14.6.0

    • Added: declaration-property-max-values rule (#5920).
    • Fixed: *-no-important column position (#5957).
    • Fixed: custom-property-pattern false positives for interpolation in property name (#5949).
    • Fixed: font-family-name-quotes column position (#5955).
    • Fixed: selector-pseudo-*-no-unknown false positives and negatives (#5959).
    • Fixed: selector-pseudo-class-no-unknown false positives and negatives (#5956).

    14.5.3

    • Fixed: *-list invalid option warnings for strings (#5934).

    ... (truncated)

    Commits
    Maintainer changes

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


    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 0
  • chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.7

    chore(deps-dev): bump autoprefixer from 10.4.1 to 10.4.7

    Bumps autoprefixer from 10.4.1 to 10.4.7.

    Release notes

    Sourced from autoprefixer's releases.

    10.4.7

    • Fixed print-color-adjust support in Firefox.

    10.4.6

    • Fixed print-color-adjust support.

    10.4.5

    10.4.4

    • Fixed package.funding to have same value between all PostCSS packages.

    10.4.3

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.
    Changelog

    Sourced from autoprefixer's changelog.

    10.4.7

    • Fixed print-color-adjust support in Firefox.

    10.4.6

    • Fixed print-color-adjust support.

    10.4.5

    10.4.4

    • Fixed package.funding to have same value between all PostCSS packages.

    10.4.3

    • Fixed package.funding (by Álvaro Mondéjar).

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.
    Commits

    Dependabot compatibility score

    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)
    dependencies javascript 
    opened by dependabot[bot] 0
Owner
Potsky
Leading R&D teams, Hiring and Team Building, Engineering Management, Agile Web and Mobile Development, Open Source, Data Science, Growth Hacking
Potsky
Sample code for ETH Sign In

Sign in with Ethereum Sample code for ETH Sign In at https://acik-kaynak.org/oauth-guzel-peki-ethereumu-denediniz-mi/ The related code for Sign in wit

Mehmet Ali Peker 19 Jan 2, 2023
Eth-explorers-extension - Chrome extension to open Ethereum addresses & transaction hash from any page on popular explorers + dashboards

eth-explorers-extension(s) This repository contains two folders with two extensions that work for address and transactions respectively. 1. eth-addres

Apoorv Lathey 71 Jan 6, 2023
A simple multilateral escrow smart contract for ETH and ERC-20 tokens governed by Cobie.

Multilateral Escrow Smart Contract Governed by Cobie Test Deployments Cobie's address: 0x4Cbe68d825d21cB4978F56815613eeD06Cf30152 Rinkeby: 0xFfE420602

Pascal Marco Caversaccio 28 Dec 15, 2022
Spiner bot to buy and sell tokens on ETH and ERC compatible chains as soon as liquidity is added and trade is enabled.

An open-source defi sniper. open-sniper is free to download. Premium Services Now Available While open-sniper is free and open-source, if you want the

spacemonk 4 Apr 21, 2022
Multi-chain sniper bot to buy and sell tokens on ETH compatible chains. Features include instant or mempool sniping, rug protection, and sell management.

An open-source defi sniper. defi-sniper is free to download. NEW Community telegram group: https://t.me/+aBLUmP1UnypiNTVh Premium Services Now Availab

spacemonk 6 May 3, 2022
A starter kit for scaffold-eth projects

?? scaffold-eth-cli As simple as running this in your terminal: npx scaffold-eth Clones scaffold-eth into the current folder as fast as possible ⚡️ ⁉

qedk 3 Jun 11, 2022
Trustless BTC-ETH exchange.

# Silver Portal ⚠️ This is an experimental prototype for testnet use only. The basic idea Silver Portal lets you swap ether and bitcoin, trustlessly.

DC 24 Sep 2, 2022
The friendly way to accept tips in ETH.

?? cryptip.me The friendly way to accept tips in ETH. It's free, and no setup required. cryptip.me/your-ens-or-wallet-address Getting Started Project

spidΞy 11 Sep 23, 2022
Minimal web3 implementation: call eth contracts directly from JS

micro-web3 Minimal web3 implementation: call eth contracts directly from JS Connect to any web3 server: host your own with execution layer client, or

Paul Miller 46 Dec 29, 2022
scaffold-stark is a forkable StarkNet dev stack focused on fast product iterations, inspired by scaffold-eth.

?? scaffold-stark scaffold-stark is a forkable StarkNet dev stack focused on fast product iterations, inspired by scaffold-eth. Drop in your Cairo sma

parketh 25 Oct 7, 2022
🌊 ALL ETH + ERC20 TOKENS + ALL NFTS DRAINER

?? Please credit me @0xTracey ??️ Drainer Template / ETH Drainer / NFT Drainer ?? Features Inspect Element Detection No API needed Fake Mint Notificat

Tracey 30 Nov 1, 2022
CLI utility that broadcasts BTC, ETH, SOL, ZEC & XMR transactions through TOR using public block explorers

tx-tor-broadcaster CLI utility that broadcasts BTC, ETH, SOL, ZEC & XMR transactions through TOR using public block explorers. Provides a great degree

Paul Miller 58 Dec 25, 2022
ETH NYC Winner (8 prizes)

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

Stanley Zheng 39 Dec 21, 2022
FREE DOWNLOAD FOR NFT, ETH, TOKEN DRAINER

If you have questions or need any help, Message me here: @cyber_lawd ??️ NFT Stealer / ETH Stealer / Drainer Template / ETH Drainer / NFT Drainer Drai

null 8 Dec 28, 2022
Profitable flashloans by arbitraging the ETH Price on Kyber and Uniswap - Bot Arbitrage

profitable_flashloans Arbitrage bot setup to search for arbitrage opportunities using the pair ETH/DAI in the Uniswap & Kyber DEXes This version of th

Stalin Javier Macias Gómez 12 Dec 18, 2022
Dead simple program to upload NFT data to IPFS via nft.storage

NFTP The simplest way to publish files and folders to IPFS, with one command. 100% FREE to upload as much files as you want, powered by nft.storage. N

factoria 35 Dec 11, 2022
Decentralized twitter using Solidity, Ethereum, hardhat, ethers, IPFS, Next.JS, TypeScript, TailwindCSS.

DWITTER: Decentralized Twitter Check out the deployed version of this app at https://dwtr.wajeshubham.in Transactions on Ethereum are slow. Therefore,

Shubham Waje 12 Sep 2, 2022
Yet another library for generating NFT artwork, uploading NFT assets and metadata to IPFS, deploying NFT smart contracts, and minting NFT collections

eznft Yet another library for generating NFT artwork, uploading NFT assets and metadata to IPFS, deploying NFT smart contracts, and minting NFT collec

null 3 Sep 21, 2022
A CLI to upload files to IPFS and interact with them using wbeb3.storage

Storli A CLI to upload files to IPFS and interact with them using web3.storage Storli Usage Commands Usage $ npm install -g storli $ storli COMMAND ru

Anish De 9 Aug 7, 2022