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 the pnpm-dependencies group with 4 updates #147

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pnpm-dependencies group with 4 updates: @nolebase/vitepress-plugin-enhanced-readabilities, prettier, sass and vitepress-sidebar.

Updates @nolebase/vitepress-plugin-enhanced-readabilities from 2.12.1 to 2.15.0

Release notes

Sourced from @​nolebase/vitepress-plugin-enhanced-readabilities's releases.

v2.15.0

   🐞 Bug Fixes

    View changes on GitHub

v2.14.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.13.7

   🚀 Features

    View changes on GitHub

v2.13.6

What's Changed

Full Changelog: nolebase/integrations@v2.13.5...v2.13.6

v2.13.5

What's Changed

New Contributors

... (truncated)

Commits
  • 2485515 release: v2.15.0
  • acf65cf release: v2.14.0
  • 77f5e5f fix(pnpm): shouldn't use catalog for peer dep now
  • 699fcce release: v2.13.7
  • 08d0ee0 release: v2.13.6
  • ab10a09 fix(enhanced-readabilities): priority of stylesheet not overriding width of c...
  • bba432c chore(deps): bump dependencies
  • 7c122df Revert "fix(deps): update all non-major dependencies (#408)"
  • 88be0c5 fix(deps): update all non-major dependencies (#408)
  • 242a2ca refactor: do typecheck, fix type issues (#407)
  • Additional commits viewable in compare view

Updates prettier from 3.4.2 to 3.5.2

Release notes

Sourced from prettier's releases.

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits
  • 399f427 Release 3.5.2
  • bf5aab8 Revert "Use ESM entrypoint for require(ESM)" (#17156)
  • c98acab Replace execa with nano-spawn in release script (#17129)
  • 4460a4e chore(deps): update eslint related dependencies (#17162)
  • f0707f5 chore(deps): update eslint related dependencies (major) (#17163)
  • e2624b6 Enforce dependency version be pinned in all packages (#17161)
  • 1cee47a chore(deps): update dependency react-markdown to v10 (#17160)
  • 7ce2a35 chore(deps): update dependency postcss to v8.5.3 (#17158)
  • 1fe7969 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...
  • 8eb0630 chore(deps): update dependency knip to v5.44.4 (#17153)
  • Additional commits viewable in compare view

Updates sass from 1.83.4 to 1.85.1

Release notes

Sourced from sass's releases.

Dart Sass 1.85.1

To install Sass 1.85.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

See the full changelog for changes in earlier releases.

Dart Sass 1.85.0

To install Sass 1.85.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No longer fully trim redundant selectors generated by @extend. This caused unacceptable performance issues for certain heavy users of @extend. We'll try to find a more performant way to accomplish it in the future.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

1.85.0

  • No longer fully trim redundant selectors generated by @extend. This caused unacceptable performance issues for certain heavy users of @extend. We'll try to find a more performant way to accomplish it in the future.

1.84.0

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

  • Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS.

  • Fix the error message for @extend without a selector and possibly other parsing edge-cases in contexts that allow interpolation.

Embedded Host

  • Fixed the implementation of the SassBoolean type to adhere to the spec, now using a class instead of an interface.
Commits

Updates vitepress-sidebar from 1.30.2 to 1.31.0

Changelog

Sourced from vitepress-sidebar's changelog.

1.31.0 (2025-02-07)

  • BREAKING CHANGES: The excludeFiles and excludeFolders options have now been completely removed and replaced with excludePattern.
  • Handling decimals in frontmatter order sorting (#197)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pnpm-dependencies group with 4 updates: [@nolebase/vitepress-plugin-enhanced-readabilities](https://github.com/nolebase/integrations/tree/HEAD/packages/vitepress-plugin-enhanced-readabilities), [prettier](https://github.com/prettier/prettier), [sass](https://github.com/sass/dart-sass) and [vitepress-sidebar](https://github.com/jooy2/vitepress-sidebar).


Updates `@nolebase/vitepress-plugin-enhanced-readabilities` from 2.12.1 to 2.15.0
- [Release notes](https://github.com/nolebase/integrations/releases)
- [Commits](https://github.com/nolebase/integrations/commits/v2.15.0/packages/vitepress-plugin-enhanced-readabilities)

Updates `prettier` from 3.4.2 to 3.5.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.2)

Updates `sass` from 1.83.4 to 1.85.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.4...1.85.1)

Updates `vitepress-sidebar` from 1.30.2 to 1.31.0
- [Changelog](https://github.com/jooy2/vitepress-sidebar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jooy2/vitepress-sidebar/commits)

---
updated-dependencies:
- dependency-name: "@nolebase/vitepress-plugin-enhanced-readabilities"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
- dependency-name: vitepress-sidebar
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pnpm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pnpm-dependencies-2f47dc12be branch March 1, 2025 21:51
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants