Skip to content

Update minor devDeps #1057

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

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Update minor devDeps #1057

merged 1 commit into from
Sep 17, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 6, 2020

This PR contains the following updates:

Package Type Update Change
@percy/storybook devDependencies patch 3.3.0 -> 3.3.1
@storybook/react devDependencies patch 5.3.19 -> 5.3.21
eslint (source) devDependencies minor 7.8.1 -> 7.9.0
postcss (source) devDependencies patch 7.0.32 -> 7.0.34
postcss-combine-duplicated-selectors devDependencies minor 9.0.0 -> 9.1.0
prettier (source) devDependencies patch 2.1.1 -> 2.1.2

Release Notes

percy/percy-storybook

v3.3.1

Compare Source

What's new?

storybookjs/storybook

v5.3.21

Compare Source

Bug Fixes
  • Core: Add skip dispose option to ClientApi (#​9868)

v5.3.20

Compare Source

Bug Fixes
  • React-native server: Fix addon tabs (#​10468)
  • Addon-docs: Fix babel JSX handling in MDX (#​11448)
  • Revert "Fix: Search stories" (#​10916)
eslint/eslint

v7.9.0

Compare Source

  • 3ca2700 Fix: Corrected notice for invalid (:) plugin names (#​13473) (Josh Goldberg)
  • fc5783d Docs: Fix leaky anchors in v4 migration page (#​13635) (Timo Tijhof)
  • f1d07f1 Docs: Provide install commands for Yarn (#​13661) (Nikita Baksalyar)
  • 29d1cdc Fix: prefer-destructuring removes comments (refs #​13678) (#​13682) (Milos Djermanovic)
  • b4da0a7 Docs: fix typo in working with plugins docs (#​13683) (啸生)
  • 6f87db7 Update: fix id-length false negatives on Object.prototype property names (#​13670) (Milos Djermanovic)
  • 361ac4d Fix: NonOctalDecimalIntegerLiteral is decimal integer (fixes #​13588) (#​13664) (Milos Djermanovic)
  • f260716 Docs: update outdated link (#​13677) (klkhan)
  • 5138c91 Docs: add missing eslint directive comments in no-await-in-loop (#​13673) (Milos Djermanovic)
  • 17b58b5 Docs: clarify correct example in no-return-await (fixes #​13656) (#​13657) (Milos Djermanovic)
  • 9171f0a Chore: fix typo (#​13660) (Nitin Kumar)
  • 6d9f8fb Sponsors: Sync README with website (ESLint Jenkins)
  • 97b0dd9 Sponsors: Sync README with website (ESLint Jenkins)
  • deab125 Sponsors: Sync README with website (ESLint Jenkins)
  • bf2e367 Sponsors: Sync README with website (ESLint Jenkins)
  • 8929208 Sponsors: Sync README with website (ESLint Jenkins)
postcss/postcss

v7.0.34

Compare Source

  • Fix compatibility with postcss-scss 2.

v7.0.33

Compare Source

  • Add error message for PostCSS 8 plugins.
ChristianMurphy/postcss-combine-duplicated-selectors

v9.1.0

Compare Source

A new option removeDuplicatedValues has been added. (#​534 thanks @​MoltenCoffee)


In order to limit this to only combining properties when the values are equal, set the removeDuplicatedValues option to true instead. This could clean up duplicated properties, but allow for conscious duplicates such as fallbacks for custom properties.

const postcss = require('postcss');
const combineSelectors = require('postcss-combine-duplicated-selectors');

postcss([combineSelectors({removeDuplicatedValues: true})]);

This will transform the following css

.a {
  height: 10px;
}

.a {
  width: 20px;
  background: var(--custom-color);
  background: rgba(255, 165, 0, 0.5);
}

into

.a {
  height: 10px;
  width: 20px;
  background: var(--custom-color);
  background: rgba(255, 165, 0, 0.5);
}
prettier/prettier

v2.1.2

Compare Source

diff

Fix formatting for directives in fields (#​9116 by @​sosukesuzuki)

Renovate configuration

📅 Schedule: "before 2am on monday" (UTC).

🚦 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 changed the title Update minor devDeps Update minor devDeps to v7.10.4 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/minor-devdeps branch from 4f42949 to c47028b Compare July 11, 2020 06:12
@renovate renovate bot changed the title Update minor devDeps to v7.10.4 Update minor devDeps Jul 11, 2020
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 2 times, most recently from cd44398 to 6f86a3d Compare July 18, 2020 19:27
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 10 times, most recently from c8330f1 to 487beea Compare July 31, 2020 11:33
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 2 times, most recently from f16a465 to b25096c Compare August 4, 2020 22:17
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 6 times, most recently from 5bf26aa to edaecaf Compare August 14, 2020 21:31
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 6 times, most recently from 2121569 to 8233c2e Compare August 26, 2020 17:11
@renovate renovate bot force-pushed the renovate/minor-devdeps branch from 8233c2e to a3d8c7f Compare August 28, 2020 00:26
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 5 times, most recently from 569057c to 4708e6f Compare September 3, 2020 16:18
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 3 times, most recently from 2f369da to 0fb6758 Compare September 12, 2020 19:29
@renovate renovate bot force-pushed the renovate/minor-devdeps branch 2 times, most recently from 2286833 to 627d7ac Compare September 16, 2020 22:15
@renovate renovate bot force-pushed the renovate/minor-devdeps branch from 627d7ac to aecce9a Compare September 17, 2020 01:59
@dmt0 dmt0 merged commit 643e6c2 into master Sep 17, 2020
@dmt0 dmt0 deleted the renovate/minor-devdeps branch September 17, 2020 03:52
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.

2 participants