You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oops! Something went wrong! :(
ESLint: 10.8.0
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'eslint-plugin-import' imported from eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:301:9)
at packageResolve (node:internal/modules/esm/resolve:768:81)
at moduleResolve (node:internal/modules/esm/resolve:859:18)
at defaultResolve (node:internal/modules/esm/resolve:992:11)
at #cachedDefaultResolve (node:internal/modules/esm/loader:704:20)
at #resolveAndMaybeBlockOnLoaderThread (node:internal/modules/esm/loader:724:38)
at ModuleLoader.resolveSync (node:internal/modules/esm/loader:762:56)
at #resolve (node:internal/modules/esm/loader:686:17)
at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:606:35)
at ModuleJob.syncLink (node:internal/modules/esm/module_job:163:33)
[JAVASCRIPT_ES_ERROR_FLAT_CONFIG_MODULE_NOT_FOUND] ESLint v9+/v10 flat config (`eslint.config.mjs`) uses native ESM resolution, which does not honor `NODE_PATH`. Bare imports like `import js from '@eslint/js'` fail when ESLint runs from MegaLinter's bundled install.
Resolutions:
- Use `createRequire` in your `eslint.config.mjs` (see the "ESLint v10" section in this linter's documentation above).
- Or install your project's dependencies and run the project-local ESLint binary:
JAVASCRIPT_ES_PRE_COMMANDS:
- command: yarn install --frozen-lockfile --ignore-scripts
cwd: workspace
continue_if_failed: false
JAVASCRIPT_ES_CLI_EXECUTABLE: node_modules/.bin/eslint
❌ TSX / eslint - 1 error
Oops! Something went wrong! :(
ESLint: 10.8.0
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'eslint-plugin-import' imported from eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:301:9)
at packageResolve (node:internal/modules/esm/resolve:768:81)
at moduleResolve (node:internal/modules/esm/resolve:859:18)
at defaultResolve (node:internal/modules/esm/resolve:992:11)
at #cachedDefaultResolve (node:internal/modules/esm/loader:704:20)
at #resolveAndMaybeBlockOnLoaderThread (node:internal/modules/esm/loader:724:38)
at ModuleLoader.resolveSync (node:internal/modules/esm/loader:762:56)
at #resolve (node:internal/modules/esm/loader:686:17)
at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:606:35)
at ModuleJob.syncLink (node:internal/modules/esm/module_job:163:33)
[TSX_ESLINT_ERROR_FLAT_CONFIG_MODULE_NOT_FOUND] ESLint v9+/v10 flat config (`eslint.config.mjs`) uses native ESM resolution, which does not honor `NODE_PATH`. Bare imports like `import tsPlugin from '@typescript-eslint/eslint-plugin'` fail when ESLint runs from MegaLinter's bundled install.
Resolutions:
- Use `createRequire` in your `eslint.config.mjs` (see the "ESLint v10" section in this linter's documentation above).
- Or install your project's dependencies and run the project-local ESLint binary:
TSX_ESLINT_PRE_COMMANDS:
- command: yarn install --frozen-lockfile --ignore-scripts
cwd: workspace
continue_if_failed: false
TSX_ESLINT_CLI_EXECUTABLE: node_modules/.bin/eslint
❌ ACTION / zizmor - 1 error
INFO zizmor: 🌈 zizmor v1.25.0
fatal: no audit was performed
'ref-confusion' audit failed on file://.github/workflows/mega-linter.yml
Caused by:
0: error in 'ref-confusion' audit
1: couldn't list branches for actions/checkout
2: request error while accessing GitHub API
3: HTTP status client error (401 Unauthorized) for url (https://github.com/actions/checkout.git/git-upload-pack)
[ACTION_ZIZMOR_ERROR_GITHUB_API_UNREACHABLE] Zizmor could not access a repository referenced by a `uses:` clause via the GitHub API (missing token, insufficient scope, or cross-repo private access).
To allow zizmor to authenticate with GITHUB_TOKEN (or a PAT with `Contents: read-only`), whitelist the variable in your .mega-linter.yml:
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES:
- GITHUB_TOKEN
If the referenced workflow is in a private repo outside the current one, provide a PAT with cross-repo access instead of the default GITHUB_TOKEN, or run zizmor in offline mode.
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/dependabot.yml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
Notices
⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: MARKDOWN_MARKDOWN_LINK_CHECK. See Removed linters to find their replacements.
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps postcss from 8.5.21 to 8.5.23.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
eb9e1feRelease 8.5.23 version9d19c78Update dependencies7beca13Does no load source map file without opts.fromdecea51Typoc18e30dUpdate EM banner98a39adUpdate EM bannera3e48c4Release 8.5.22 versionf49d691Fix custom property losing its semicolon before a comment (#2117)