Skip to content

Commit

Permalink
Merge pull request #201 from bholloway/release-v4
Browse files Browse the repository at this point in the history
Prepare to release v4
  • Loading branch information
bholloway committed May 10, 2021
2 parents fef805b + 7dc584e commit 657a637
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
8.9
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Resolve URL Loader

The **version 4** is in **beta** on `master` branch. 🥳
We're working on **version 5** right now.
* Update `node` to recent LTS.
* Update `postcss` to latest
* Remove `rework` completely

Install `resolve-url-loader@next` in your project!
Stay tuned for a `resolve-url-loader@next` coming soon.

* Better resolution of the original source location - You can more successfully use url() in variables and mixins. 🎉
* Dependencies now accept a wider range and explicit dependency on `rework` and `rework-visit` has been removed. 😌
* Tested for webpack 5. 👍
----

The **version 4** is released. 🥳

Read the [improved documentation](packages/resolve-url-loader/README.md).
Install `resolve-url-loader@latest` in your project!

Migrate using the [changelog](packages/resolve-url-loader/CHANGELOG.md).
Read the [documentation](../v4-maintenance/packages/resolve-url-loader/README.md).
Migrate using the [changelog](../v4-maintenance/packages/resolve-url-loader/CHANGELOG.md).

----

The **version 3** is now maintenance only, refer to [v3-maintenance](../v3-maintenance/packages/resolve-url-loader/README.md) branch.
The **version 3** is now maintenance only.

Refer to [v3-maintenance](../v3-maintenance/packages/resolve-url-loader/README.md) branch.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
},
"engines": {
"node": ">=8.9"
},
"resolutions": {
"diff": "^3.5.0",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion packages/resolve-url-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ When you use **fully relative paths** in `url()` statements then Webpack expects

To illustrate here are 3 simple examples of SASS and Webpack _without_ `resolve-url-loader`.

[![the basic problem](https://raw.githubusercontent.com/bholloway/resolve-url-loader/master/packages/resolve-url-loader/docs/basic-problem.svg)](docs/basic-problem.svg)
[![the basic problem](https://raw.githubusercontent.com/bholloway/resolve-url-loader/v4-maintenance/packages/resolve-url-loader/docs/basic-problem.svg)](docs/basic-problem.svg)

The first 2 cases are trivial and work fine. The asset is specified in the root SCSS file and Webpack finds it.

Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-url-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bugs": {
"url": "https://github.com/bholloway/resolve-url-loader/issues"
},
"homepage": "https://github.com/bholloway/resolve-url-loader/tree/master/packages/resolve-url-loader",
"homepage": "https://github.com/bholloway/resolve-url-loader/tree/v4-maintenance/packages/resolve-url-loader",
"engines": {
"node": ">=8.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-my-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"micromatch": "^4.0.2",
"mkdirp": "^0.5.1",
"ms": "^2.1.2",
"object-path-immutable": "^4.0.2",
"object-path-immutable": "^4.1.1",
"promise-compose": "^1.1.2",
"recursive-readdir": "^2.2.2",
"rimraf": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -662,10 +662,10 @@ lodash.get@^4.4.2:
resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=

lodash@~4.17.19:
version "4.17.19"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
lodash@^4.17.21, lodash@~4.17.19:
version "4.17.21"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

lolex@^5.0.1, lolex@^5.1.2:
version "5.1.2"
Expand Down

0 comments on commit 657a637

Please sign in to comment.