enonic / app-ai-chatbot

Other
0 stars 1 forks source link

Bump stylelint-processor-styled-components from 1.3.1 to 1.10.0 #118

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps stylelint-processor-styled-components from 1.3.1 to 1.10.0.

Changelog

Sourced from stylelint-processor-styled-components's changelog.

1.10.0

  • upgrade @​babel/core to ^7.8.3 to support new ECMAScript 2020 features by default, see #290
  • upgrade stylelint to 13 and other dependencies/devDependencies

1.9.0

  • upgrade stylelint to 12

1.8.0

  • support new option ignoreFiles, which allows to skip files to be linted

1.7.0

  • upgrade stylelint to 10, and drop supports for Node < 8 as well

1.6.0

  • avoid block-no-empty error
  • support new option strict, which allows to only parse importName

1.5.2

  • upgrade postcss@7

1.5.1

  • fix column number if it is at the first line of interpolation
  • clean module level variables before each running

1.5.0

  • fix line number is undefined if source is empty
  • support new option parserPlugins, which allows to specify custom babel plugins to parse

1.4.0

  • upgrade babylon parser to @​babel/parser
  • able to show parse errors to users
  • support new option importName, which allows to import wrapper components object from other names
  • filter redundant warnings introduced by v1.2.0
  • more intelligent guessing for interpolations

1.3.2

  • added support for optional chaining to our babylon parser
  • various minor development improvements that shouldn't affect the product
Commits
  • 0c2d33c 1.10.0
  • 167e8a1 prepare changelog for 1.10.0
  • 1961899 add tests for supported ECMAScript features
  • 02e907a Merge pull request #290 from KubaJastrz/maintenance
  • 40cd776 Remove babel plugins from readme
  • a8efea2 Remove babel plugins that are already supported
  • 8024dfd Bump stylelint and fix tests on Windows
  • 76dbafd Integrate prettier with eslint
  • 89fb6fa Bump depependencies
  • 0221906 Fix jest configuration
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by chinesedfan, a new releaser for stylelint-processor-styled-components 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)