diff --git a/package.json b/package.json index b072002..27343ba 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@remix-run/eslint-config": "1.4.3", + "@remix-run/eslint-config": "1.5.1", "@remix-run/node": "1.4.3", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-node-resolve": "^13.3.0", @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^16.2.4", - "@commitlint/config-conventional": "^16.2.4", + "@commitlint/config-conventional": "^17.0.2", "@semantic-release/changelog": "^6.0.1", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", diff --git a/yarn.lock b/yarn.lock index 1c966d8..e529b59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1021,12 +1021,12 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^16.2.4": - version "16.2.4" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz#56647108c89ed06fc5271242787550331988c0fb" - integrity sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA== +"@commitlint/config-conventional@^17.0.2": + version "17.0.2" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz#298c9076e25c1e8760f04ee1be8ce43c856a4b72" + integrity sha512-MfP0I/JbxKkzo+HXWB7B3WstGS4BiniotU3d3xQ9gK8cR0DbeZ4MuyGCWF65YDyrcDTS3WlrJ3ndSPA1pqhoPw== dependencies: - conventional-changelog-conventionalcommits "^4.3.1" + conventional-changelog-conventionalcommits "^5.0.0" "@commitlint/config-validator@^16.2.1": version "16.2.1" @@ -1759,10 +1759,10 @@ dependencies: "@octokit/openapi-types" "^11.2.0" -"@remix-run/eslint-config@1.4.3": - version "1.4.3" - resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-1.4.3.tgz#68027965f17e2a38760abc322d7314de2c36c67f" - integrity sha512-eDWw9e0vId9ogC1lI75514wJeIFqE4bcSOl1u3JwC6H8rEXBuuPuAQQzjBdL61naEmAvS1yKfbUzmbP6ghEPog== +"@remix-run/eslint-config@1.5.1": + version "1.5.1" + resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-1.5.1.tgz#3539c882dfe62e2f408ec306ca35d3b2dadefe5e" + integrity sha512-JOCTH1QYAqqp/t7BBeurtlhXRSm06nFRjH0NOD/ZtpRzEWMYmuLat07hPJCeyrwwMzDJkx1mdeq5ktOUn50Klw== dependencies: "@babel/core" "^7.17.5" "@babel/eslint-parser" "^7.17.0" @@ -3245,10 +3245,10 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.11: compare-func "^2.0.0" q "^1.5.1" -conventional-changelog-conventionalcommits@^4.3.1: - version "4.6.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2" - integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g== +conventional-changelog-conventionalcommits@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86" + integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw== dependencies: compare-func "^2.0.0" lodash "^4.17.15"