This repository was archived by the owner on Oct 14, 2025. It is now read-only.
chore(deps): update dev dependencies#42
Merged
GangGreenTemperTatum merged 1 commit intomainfrom May 29, 2025
Merged
Conversation
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | npm | @codemirror/view | 6.36.8 | 6.37.0 | | npm | @tailwindcss/postcss | 4.1.7 | 4.1.8 | | npm | tailwindcss | 4.1.7 | 4.1.8 |
GangGreenTemperTatum
approved these changes
May 29, 2025
GangGreenTemperTatum
pushed a commit
that referenced
this pull request
Jun 25, 2025
* chore(deps): update dev dependencies (#42) | datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | npm | @codemirror/view | 6.36.8 | 6.37.0 | | npm | @tailwindcss/postcss | 4.1.7 | 4.1.8 | | npm | tailwindcss | 4.1.7 | 4.1.8 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency vue to v3.5.16 (#41) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | vue | 3.5.14 | 3.5.16 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @codemirror/view to v6.37.1 (#43) | datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | npm | @codemirror/view | 6.37.0 | 6.37.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency primevue to v4.3.5 (#45) | datasource | package | from | to | | ---------- | -------- | ----- | ----- | | npm | primevue | 4.3.4 | 4.3.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @caido/primevue to v0.1.14 (#47) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | npm | @caido/primevue | 0.1.13 | 0.1.14 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @caido/primevue to v0.1.15 (#49) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | npm | @caido/primevue | 0.1.14 | 0.1.15 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dev dependencies to v4.1.10 (#48) | datasource | package | from | to | | ---------- | -------------------- | ----- | ------ | | npm | @tailwindcss/postcss | 4.1.8 | 4.1.10 | | npm | tailwindcss | 4.1.8 | 4.1.10 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @codemirror/view to v6.37.2 (#50) | datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | npm | @codemirror/view | 6.37.1 | 6.37.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#51) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency vue to v3.5.17 (#52) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | vue | 3.5.16 | 3.5.17 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @caido/primevue to v0.2.0 (#53) | datasource | package | from | to | | ---------- | --------------- | ------ | ----- | | npm | @caido/primevue | 0.1.15 | 0.2.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @vitejs/plugin-vue to v6 | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | npm | @vitejs/plugin-vue | 5.2.4 | 6.0.0 | --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
6.36.8->6.37.04.1.7->4.1.84.1.7->4.1.8Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
codemirror/view (@codemirror/view)
v6.37.0Compare Source
New features
View plugins can now take an argument, in which case they must be instantiated with their
ofmethod in order to be added to a configuration.The new
showDialogfunction makes it easy to show a notification or prompt using a CodeMirror panel.tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.8Compare Source
Added
@applyfails (#18059)Fixed
<style>blocks (#18057, 18068)tailwindcssin pnpm monorepos (#18065)order-nonetoorder-0(#18126)class:attributes when extracting classes (#18093)-mt-[0px]tomt-[0px]instead of the other way around (#18154)\nat the end of the file (#18155).pnpm-storefolders by default (can be overridden by@source …rules) (#18163)toJSON()(#18083)Configuration
📅 Schedule: Branch creation - "before 4am" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.