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: bholloway/resolve-url-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.3
Choose a base ref
...
head repository: bholloway/resolve-url-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 21, 2021

  1. Bump PostCSS

    This is a security update, see https://www.npmjs.com/advisories/1693
    derrabus authored Jun 21, 2021
    Copy the full SHA
    757f653 View commit details
  2. update lockfile

    bholloway committed Jun 21, 2021
    Copy the full SHA
    3d7c15a View commit details

Commits on Jun 22, 2021

  1. Merge pull request #210 from derrabus/patch-1

    Bump PostCSS
    bholloway authored Jun 22, 2021
    Copy the full SHA
    43e2fcc View commit details
  2. 3.1.4

    bholloway committed Jun 22, 2021
    Copy the full SHA
    b87086a View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 packages/resolve-url-loader/package.json
  2. +4 −4 yarn.lock
4 changes: 2 additions & 2 deletions packages/resolve-url-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resolve-url-loader",
"version": "3.1.3",
"version": "3.1.4",
"description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
"main": "index.js",
"repository": {
@@ -43,7 +43,7 @@
"convert-source-map": "1.7.0",
"es6-iterator": "2.0.3",
"loader-utils": "1.2.3",
"postcss": "7.0.21",
"postcss": "7.0.36",
"rework": "1.0.1",
"rework-visit": "1.0.0",
"source-map": "0.6.1"
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1162,10 +1162,10 @@ posix-character-classes@^0.1.0:
resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=

postcss@7.0.21:
version "7.0.21"
resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==
postcss@7.0.36:
version "7.0.36"
resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"