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

Bump style-loader from 1.2.1 to 2.0.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 12, 2020

Bumps style-loader from 1.2.1 to 2.0.0.

Release notes

Sourced from style-loader's releases.

v2.0.0

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css'' (#489) (727a24d)
  • removed support for loaders returning String instead of Array (#491) (7a0ce4c)

⚠ NOTICE

To avoid problems between style-loader and mini-css-extract-plugin because of changing the esModule option to true by default we strongly recommend upgrading mini-css-extract-plugin to 1.0.0 version.

v1.3.0

1.3.0 (2020-10-03)

Features

Bug Fixes

Changelog

Sourced from style-loader's changelog.

2.0.0 (2020-10-09)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css'' (#489) (727a24d)
  • removed support for loaders returning String instead of Array (#491) (7a0ce4c)

⚠ NOTICE

To avoid problems between style-loader and mini-css-extract-plugin because of changing the esModule option to true by default we strongly recommend upgrading mini-css-extract-plugin to 1.0.0 version.

1.3.0 (2020-10-03)

Features

Bug Fixes

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 12, 2020
@github-actions
Copy link

Benchmark for d28cd9a

Click to view benchmark
Test PR Benchmark Master Benchmark %
Arithmetic operations (Execution) 360.8±4.99ns 356.9±5.70ns +1.09%
Arithmetic operations (Full) 259.3±3.69µs 261.6±3.89µs -0.88%
Array access (Execution) 8.2±0.10µs 8.1±0.15µs +1.23%
Array access (Full) 283.3±2.14µs 280.3±3.77µs +1.07%
Array creation (Execution) 3.2±0.03ms 3.2±0.05ms 0.00%
Array creation (Full) 3.7±0.04ms 3.7±0.05ms 0.00%
Array pop (Execution) 1154.8±15.06µs 1151.3±15.15µs +0.30%
Array pop (Full) 1709.6±18.92µs 1711.0±20.63µs -0.08%
Boolean Object Access (Execution) 4.9±0.09µs 4.8±0.09µs +2.08%
Boolean Object Access (Full) 272.2±4.04µs 275.4±3.32µs -1.16%
Clean js (Execution) 719.1±10.09µs 722.4±10.48µs -0.46%
Clean js (Full) 1077.0±26.25µs 1063.9±16.73µs +1.23%
Clean js (Parser) 34.8±0.49µs 34.7±0.38µs +0.29%
Create Realm 467.8±6.48ns 471.0±8.34ns -0.68%
Dynamic Object Property Access (Execution) 5.5±0.05µs 5.4±0.08µs +1.85%
Dynamic Object Property Access (Full) 275.9±7.41µs 274.9±4.02µs +0.36%
Expression (Parser) 6.8±0.10µs 6.7±0.08µs +1.49%
Fibonacci (Execution) 797.9±2.14µs 780.2±11.05µs +2.27%
Fibonacci (Full) 1085.9±12.35µs 1081.5±15.46µs +0.41%
For loop (Execution) 22.1±0.30µs 22.0±0.31µs +0.45%
For loop (Full) 297.4±3.63µs 294.2±4.56µs +1.09%
For loop (Parser) 16.9±0.30µs 16.9±0.30µs 0.00%
Goal Symbols (Parser) 11.6±0.18µs 11.6±0.15µs 0.00%
Hello World (Parser) 3.0±0.05µs 2.9±0.04µs +3.45%
Long file (Parser) 741.7±11.13ns 749.3±8.69ns -1.01%
Mini js (Execution) 661.6±9.34µs 651.4±9.13µs +1.57%
Mini js (Full) 971.1±14.58µs 969.5±11.70µs +0.17%
Mini js (Parser) 30.5±0.44µs 30.8±0.27µs -0.97%
Number Object Access (Execution) 3.9±0.03µs 3.9±0.06µs 0.00%
Number Object Access (Full) 271.7±4.09µs 271.6±3.64µs +0.04%
Object Creation (Execution) 4.6±0.06µs 4.6±0.06µs 0.00%
Object Creation (Full) 268.6±3.46µs 271.5±4.11µs -1.07%
RegExp (Execution) 63.9±1.21µs 63.6±1.39µs +0.47%
RegExp (Full) 344.3±4.24µs 348.3±5.44µs -1.15%
RegExp Literal (Execution) 67.5±1.23µs 67.3±1.32µs +0.30%
RegExp Literal (Full) 351.9±4.60µs 349.2±4.78µs +0.77%
RegExp Literal Creation (Execution) 64.0±1.01µs 63.9±1.36µs +0.16%
RegExp Literal Creation (Full) 341.3±4.92µs 345.5±5.34µs -1.22%
Static Object Property Access (Execution) 4.9±0.04µs 4.8±0.07µs +2.08%
Static Object Property Access (Full) 273.4±2.77µs 270.2±3.93µs +1.18%
String Object Access (Execution) 7.1±0.15µs 7.1±0.09µs 0.00%
String Object Access (Full) 278.2±3.91µs 275.3±3.58µs +1.05%
String comparison (Execution) 6.5±0.06µs 6.4±0.07µs +1.56%
String comparison (Full) 278.1±4.11µs 275.9±3.58µs +0.80%
String concatenation (Execution) 5.2±0.10µs 5.1±0.07µs +1.96%
String concatenation (Full) 271.4±3.69µs 274.8±3.50µs -1.24%
String copy (Execution) 4.0±0.06µs 3.9±0.04µs +2.56%
String copy (Full) 265.5±4.12µs 268.0±3.15µs -0.93%
Symbols (Execution) 3.3±0.04µs 3.3±0.05µs 0.00%
Symbols (Full) 260.4±3.50µs 262.5±2.37µs -0.80%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants