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 npm-development group across 1 directory with 4 updates #529

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the npm-development group with 4 updates in the /docs directory: postcss, tailwindcss, vitepress and vue.

Updates postcss from 8.4.45 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').
Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').
Commits

Updates tailwindcss from 3.4.10 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

v3.4.11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Changelog

Sourced from tailwindcss's changelog.

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

[3.4.11] - 2024-09-11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)
Commits

Updates vitepress from 1.3.4 to 1.4.1

Release notes

Sourced from vitepress's releases.

v1.4.1

Please refer to CHANGELOG.md for details.

v1.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.4.1 (2024-10-13)

Bug Fixes

  • broken rewrites on windows (#4268) (b46d6d3)
  • client: use usePreferredDark with appearance: "force-auto" (#4263) (3e8fc40)
  • client: wrong script async check (461a5b0)
  • theme: bind missing no icon prop in the menu link component #4260 (b96712c)
  • theme: improve local search input a11y (#4066) (92b92ae)

Features

  • experimental: support passing function for rewrites (#4274) (8436472)

1.4.0 (2024-10-07)

Bug Fixes

  • vueRE conflicting with lineNoRE (#4247) (2ac64b8)
  • hmr not updating page data in rewritten paths and file path is wrong in mdit for dynamic routes (c46e4b7), closes #4172
  • remove font synthesis in webfont mode, google fonts now support italic axis in inter (1628918)
  • theme: change the order of CSS rules of VPFlyout (#4225) (68150a6), closes #4224
  • theme: respect custom tag prop in VPButton component (#4185) (9c5d348)

Features

  • add data-title attribute for code group label tag (#4152) (bc7271d)
  • allow ignoring certain headers and their subtrees completely in outline (3e11b6a), closes #4171
  • client: add onAfterPageLoad hook in router (#4126) (315c220)
  • support adding extra attributes to snippet imports (useful for twoslash) (#4100) (e8f7dd1)
  • theme: expose theme default VPLink & VPSocialLink(s) component (#4178) (615e33b)
  • trigger onContentUpdated on frontmatter-only changes too (0db269a)
Commits
  • 99d9f7d release: v1.4.1
  • 9086130 chore: bump deps
  • 821812d ci: don't run cr on tag pushes
  • c8645e0 ci: enable nightly releases
  • b96712c fix: reapply #4260
  • ef703cf Revert "fix(theme): bind missing no icon prop in the menu link component (#42...
  • d4712c1 fix(theme): bind missing no icon prop in the menu link component (#4260)
  • 39236c5 docs: redirect /guide to /guide/getting-started (#4276)
  • 0db71ae docs: add info about the {open} attr for details container (#4067)
  • 8436472 feat(experimental): support passing function for rewrites (#4274)
  • Additional commits viewable in compare view

Updates vue from 3.5.1 to 3.5.12

Release notes

Sourced from vue's releases.

v3.5.12

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.11

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.5

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.4

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.3

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.12 (2024-10-11)

Bug Fixes

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)

3.5.10 (2024-09-27)

Bug Fixes

... (truncated)

Commits
  • 770ea67 release: v3.5.12
  • c82b662 refactor(reactivity): reduce size of collectionHandlers (#12152)
  • ea943af fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...
  • d82fa61 chore: format
  • d96883c test(reactivity): test for verifying no unnecessary calls of reactive array i...
  • 1ae545a fix(hydration): provide compat fallback for idle callback hydration strategy ...
  • 05685a9 fix(types): retain union type narrowing with defaults applied (#12108)
  • cde2c06 fix(compiler): clone loc to ifNode (#12131)
  • 4474c11 fix(compiler-sfc): use sass modern api if available and avoid deprecation war...
  • 9da1ac1 fix(runtime-core): fix required prop check false positive for kebab-case edge...
  • Additional commits viewable in compare view

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 npm-development group with 4 updates in the /docs directory: [postcss](https://github.com/postcss/postcss), [tailwindcss](https://github.com/tailwindlabs/tailwindcss), [vitepress](https://github.com/vuejs/vitepress) and [vue](https://github.com/vuejs/core).


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

Updates `tailwindcss` from 3.4.10 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.10...v3.4.13)

Updates `vitepress` from 1.3.4 to 1.4.1
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.3.4...v1.4.1)

Updates `vue` from 3.5.1 to 3.5.12
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.1...v3.5.12)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

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 Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

Superseded by #533.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/npm-development-5eda674efa branch October 15, 2024 15:37
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