Skip to content

deps: bump @pwrs/cem from 0.10.1 to 0.10.5#25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/pwrs/cem-0.10.5
Open

deps: bump @pwrs/cem from 0.10.1 to 0.10.5#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/pwrs/cem-0.10.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps @pwrs/cem from 0.10.1 to 0.10.5.

Release notes

Sourced from @​pwrs/cem's releases.

v0.10.5

What's Changed

Full Changelog: bennypowers/cem@v0.10.4...v0.10.5

v0.10.4

Workspace Mode for Monorepo Support

Run all one-shot commands (generate, validate, health, export, search, list) from a monorepo root. When package.json declares workspaces, cem auto-detects and iterates over packages that have a customElements field, running per-package with bounded parallelism.

  • Config cascade: workspace root config falls through to packages for generate, health, and export settings
  • Root-relative file patterns and demo discovery globs resolve correctly per-package
  • --output is mutually exclusive with workspace mode; each package writes to its own customElements path
  • Single-package override with -p still works
  • Dev server (serve) supports workspace mode from the root
  • Includes monorepo example fixture

LSP: CSS Ambiguous Comment Diagnostics

The LSP now surfaces warnings when a CSS declaration has a JSDoc comment and multiple var() calls, matching existing cem generate behavior. Code actions let you resolve the ambiguity by moving the comment inline before a specific var() call.

  • Added CSS document type and language handler to the LSP
  • .css files now registered in the document manager
  • Multi-line comments handled correctly in code action ranges

Centralized .git Directory Pruning

New platform.WalkDir wrapper around fs.WalkDir that silently prunes .git directories by default, with optional additional dirs to skip. All directory traversal call sites converted to use it, fixing a missing .git exclusion in serve/build.go.

  • Removed dead MockFileParser code
  • watchDir rejects paths outside working directory to prevent path traversal
  • Walk errors now propagated instead of swallowed

What's Changed

Full Changelog: bennypowers/cem@v0.10.3...v0.10.4

v0.10.3

What's Changed

Full Changelog: bennypowers/cem@v0.10.2...v0.10.3

... (truncated)

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 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 [@pwrs/cem](https://github.com/bennypowers/cem/tree/HEAD/npm) from 0.10.1 to 0.10.5.
- [Release notes](https://github.com/bennypowers/cem/releases)
- [Commits](https://github.com/bennypowers/cem/commits/v0.10.5/npm)

---
updated-dependencies:
- dependency-name: "@pwrs/cem"
  dependency-version: 0.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: dependencies update. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants