Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 27, 2020

This PR contains the following updates:

Package Type Update Change
css-loader devDependencies patch 3.5.2 -> 3.5.3
eslint-config-prettier devDependencies minor 6.10.1 -> 6.11.0
node-sass devDependencies minor 4.13.1 -> 4.14.0
prettier (source) devDependencies patch 2.0.4 -> 2.0.5
style-loader devDependencies minor 1.1.4 -> 1.2.0
webpack devDependencies minor 4.42.1 -> 4.43.0

Release Notes

webpack-contrib/css-loader

v3.5.3

Compare Source

prettier/eslint-config-prettier

v6.11.0

Compare Source

  • Added: [@​typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@​hbergren)!
sass/node-sass

v4.14.0

Compare Source

https://github.com/sass/node-sass/releases/tag/v4.14.0

prettier/prettier

v2.0.5

Compare Source

diff

Less: Fix formatting of :extend (#​7984 by @​fisker)
// Input
.class {
  &:extend(.some-class .some-other-class .some-very-loooooooooooooong-class all);
}

// Prettier 2.0.4
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.4 (Second format)
.class {
  &: extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.5
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}
Editor integration: Use resolve if builtin require.resolve is overridden (#​8072 by @​fisker)

This fixes issues that the users of Atom and WebStorm faced with 2.0.4.

Prettier now switches to using the resolve module for resolving configuration files and plugins if it detects that require.resolve isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set the PRETTIER_FALLBACK_RESOLVE environment variable to true.

webpack-contrib/style-loader

v1.2.0

Compare Source

Features
  • hot module replacement for css modules (6d14e0a)
1.1.4 (2020-04-15)
webpack/webpack

v4.43.0

Compare Source

Features

  • add module.hot.invalidate() to HMR API

Dependencies

  • push versions for forced security updates

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.

@dmt0 dmt0 merged commit 01ec813 into master Apr 27, 2020
@dmt0 dmt0 deleted the renovate/minor-devdeps branch April 27, 2020 03:18
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.

3 participants