Skip to content

Remove url-regex from dependency tree #119

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ We 💛 contributions! The rules for contributing to this org are few:

## Before Committing

1. Use at least Node.js v6.14.4 or higher. [NVM](https://github.com/creationix/nvm) can be handy for switching between Node versions.
1. Use at least Node.js v10 or higher. [NVM](https://github.com/creationix/nvm) can be handy for switching between Node versions.
1. Lint your changes via `npm run lint`. Fix any errors and warnings before committing.
1. Test your changes via `npm run test`. Only Pull Requests with passing tests will be accepted.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please consider [becoming a patron](https://www.patreon.com/shellscape) if you f

## Requirements

`postcss-values-parser` Node version v6.14.0+ and PostCSS v7.0.0+.
`postcss-values-parser` Node version v10+ and PostCSS v7.0.0+.

## Benefits

Expand Down
29 changes: 7 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=6.14.4"
"node": ">=10"
},
"scripts": {
"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
Expand All @@ -35,9 +35,8 @@
],
"dependencies": {
"color-name": "^1.1.4",
"is-url-superb": "^3.0.0",
"postcss": "^7.0.5",
"url-regex": "^5.0.0"
"is-url-superb": "^4.0.0",
"postcss": "^7.0.5"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test/snapshots/func.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -3514,7 +3514,7 @@ Generated by [AVA](https://avajs.dev).
Word {
isColor: false,
isHex: false,
isUrl: true,
isUrl: false,
isVariable: false,
parent: [Circular],
raws: {
Expand Down Expand Up @@ -3638,7 +3638,7 @@ Generated by [AVA](https://avajs.dev).
Word {
isColor: false,
isHex: false,
isUrl: true,
isUrl: false,
isVariable: false,
parent: [Circular],
raws: {
Expand Down
Binary file modified test/snapshots/func.test.js.snap
Binary file not shown.