Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack-contrib/css-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.7.2
Choose a base ref
...
head repository: webpack-contrib/css-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.7.3
Choose a head ref
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 18, 2022

  1. chore(deps): bump loader-utils from 2.0.3 to 2.0.4 (#1481)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.3...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    239b9ac View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    6c67af8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    9449827 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    04ca713 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1486)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3f3f302 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. fix: remove sourceURL from emitted CSS (#1487)

    In this case the `sourceURL` is not needed as the entire sourcemap which contains all the information is being embedded.
    
    Multiple `sourceURL` is also causing issues when in Chrome devtools. See: angular/angular-cli#24414 for more information.
    alan-agius4 authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    962924c View commit details
    Browse the repository at this point in the history
  2. chore: fix cspell

    alexander-akait committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    36fb945 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.7.3

    alexander-akait committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ef749f2 View commit details
    Browse the repository at this point in the history
Loading