Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stylelint from 16.2.1 to 16.3.0 #7738

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps stylelint from 16.2.1 to 16.3.0.

Release notes

Sourced from stylelint's releases.

16.3.0

Changelog

Sourced from stylelint's changelog.

16.3.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.1 to 16.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.2.1...16.3.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jrjohnson as a code owner March 25, 2024 09:55
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@dependabot dependabot bot requested a review from stopfstedt as a code owner March 25, 2024 09:55
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Mar 25, 2024
@stopfstedt stopfstedt self-assigned this Mar 25, 2024
@stopfstedt
Copy link
Member

stopfstedt commented Mar 25, 2024

this is broken

running it from the repo root:

stefan@nichtsnutz: ~/dev/projects/frontend on dependabot/npm_and_yarn/stylelint-16.3.0[$]
$ pnpm run lint:css

> @ lint:css /home/stefan/dev/projects/frontend
> pnpm run --parallel lint:css

Scope: 5 of 6 workspace projects
packages/frontend lint:css$ stylelint "**/*.scss"
packages/ilios-common lint:css$ stylelint "**/*.scss"
packages/lti-course-manager lint:css$ stylelint "**/*.scss"
packages/lti-dashboard lint:css$ stylelint "**/*.scss"
packages/test-app lint:css$ stylelint "**/*.scss"
packages/test-app lint:css: Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/stylelint-prettier/' is not supported resolving ES modules imported from /home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/utils/dynamicImport.mjs
packages/test-app lint:css: Did you mean to import /home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/stylelint-prettier/index.js?
packages/test-app lint:css:     at finalizeResolution (node:internal/modules/esm/resolve:258:11)
packages/test-app lint:css:     at moduleResolve (node:internal/modules/esm/resolve:917:10)
packages/test-app lint:css:     at defaultResolve (node:internal/modules/esm/resolve:1130:11)
packages/test-app lint:css:     at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:396:12)
packages/test-app lint:css:     at ModuleLoader.resolve (node:internal/modules/esm/loader:365:25)
packages/test-app lint:css:     at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38)
packages/test-app lint:css:     at ModuleLoader.import (node:internal/modules/esm/loader:328:34)
packages/test-app lint:css:     at importModuleDynamically (node:internal/modules/esm/translators:158:35)
packages/test-app lint:css:     at importModuleDynamicallyCallback (node:internal/modules/esm/utils:207:14)
packages/test-app lint:css:     at dynamicImport (file:///home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/utils/dynamicImport.mjs:12:68)
packages/lti-dashboard lint:css: Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/stylelint-prettier/' is not supported resolving ES modules imported from /home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/utils/dynamicImport.mjs
packages/lti-dashboard lint:css: Did you mean to import /home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/stylelint-prettier/index.js?
packages/lti-dashboard lint:css:     at finalizeResolution (node:internal/modules/esm/resolve:258:11)
packages/lti-dashboard lint:css:     at moduleResolve (node:internal/modules/esm/resolve:917:10)
packages/lti-dashboard lint:css:     at defaultResolve (node:internal/modules/esm/resolve:1130:11)
packages/lti-dashboard lint:css:     at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:396:12)
packages/lti-dashboard lint:css:     at ModuleLoader.resolve (node:internal/modules/esm/loader:365:25)
packages/lti-dashboard lint:css:     at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38)
packages/lti-dashboard lint:css:     at ModuleLoader.import (node:internal/modules/esm/loader:328:34)
packages/lti-dashboard lint:css:     at importModuleDynamically (node:internal/modules/esm/translators:158:35)
packages/lti-dashboard lint:css:     at importModuleDynamicallyCallback (node:internal/modules/esm/utils:207:14)
packages/lti-dashboard lint:css:     at dynamicImport (file:///home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/utils/dynamicImport.mjs:12:68)
packages/lti-course-manager lint:css: Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/stylelint-prettier/' is not supported resolving ES modules imported from /home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/utils/dynamicImport.mjs
packages/lti-course-manager lint:css: Did you mean to import /home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/stylelint-prettier/index.js?
packages/lti-course-manager lint:css:     at finalizeResolution (node:internal/modules/esm/resolve:258:11)
packages/lti-course-manager lint:css:     at moduleResolve (node:internal/modules/esm/resolve:917:10)
packages/lti-course-manager lint:css:     at defaultResolve (node:internal/modules/esm/resolve:1130:11)
packages/lti-course-manager lint:css:     at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:396:12)
packages/lti-course-manager lint:css:     at ModuleLoader.resolve (node:internal/modules/esm/loader:365:25)
packages/lti-course-manager lint:css:     at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38)
packages/lti-course-manager lint:css:     at ModuleLoader.import (node:internal/modules/esm/loader:328:34)
packages/lti-course-manager lint:css:     at importModuleDynamically (node:internal/modules/esm/translators:158:35)
packages/lti-course-manager lint:css:     at importModuleDynamicallyCallback (node:internal/modules/esm/utils:207:14)
packages/lti-course-manager lint:css:     at dynamicImport (file:///home/stefan/dev/projects/frontend/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/utils/dynamicImport.mjs:12:68)
packages/lti-dashboard lint:css: Failed
/home/stefan/dev/projects/frontend/packages/lti-dashboard:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  [email protected] lint:css: `stylelint "**/*.scss"`
Exit status 1
packages/test-app lint:css: Failed
packages/lti-course-manager lint:css: Failed
 ELIFECYCLE  Command failed with exit code 1.

refs stylelint/stylelint#7576

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2024

Superseded by #7744.

@dependabot dependabot bot closed this Mar 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-16.3.0 branch March 27, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file DO NOT MERGE javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant