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

chore(deps): update minor and patch #166

Merged
merged 1 commit into from
Mar 16, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2019

This PR contains the following updates:

Package Type Update Change References
autoprefixer devDependencies minor 9.4.10 -> 9.5.0 source
copy-webpack-plugin devDependencies patch 5.0.0 -> 5.0.1 source
eslint devDependencies patch 5.15.1 -> 5.15.2 homepage, source
webpack-cli devDependencies minor 3.2.3 -> 3.3.0 source

Release Notes

postcss/autoprefixer

v9.5.0

Compare Source

Coat of Arms of Hogwarts

Autoprefixer 9.5 brings mask-composite support.

a {
  mask-composite: add;
}
b {
  mask: url(intersect.png) intersect, url(exclude.png);
}
a {
  -webkit-mask-composite: source-over;
          mask-composite: add;
}
b {
  -webkit-mask: url(intersect.png), url(exclude.png);
  -webkit-mask-composite: source-in, xor;
          mask: url(intersect.png) intersect, url(exclude.png);
}

Thanks to @​semeleven for implementation and @​iamvdo for suggestion.

webpack-contrib/copy-webpack-plugin

v5.0.1

Compare Source

Bug Fixes
eslint/eslint

v5.15.2

Compare Source

  • 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #​11268) (#​11407) (Mark de Dios)
  • 5d2083f Upgrade: eslint-scope@4.0.3 (#​11513) (Teddy Katz)
  • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#​11476) (Ben Chauvette)
  • 448e8da Chore: improve crash reporting (fixes #​11304) (#​11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#​11435) (薛定谔的猫)
  • d6c1122 Docs: Add working groups to maintainer guide (#​11400) (Nicholas C. Zakas)
  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #​11504) (#​11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#​11500) (Reece Dunham)
  • 956e883 Docs: Fix example in no-restricted-modules docs (#​11454) (Paul O’Shannessy)
  • 2c7431d Docs: fix json schema example dead link (#​11498) (kazuya kawaguchi)
  • e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#​11492) (Mihira Jayasekera)
  • 6693161 Sponsors: Sync README with website (ESLint Jenkins)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#​11434) (薛定谔的猫)
  • 34a5382 Build: copy bundled espree to website directory (#​11478) (Pig Fang)
  • f078f9a Chore: use "file:" dependencies for internal rules/config (#​11465) (Teddy Katz)
  • 0756128 Docs: Add visualstudio to formatter list (#​11480) (Patrick Eriksson)
  • 44de9d7 Docs: Fix typo in func-name-matching rule docs (#​11484) (Iulian Onofrei)
webpack/webpack-cli

v3.3.0

Compare Source

Full Changelog

New Features

  • use webpack.config as default name in dev scaffold (385a672)
  • only display once a week (b6199e5)
  • add util to run-and-get watch proc (1d2ccd5)
  • add test-util to append data to file (e9e1dcb)
  • log: clean single line logs (5d2284b)
  • log: add gitignore (7c830b5)
  • log: make log package (df7c224)
  • log: add clrscr function (11b3bff)
  • log: few changes (bc32727)
  • log: add newline for title (4047213)
  • log: remove unwanted commits (c088f3e)
  • log: task based custom loggers (2c43a41)

Chore

Docs

  • scaffolding: lowercase Webpack (d19c1f7)
  • scaffolding: fix typos (b94b0de)
  • scaffolding: improve grammar (6b79072)
  • add lerna badge in README (#​786)
  • contributing: refactor & formatting (1042cb2)
  • contributing: improve formatting (47fcd7f)
  • contributing: : at the end of paragraphs (48d65fd)
  • contributing: update instructions to run individual tests (b7cca58)
  • contributing: update instructions to run individual tests (bc0297a)
  • contributing: add yarn before running jest (126cf55)
  • contributing: commands to install jest globally (18b7c2e)
  • contributing: fixes typo (c458380)
  • contributing: improves formatting (abac823)
  • contributing: adds prebuild instructions (81cb46a)
  • readme: add downloads badge (dc2423c)
  • scaffold: add link option for local (f8424be)
  • scaffold: Add installation guide for packages/webpack-scaffold (#​727)
  • scaffolding: fix typo (98818a1)
  • scaffolding: improve description & formatting (0f657d0)
  • scaffolding: fix links (e11c524)
  • scaffolding: add yarn example (d47eea0)
  • scaffolding: fix typo (87ba169)
  • scaffolding: improved structure, formatting, typos (8949f82)
  • init documentaion (4b130bb)
  • rename Webpack to webpack (900c13e)
  • init documentaion (14d2b47)

Fix

  • bin: use compiler.close API correctly for stats (568161d)
  • bin: extension detection (#​724)
  • init: lint code (20aab48)
  • init: support global installation (1cb0166)
  • init: revert to local installation (48b3b23)
  • init: update prompt command (c1c0739)
  • init: update prompt command (1cab3cb)
  • readme: remove old dependency status link (4df0000)
  • readme: add fallback badge for dependency status (0e3753b)
  • tests: remove snapshot for static compilation (54a3ac4)
  • tests: remove snapshot for static compilation (3af0948)
  • tests: update jest (d195774)
  • close compiler, own sh script and output clearing (6ded275)
  • failing test (88888bb)
  • failing test (986472a)
  • test: fix travis ts build (22d3acc)

Tests

  • azure pipelines (c9c3fea)
  • bin: add webpack.config.ts related test (#​724)
  • bin: add webpack.config.babel.js related test (#​724)
  • module: use extractSummary (7bde073)
  • watch: use copyFile functionality (c61fe92)
  • add copyFile function in test-utils (1b21e81)
  • config-file: use extractSummary (7554fe7)
  • config-name: use extractSummary (3e30a57)
  • env: use extractSummary (aa0cf25)
  • fix: fix failing tests (5669311)
  • fix: fix failing tests (f1f7db1)
  • help: use extractSummary (0ba72c4)
  • watch: use switch pattern for verbosity off (c00386b)
  • watch: hash assertion for single-config-opt (55632d6)
  • watch: hash assertion for single-config (48f34d1)
  • watch: hash assertion for multi-config-watch-opt (6dd2327)
  • watch: hash assertion multi-config (6b4d339)
  • watch: hash assertion info-verbosity-verbose (42e5ee8)
  • watch: remove test.only for info-verbosity-off (675d5c0)
  • improve appendFile test-case (18bde78)
  • remove eslint comment for requireReturn (be7b259)
  • watch: test failure using done(error) (46d2e37)
  • watch: use native require first (20e8579)
  • watch: use better comments (b6efe2d)
  • add type to appendDataIfFileExists util (f853302)
  • make comment clear about fs.copyFileSync (d1d3d02)
  • use 10E6 instead of 10e6 (c9c5832)
  • bin: add .babelrc to webpack-babel-config test (#​724)
  • bin-cases: expose extractSummary as function (73714f5)
  • config-type: use extractSummary (ed36260)
  • entry: use extractSummary (745a369)
  • errors: use extractSummary (3c8628c)
  • fix: fix failing tests (7cb531b)
  • fix: fix failing tests (a967485)
  • mode: use extractSummary (3277d41)
  • output: use extractSummary (cb60b15)
  • plugins: use extractSummary (02e08dc)
  • silent: use extractSummary (ea89a82)
  • stats: use extractSummary (7f4e504)
  • watch: hash assertion for info-verbosity-off (e0a0d97)
  • watch: use extractSummary (8357dbc)

Misc

  • Correction of the webpack-merge configuration (2ed8c60)
  • replace opencollective with light vers (848bf4b)

Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

👻 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 Renovate Bot. View repository job log here.

@renovate renovate bot added the renovate label Mar 16, 2019
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from a15427a to 2123c1d Compare March 16, 2019 08:30
@renovate renovate bot merged commit 6836deb into master Mar 16, 2019
@renovate renovate bot deleted the renovate/minor-and-patch branch March 16, 2019 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant