From 7e856e5e3557cd9e2ee9cc6964976c82cc0c70ab Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:20:36 +0200 Subject: [PATCH] fix(deps): Update dependency eslint-plugin-n to v16.6.0 (#114) 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.4.0` -> `16.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-n/16.4.0/16.6.0) | --- ### Release Notes
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v16.6.0`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/16.6.0) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/16.5.0...16.6.0) - feat: supported new globals added in the new node.js versions ([#​154](https://togithub.com/eslint-community/eslint-plugin-n/issues/154)) ([`7628925`](https://togithub.com/eslint-community/eslint-plugin-n/commit/7628925)) ### [`v16.5.0`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/16.5.0) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/16.4.0...16.5.0) #### Features - feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins rule ([#​153](https://togithub.com/eslint-community/eslint-plugin-n/issues/153)) ([`15a5850`](https://togithub.com/eslint-community/eslint-plugin-n/commit/15a5850)) - feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule ([#​152](https://togithub.com/eslint-community/eslint-plugin-n/issues/152)) ([`6835a10`](https://togithub.com/eslint-community/eslint-plugin-n/commit/6835a10)) #### Docs & Chores - docs: Auto-generate configs list with eslint-doc-generator ([#​146](https://togithub.com/eslint-community/eslint-plugin-n/issues/146)) ([`6409e34`](https://togithub.com/eslint-community/eslint-plugin-n/commit/6409e34)) - chore: Configure Renovate ([`0d6a0fe`](https://togithub.com/eslint-community/eslint-plugin-n/commit/0d6a0fe))
--- ### 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26ef940..d35d17a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2648,15 +2648,16 @@ } }, "node_modules/eslint-plugin-n": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.4.0.tgz", - "integrity": "sha512-IkqJjGoWYGskVaJA7WQuN8PINIxc0N/Pk/jLeYT4ees6Fo5lAhpwGsYek6gS9tCUxgDC4zJ+OwY2bY/6/9OMKQ==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.0.tgz", + "integrity": "sha512-Ag3tYFF90lYU8JdHEl9qSSpeLYbVnO+Oj7sgPUarWUacv1mPL3d5h5yG4Bv3tLe71hrcxmgTi7oByYwKXaVatw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "builtins": "^5.0.1", "eslint-plugin-es-x": "^7.5.0", "get-tsconfig": "^4.7.0", + "globals": "^13.24.0", "ignore": "^5.2.4", "is-builtin-module": "^3.2.1", "is-core-module": "^2.12.1",