From e367fe41b84ca5a52e91aa26704f3eae067f3797 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Oct 2023 06:25:15 +0300 Subject: [PATCH] fix(deps): Update dependency eslint-plugin-n to v16.1.0 (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-n](https://togithub.com/eslint-community/eslint-plugin-n) | devDependencies | minor | [`16.0.2` -> `16.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-n/16.0.2/16.1.0) | --- ### Release Notes
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v16.1.0`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/16.1.0) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/16.0.2...16.1.0) - feat: Allow for automatic ts mapping detection ([#​114](https://togithub.com/eslint-community/eslint-plugin-n/issues/114)) ([`2ab30ce`](https://togithub.com/eslint-community/eslint-plugin-n/commit/2ab30ce)) - feat: add config `flat/recommended` and `flat/mixed-esm-and-cjs` ([#​111](https://togithub.com/eslint-community/eslint-plugin-n/issues/111)) ([`78595c4`](https://togithub.com/eslint-community/eslint-plugin-n/commit/78595c4)) - feat: export flat/recommended-script and flat/recommended-module ([#​113](https://togithub.com/eslint-community/eslint-plugin-n/issues/113)) ([`1f8fdc8`](https://togithub.com/eslint-community/eslint-plugin-n/commit/1f8fdc8)) - feat: add the ability to configure typescript to javascript file extension conversion ([#​112](https://togithub.com/eslint-community/eslint-plugin-n/issues/112)) ([`20d2713`](https://togithub.com/eslint-community/eslint-plugin-n/commit/20d2713))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- package-lock.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90e1bc6..bd7a21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2564,14 +2564,15 @@ } }, "node_modules/eslint-plugin-n": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.2.tgz", - "integrity": "sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.1.0.tgz", + "integrity": "sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "builtins": "^5.0.1", "eslint-plugin-es-x": "^7.1.0", + "get-tsconfig": "^4.7.0", "ignore": "^5.2.4", "is-core-module": "^2.12.1", "minimatch": "^3.1.2", @@ -3310,9 +3311,9 @@ } }, "node_modules/get-tsconfig": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.6.2.tgz", - "integrity": "sha512-E5XrT4CbbXcXWy+1jChlZmrmCwd5KGx502kDCXJJ7y898TtWW9FwoG5HfOLVRKmlmDGkWN2HM9Ho+/Y8F0sJDg==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", + "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", "dev": true, "dependencies": { "resolve-pkg-maps": "^1.0.0"