Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps eslint-plugin-n from 17.16.2 to 17.17.0.

Release notes

Sourced from eslint-plugin-n's releases.

v17.17.0

17.17.0 (2025-03-26)

🌟 Features

  • allow-modules: include virtual: in the modules pattern (#425) (a109793)
  • node-builtin: Add support for import.meta properties (#420) (76fc219)

🩹 Fixes

  • no-unpublished: allowModules option was disabled when using TS alias (#423) (9ae39fb)
  • type errors (#427) (8e3c290)
Changelog

Sourced from eslint-plugin-n's changelog.

17.17.0 (2025-03-26)

🌟 Features

  • allow-modules: include virtual: in the modules pattern (#425) (a109793)
  • node-builtin: Add support for import.meta properties (#420) (76fc219)

🩹 Fixes

  • no-unpublished: allowModules option was disabled when using TS alias (#423) (9ae39fb)
  • type errors (#427) (8e3c290)
Commits
  • 63cbdb9 chore(master): release 17.17.0 (#426)
  • a109793 feat(allow-modules): include virtual: in the modules pattern (#425)
  • 8e3c290 fix: type errors (#427)
  • 76fc219 feat(node-builtin): Add support for import.meta properties (#420)
  • 9ae39fb fix(no-unpublished): allowModules option was disabled when using TS alias (...
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Mar 26, 2025
@flex-development flex-development bot enabled auto-merge (squash) March 26, 2025 12:32
@codecov
Copy link

codecov bot commented Mar 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (521ba38) to head (0b4b289).
Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #142   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           34        34           
  Lines         1067      1067           
  Branches       132       132           
=========================================
  Hits          1067      1067           
Flag Coverage Δ
node23 100.00% <ø> (ø)
Components Coverage Δ
constructs 100.00% <100.00%> (ø)
internal 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a55802...0b4b289. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch 7 times, most recently from 5ccc42c to 51ae8b0 Compare April 1, 2025 12:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch 13 times, most recently from a7d9c2c to 7837a72 Compare April 10, 2025 12:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch 3 times, most recently from 6601a7f to 328b384 Compare April 17, 2025 12:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch from 75409bd to 26d7264 Compare April 21, 2025 13:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch 8 times, most recently from af35790 to 2544235 Compare April 23, 2025 13:12
unicornware
unicornware previously approved these changes Apr 23, 2025
Copy link
Member

@unicornware unicornware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@github-project-automation github-project-automation bot moved this from 🆕 New to 🔖 Ready in @flex-development/fsm-tokenizer Apr 23, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch from bddd10c to ce64ac5 Compare April 23, 2025 13:17
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.16.2 to 17.17.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.16.2...v17.17.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch from 13ec6bb to 5cf57b5 Compare April 24, 2025 13:02
Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2025

Superseded by #200.

@dependabot dependabot bot closed this May 9, 2025
auto-merge was automatically disabled May 9, 2025 12:17

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-n-17.17.0 branch May 9, 2025 12:17
@github-project-automation github-project-automation bot moved this from 🔖 Ready to 🥶 Icebox in @flex-development/fsm-tokenizer May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:dependencies dependency updates type:build changes to the build system or external dependencies

Projects

Status: 🥶 Icebox

Development

Successfully merging this pull request may close these issues.

2 participants