Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #228

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch ^7.10.2 -> ^7.10.3
@babel/preset-env (source) devDependencies patch ^7.10.2 -> ^7.10.3
autoprefixer devDependencies patch ^9.8.0 -> ^9.8.2
chalk devDependencies minor ^4.0.0 -> ^4.1.0
eslint (source) devDependencies minor ^7.1.0 -> ^7.3.0
eslint-config-airbnb-base devDependencies minor ^14.1.0 -> ^14.2.0
eslint-plugin-import devDependencies minor ^2.20.2 -> ^2.21.2
eslint-plugin-prettier devDependencies patch ^3.1.3 -> ^3.1.4
lint-staged devDependencies patch ^10.2.8 -> ^10.2.11
sass devDependencies patch ^1.26.7 -> ^1.26.9
stylelint (source) devDependencies minor ^13.5.0 -> ^13.6.1
stylelint-config-prettier devDependencies patch ^8.0.1 -> ^8.0.2
webpack-cli devDependencies patch ^3.3.11 -> ^3.3.12

Release Notes

babel/babel

v7.10.3

Compare Source

v7.10.3 (2020-06-19)

Thanks @​AjayPoshak, @​jessethomson, @​sajadtorkamani, @​shaodahong and @​wlawt for their first PRs!

👓 Spec Compliance
  • babel-parser
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
  • babel-plugin-proposal-logical-assignment-operators
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
🐛 Bug Fix
💅 Polish
🏠 Internal
Committers: 11
postcss/autoprefixer

v9.8.2

Compare Source

  • Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.

v9.8.1

Compare Source

  • Replace chalk to kleur (by Luke Edwards).
  • Update docs (by @​mbomb007).
chalk/chalk

v4.1.0

Compare Source

eslint/eslint

v7.3.0

Compare Source

v7.2.0

Compare Source

  • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#​12895) (Milos Djermanovic)
  • 27ef73f Update: reporter locr of func-call-spacing (refs #​12334) (#​13311) (Anix)
  • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #​13195) (#​13367) (Milos Djermanovic)
  • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #​12334) (#​13377) (Anix)
  • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#​13387) (Veniamin Krol)
  • 220349f Chore: Remove duplicate health files (#​13380) (Nicholas C. Zakas)
  • dd949ae Update: support ?? operator, import.meta, and export * as ns (#​13196) (Toru Nagashima)
  • d5fce9f Update: enable es2020 environment in --init (#​13357) (Milos Djermanovic)
  • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#​13386) (Yosuke Ota)
  • b76aef7 Update: Improve report location for template-tag-spacing (refs #​12334) (#​13203) (Milos Djermanovic)
  • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#​13351) (Milos Djermanovic)
  • 426088c Fix: no-unused-vars updated location to last reference (fixes #​13181) (#​13354) (Anix)
  • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #​12334) (#​13365) (Milos Djermanovic)
  • f858f2a Chore: Add Tidelift to funding.yml (#​13371) (Nicholas C. Zakas)
  • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)
  • c29bd9f Chore: Add breaking/core change link to issue templates (#​13344) (Kai Cataldo)
  • d55490f Sponsors: Sync README with website (ESLint Jenkins)
airbnb/javascript

v14.2.0

Compare Source

benmosher/eslint-plugin-import

v2.21.2

Compare Source

Fixed
  • [order]: avoid a crash on TypeScript’s export import syntax ([#​1808], thanks [@​ljharb])
  • [newline-after-import]: consider TypeScript import = syntax' ([#​1811], thanks [@​ljharb])
  • [no-internal-modules]: avoid a crash on a named export declaration ([#​1814], thanks [@​ljharb])

v2.21.1

Compare Source

Fixed
  • TypeScript: [import/named]: avoid requiring typescript when not using TS ([#​1805], thanks [@​ljharb])

v2.21.0

Compare Source

Added
  • [import/default]: support default export in TSExportAssignment ([#​1528], thanks [@​joaovieira])
  • [no-cycle]: add ignoreExternal option ([#​1681], thanks [@​sveyret])
  • [order]: Add support for TypeScript's "import equals"-expressions ([#​1785], thanks [@​manuth])
  • [import/default]: support default export in TSExportAssignment ([#​1689], thanks [@​Maxim-Mazurok])
  • [no-restricted-paths]: add custom message support ([#​1802], thanks [@​malykhinvi])
Fixed
  • [group-exports]: Flow type export awareness ([#​1702], thanks [@​ernestostifano])
  • [order]: Recognize pathGroup config for first group ([#​1719], [#​1724], thanks [@​forivall], [@​xpl])
  • [no-unused-modules]: Fix re-export not counting as usage when used in combination with import ([#​1722], thanks [@​Ephem])
  • [no-duplicates]: Handle TS import type ([#​1676], thanks [@​kmui2])
  • [newline-after-import]: recognize decorators ([#​1139], thanks [@​atos1990])
  • [no-unused-modules]: Revert "[flow] no-unused-modules: add flow type support" ([#​1770], thanks [@​Hypnosphi])
  • TypeScript: Add nested namespace handling ([#​1763], thanks [@​julien1619])
  • [namespace]/ExportMap: Fix interface declarations for TypeScript ([#​1764], thanks [@​julien1619])
  • [no-unused-modules]: avoid order-dependence ([#​1744], thanks [@​darkartur])
  • [no-internal-modules]: also check export from syntax ([#​1691], thanks [@​adjerbetian])
  • TypeScript: [export]: avoid a crash with export = ([#​1801], thanks [@​ljharb])
Changed
  • [Refactor] no-extraneous-dependencies: use moduleVisitor ([#​1735], thanks [@​adamborowski])
  • TypeScript config: Disable [named][] ([#​1726], thanks [@​astorije])
  • [readme] Remove duplicate no-unused-modules from docs ([#​1690], thanks [@​arvigeus])
  • [Docs] order: fix bad inline config ([#​1788], thanks [@​nickofthyme])
  • [Tests] Add fix for Windows Subsystem for Linux ([#​1786], thanks [@​manuth])
  • [Docs] no-unused-rules: Fix docs for unused exports ([#​1776], thanks [@​barbogast])
  • [eslint] bump minimum v7 version to v7.2.0
prettier/eslint-plugin-prettier

v3.1.4

Compare Source

  • Avoid clearing Prettier cache when not using prettierrc (#​303) (3c8e2d9)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
  • build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
  • build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
  • build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
  • Chore: Add CI tests for ESLint 7 (#​291) (cc2979b)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
okonet/lint-staged

v10.2.11

Compare Source

Bug Fixes
  • run all git commands with submodule.recurse=false (#​888) (86c9ed2)

v10.2.10

Compare Source

Bug Fixes
  • Git directory is not correctly resolved if GIT_WORK_TREE is set to relative path (#​887) (a1904ec)

v10.2.9

Compare Source

Bug Fixes
  • update listr@2.1.0 and add enquirer peer dependency (#​883) (0daae61)
sass/dart-sass

v1.26.9

Compare Source

  • Use an updated version of node_preamble when compiling to JS.

v1.26.8

Compare Source

  • Fixes an error when emitting source maps to stdout.
stylelint/stylelint

v13.6.1

Compare Source

  • Fixed: max-empty-lines TypeError from inline comment with autofix and sugarss syntax (#​4821).
  • Fixed: property-no-unknown false positives for namespaced variables (#​4803).
  • Fixed: selector-type-no-unknown false positives for idents within ::part pseudo-elements (#​4828).

v13.6.0

Compare Source

  • Added: ignoreSelectors[] to block-opening-brace-space-before (#​4640).
  • Fixed: false positives for all scope disables in --report-invalid-scope-disables (#​4784).
  • Fixed: TypeError for CSS-in-JS when encountering a call or template expression named 'html' (#​4797).
  • Fixed: writing error information to stderr (#​4799).
  • Fixed: minimum node version in package.json's engine field (#​4790).
  • Fixed: alpha-value-notation number precision errors (#​4802).
  • Fixed: font-family-no-missing-generic-family-keyword false positives for variables (#​4806).
  • Fixed: no-duplicate-selectors false positives for universal selector and disallowInList (#​4809).
prettier/stylelint-config-prettier

v8.0.2

Compare Source

webpack/webpack-cli

v3.3.12

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1ecb06 to ceeafa1 Compare June 4, 2020 13:50
@renovate renovate bot changed the title Update dependency lint-staged to ^10.2.9 Update all non-major dependencies Jun 4, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f141017 to bae92a9 Compare June 11, 2020 06:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cb57aca to 6a50493 Compare June 18, 2020 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6523103 to 38ef4b2 Compare June 21, 2020 01:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38ef4b2 to 434c5ee Compare June 22, 2020 22:14
@chalkygames123 chalkygames123 merged commit 442e5a7 into master Jun 23, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch June 23, 2020 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants