chore: update dependencies#6
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
5adf9f3 to
39194fb
Compare
631dee2 to
b07a484
Compare
01424d6 to
108d60d
Compare
930434a to
13ce5da
Compare
dc47211 to
d3cbecb
Compare
09d579d to
00b4b36
Compare
00b4b36 to
044f228
Compare
7fd3d2b to
c60a3aa
Compare
e513dbe to
dbed802
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
cb46a0f to
72126d7
Compare
72126d7 to
11f7f77
Compare
fca52f9 to
c26e027
Compare
9d05d7a to
a5d5363
Compare
c0b6077 to
4a0dc45
Compare
7c63197 to
2eaee99
Compare
8184c0d to
0256e48
Compare
47e2294 to
8978a49
Compare
8978a49 to
b8f8155
Compare
b8f8155 to
56b3dad
Compare
a39855a to
bd01eeb
Compare
eb0ee2a to
8b8be61
Compare
Signed-off-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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update Request | Renovate Bot
This PR contains the following updates:
6.0.0→6.0.61.45.0→1.48.210.4.21→10.5.0^0.10.1→^0.11.0^9.31.0→^10.0.0v1.13.0→v1.15.0v2.27.3→v2.29.0v1.4.0-beta.1.0.20251215180001-aa6acff63296→v1.7.2v1.27.1→v1.28.0v0.18.0→v0.20.0v1.77.0→v1.81.0v1.36.10→v1.36.118.5.6→8.5.142.6.1→2.9.7^3.4.17→^4.0.0^5.9.3→^6.0.0^7.0.4→^8.0.03.5.17→3.5.34Release Notes
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.6Features
Bug Fixes
Miscellaneous Chores
v6.0.5Miscellaneous Chores
v6.0.4Bug Fixes
Miscellaneous Chores
v6.0.3Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
v6.0.2Bug Fixes
Miscellaneous Chores
v6.0.1Bug Fixes
Performance Improvements
debug(#627) (9dfa996)Miscellaneous Chores
Build System
bcakmakoglu/vue-flow (@vue-flow/core)
v1.48.2Compare Source
Patch Changes
c81d765Thanks @bcakmakoglu! - Disable selection on drag by setting the keycode totruewhen panning mode is active.v1.48.1Compare Source
Patch Changes
#1996
1c9732aThanks @bcakmakoglu! - Use the connecting handle result when updating a connection, so we get an accurate connection position fortoPosition.#2001
08d57faThanks @bcakmakoglu! - Block pane ctx-menu from triggering if panOnDrag includes btn 2 (right-click) and let viewport emit pane ctx menu.v1.48.0Compare Source
Minor Changes
7acd6d7Thanks @bcakmakoglu! - Separate flow import and export object shapes and interfaces. An export object has all fields as required, while an import object makes all fields optional.Patch Changes
#1988
dd6a91fThanks @bcakmakoglu! - Correctly unwrap disableKeyboardA11y ref when checking if a selection can be moved or not.#1989
3f6e09aThanks @bcakmakoglu! - Use position instead of computedPosition as updated position when moving a child node via keyboard.v1.47.0Compare Source
Minor Changes
7828f4aThanks @bcakmakoglu! - Replace the existingoffsetoption for fitView with a more expressivepaddingoption allowing users to define padding per sides.v1.46.5Compare Source
Patch Changes
34bcf36Thanks @bcakmakoglu! - Unwrap connection line status ref in the connection line component to correctly append the class name.v1.46.4Compare Source
Patch Changes
f4cfc50Thanks @bcakmakoglu! - Remove border related styles from the required styles and move them into the default theme stylesheetv1.46.3Compare Source
Patch Changes
90cf6ffThanks @bcakmakoglu! - Add nullish operator to checkVisibility callv1.46.2Compare Source
Patch Changes
f9a5231Thanks @bcakmakoglu! - Only emit node position changes if a position change actually occurred.v1.46.1Compare Source
Patch Changes
#1935
ca54587Thanks @bcakmakoglu! - Correctly check if an event listener was bound to the VueFlow component, using for example@node-clickor if a listener was bound using the exposed event hooks fromuseVueFlowwhen determening if a listener for an event exists at all.#1932
3e0442aThanks @bcakmakoglu! - Use toHandle from valid handle check as target handle in ongoing connections#1938
fd785e2Thanks @bcakmakoglu! - Prevent multi touch from aborting connections.#1936
ff6b3d2Thanks @bcakmakoglu! - Skip resize handler if node is not visible.v1.46.0Compare Source
Minor Changes
#1923
18d103dThanks @bcakmakoglu! - ExposeisMacOsutility#1918
0568ab7Thanks @bcakmakoglu! - ExposewheelDeltautility fn#1919
6880409Thanks @bcakmakoglu! - Use event target for<Handle>components to determine the "clicked" handle, avoiding calls to `getElementFromPoint and allowing "detached" handlesPatch Changes
957d011Thanks @bcakmakoglu! - Fetch the correct source and target nodes for isValidConnection.v1.45.1Compare Source
Patch Changes
#1914
8f65028Thanks @bcakmakoglu! - Calculate overlapping area in getNodeIntersections correctly.#1913
5366b56Thanks @bcakmakoglu! - Emit node drag-start, drag and drag-end events when a selection is dragged (selectionKeyCode).#1882
742eb98Thanks @bcakmakoglu! - Use correct handlesuffix for connection lookup ingetHandleConnectionsaction.postcss/autoprefixer (autoprefixer)
v10.5.0Compare Source
mask-position-xandmask-position-ysupport (by @toporek).v10.4.27Compare Source
package.json.v10.4.26Compare Source
v10.4.25Compare Source
v10.4.24Compare Source
v10.4.23Compare Source
v10.4.22Compare Source
stretchprefixes on new Can I Use database.fraction.js.kieler/elkjs (elkjs)
v0.11.1Compare Source
Release based on 28e5173243cab0cf4e2c9816c803bc0d5c47ab24 at ELK master.
This patch is a security release.
Full Changelog: kieler/elkjs@0.11.0...0.11.1
v0.11.0Compare Source
Based on ELK 0.11.0
For changes and fixed issues see the release notes.
Full Changelog: kieler/elkjs@0.10.2...0.11.0
eslint/eslint (eslint)
v10.3.0Compare Source
v10.2.1Compare Source
v10.2.0Compare Source
Features
586ec2ffeat: Addmeta.languagessupport to rules (#20571) (Copilot)14207defeat: addTemporaltono-obj-calls(#20675) (Pixel998)bbb2c93feat: add Temporal to ES2026 globals (#20672) (Pixel998)Bug Fixes
542cb3efix: update first-party dependencies (#20714) (Francesco Trotta)Documentation
a2af743docs: addlanguageto configuration objects (#20712) (Francesco Trotta)845f23fdocs: Update README (GitHub Actions Bot)5fbcf59docs: removesourceTypefrom ts playground link (#20477) (Tanuj Kanti)8702a47docs: Update README (GitHub Actions Bot)ddeadeddocs: Update README (GitHub Actions Bot)2b44966docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)eab65c7docs: updateeslintversions in examples (#20664) (루밀LuMir)3e4a299docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)Chores
8120e30refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)46e8469chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])01ed3aatest: add unit tests for unicode utilities (#20622) (Manish chaudhary)811f493ci: remove--legacy-peer-depsfrom types integration tests (#20667) (Milos Djermanovic)6b86fcfchore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])632c4f8chore: addprettierupdate commit to.git-blame-ignore-revs(#20662) (루밀LuMir)b0b0f21chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)228a2ddchore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)3ab4d7etest: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)v10.1.0Compare Source
Features
ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638) (Tanuj Kanti)0916995feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)Bug Fixes
2b8824efix: Preventno-varautofix when a variable is used before declaration (#20464) (Amaresh S M)e58b4bffix: update eslint (#20597) (renovate[bot])Documentation
b7b57fedocs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)58e4cfcdocs: add deprecation notice partial (#20639) (Milos Djermanovic)7143dbfdocs: update v9 migration guide for@eslint/jsusage (#20540) (fnx)035fc4fdocs: note thatglobalReturnapplies only withsourceType: "script"(#20630) (Milos Djermanovic)e972c88docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)7f10d84docs: Update README (GitHub Actions Bot)aeed007docs: open playground link in new tab (#20602) (Tanuj Kanti)a0d1a37docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)Chores
a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)1f42bd7chore: updateprettierto 3.8.1 (#20651) (루밀LuMir)c0a6f4achore: update dependency @eslint/json to ^1.2.0 (#20652) (renovate[bot])cc43f79chore: update dependency c8 to v11 (#20650) (renovate[bot])2ce4635chore: update dependency @eslint/json to v1 (#20649) (renovate[bot])f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])dbb4c95chore: remove trunk (#20478) (sethamus)c672a2atest: fix CLI test for empty output file (#20640) (kuldeep kumar)c7ada24ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])07c4b8btest: fixRuleTestertest without test runners (#20631) (Francesco Trotta)079bba7test: Add tests forisValidWithUnicodeFlag(#20601) (Manish chaudhary)5885ae6ci: unpin Node.js 25.x in CI (#20615) (Copilot)f65e5d3chore: update pnpm/action-setup digest tob906aff(#20610) (renovate[bot])v10.0.3Compare Source
v10.0.2Compare Source
v10.0.1Compare Source
Bug Fixes
c87d5bdfix: update eslint (#20531) (renovate[bot])d841001fix: updateminimatchto10.2.1to address security vulnerabilities (#20519) (루밀LuMir)04c2147fix: update error message for unused suppressions (#20496) (fnx)38b089cfix: update dependency @eslint/config-array to ^0.23.1 (#20484) (renovate[bot])Documentation
5b3dbcedocs: add AI acknowledgement section to templates (#20431) (루밀LuMir)6f23076docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)b69cfb3docs: Update README (GitHub Actions Bot)Chores
e5c281fchore: updates for v9.39.3 release (Jenkins)8c3832achore: update @typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)8330d23test: add tests for config-api (#20493) (Milos Djermanovic)37d6e91chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)da7cd0erefactor: cleanup error message templates (#20479) (Francesco Trotta)84fb885chore: package.json update for @eslint/js release (Jenkins)1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467) (Milos Djermanovic)v10.0.0Compare Source
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)cosi-project/runtime (github.com/cosi-project/runtime)
v1.15.0Compare Source
[runtime 1.15.0](https://redirect.github.com/cosi-project/runtime/relea
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.