From 918ef06c6fc56f77cfa62187daf81934e3abf0f6 Mon Sep 17 00:00:00 2001 From: Giorgos Giakoumettis Date: Tue, 8 Dec 2020 13:49:04 +0200 Subject: [PATCH] Update from source (#1) * Bump find-my-way from 3.0.1 to 3.0.5 (#407) Bumps [find-my-way](https://github.com/delvedor/find-my-way) from 3.0.1 to 3.0.5. - [Release notes](https://github.com/delvedor/find-my-way/releases) - [Commits](https://github.com/delvedor/find-my-way/compare/v3.0.1...v3.0.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update changelog for 0.11.1 * 0.11.1 * 0.11.2 * ignore more tests * 0.11.2 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson --- .npmignore | 8 ++++++++ CHANGELOG.md | 9 +++++++++ package.json | 2 +- renovate.json | 5 ----- yarn.lock | 10 +++++----- 5 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 .npmignore delete mode 100644 renovate.json diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..471de961 --- /dev/null +++ b/.npmignore @@ -0,0 +1,8 @@ +*.peterbe +*~ +dummy* +hack* +coverage +/tests +scripts/lintcheck.sh +/.github diff --git a/CHANGELOG.md b/CHANGELOG.md index f08aa553..f772d142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.11.2 + +* Add a `.npmignore` to avoid shipping tests and backup files. + +# 0.11.1 + +* Upgrade sub-dependency `find-my-way` + [pull#407](https://github.com/peterbe/minimalcss/pull/407) + # 0.11.0 * The main parameter `urls` can no be a string called just `url`. You just diff --git a/package.json b/package.json index 3b239318..77a08be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minimalcss", - "version": "0.11.0", + "version": "0.11.2", "description": "Extract the minimal CSS used in a set of URLs with puppeteer", "main": "./index.js", "author": "Peter Bengtsson", diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f45d8f11..00000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "config:base" - ] -} diff --git a/yarn.lock b/yarn.lock index 5c28dd81..d2b1c7bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1629,7 +1629,7 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -fast-decode-uri-component@^1.0.0: +fast-decode-uri-component@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543" integrity sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg== @@ -1765,11 +1765,11 @@ fill-range@^7.0.1: to-regex-range "^5.0.1" find-my-way@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-3.0.1.tgz#3df89fd2b145446c09291e1fd0bb67af1177deda" - integrity sha512-tHUHIRGTcfl3phGKLZeD2Xkb+I0QZr4xduSwCJG5Ke11pdJTGuMDtAyAiJzUdWBZJgHA0H42Pb0WF3H321KbRA== + version "3.0.5" + resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-3.0.5.tgz#f71c5ef1b4865401e1b97ba428121a8f55439eec" + integrity sha512-FweGg0cv1sBX8z7WhvBX5B5AECW4Zdh/NiB38Oa0qwSNIyPgRBCl/YjxuZn/rz38E/MMBHeVKJ22i7W3c626Gg== dependencies: - fast-decode-uri-component "^1.0.0" + fast-decode-uri-component "^1.0.1" safe-regex2 "^2.0.0" semver-store "^0.3.0"