aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-25 20:41:05 -0500
committerGitHub <noreply@github.com>2023-09-25 20:41:05 -0500
commit7f366d1599ab0d969d421ba2e43407be6e753954 (patch)
tree574c14922d50424f6923c3c53bd6b80c304f4f33
parentce46186cf6eb40323dc650811947bcd11f4e3f9c (diff)
downloadcompiler-explorer-gh-8851.tar.gz
compiler-explorer-gh-8851.zip
chore(deps): update dependency eslint-import-resolver-typescript to ^3.6.1 (#5512)gh-8851
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-import-resolver-typescript](https://togithub.com/import-js/eslint-import-resolver-typescript) | [`^3.6.0` -> `^3.6.1`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/3.6.0/3.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-import-resolver-typescript/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-import-resolver-typescript/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-import-resolver-typescript/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-import-resolver-typescript/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)</summary> ### [`v3.6.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#361) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.6.0...v3.6.1) ##### Patch Changes - [#&#8203;241](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/241) [`cf5d67f`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/cf5d67f8482bbb2b8ef3e7572f4791a00b4119aa) Thanks [@&#8203;klippx](https://togithub.com/klippx)! - Fix CJS import to make it compatible with ESM projects </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/compiler-explorer/compiler-explorer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index ea2fbb51b..d6e923005 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -122,7 +122,7 @@
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-github": "^1.1.4",
- "eslint-import-resolver-typescript": "^3.6.0",
+ "eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.4.5",
"eslint-plugin-node": "^11.1.0",
@@ -8797,9 +8797,9 @@
}
},
"node_modules/eslint-import-resolver-typescript": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.0.tgz",
- "integrity": "sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==",
+ "version": "3.6.1",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz",
+ "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",
diff --git a/package.json b/package.json
index e56829d52..f0f944b58 100644
--- a/package.json
+++ b/package.json
@@ -131,7 +131,7 @@
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-github": "^1.1.4",
- "eslint-import-resolver-typescript": "^3.6.0",
+ "eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.4.5",
"eslint-plugin-node": "^11.1.0",