This repository was archived by the owner on Feb 19, 2025. It is now read-only.
Update all non-major dependencies #135
Closed
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:
1.6.0->1.6.96.5.1->6.7.26.5.1->6.7.26.5.1->6.7.26.5.1->6.7.23.0.6->3.0.81.3.9->1.4.45.0.4->5.2.11.20.2->1.20.3^0.5.0->^0.7.05.5.5->5.6.06.4.6->6.5.216.4.5->16.4.72.29.1->2.31.09.24.0->9.32.04.19.2->4.21.2v6.1->v6.27.6.10->7.8.69.2.2->9.3.62.1.7->2.3.13.4.1->3.6.01.72.0->1.85.0~7.5.2->~7.7.0~2.7.3->~2.8.05.2.6->5.4.143.4.21->3.5.134.3.0->4.5.0Release Notes
formkit/formkit (@formkit/vue)
v1.6.9Compare Source
v1.6.8Compare Source
🐛 Bug Fixes
FormKitSchemaautomatically from@formkit/vuewhen autoImport is true in Nuxt (#1286)v1.6.7Compare Source
🐛 Bug Fixes
typeprop ofdatetime-localinput (#1486)💪 New features
date_before_or_equal,date_after_or_equal,date_before_node,date_after_nodev1.6.6Compare Source
🐛 Bug fixes
v1.6.5Compare Source
🐛 Bug fixes
data-invalidattribute to not be removed when conditionally removing validation rules (#1384).v1.6.4Compare Source
🐛 Bug fixes
data-invalidattribute on reset (regression in 1.6.3) (#1376)v1.6.3Compare Source
💪 New Features
context.state.passingproperty indicates whether or not a given input is passing all its validation rules.🐛 Bug fixes
beforeStepChangeis no longer called when the step cannot be advanced (#1191).v1.6.2Compare Source
🐛 Bug fixes
@formkit/themespackage (#1281).create-appcli command (#1233).v1.6.1Compare Source
💪 New features
mergeStrategyto allow syncing between two nodes of the same name inside the same parent.@formkit/inputspackage.🐛 Bug fixes
Transitioncomponents.findSectionthat did not properly return values from conditional branches.FortAwesome/Font-Awesome (@fortawesome/fontawesome-svg-core)
v6.7.2Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.1Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.6.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.5.2Compare Source
Change log available at https://fontawesome.com/docs/changelog/
FortAwesome/vue-fontawesome (@fortawesome/vue-fontawesome)
v3.0.8Compare Source
Changed
package-lock.jsonto help fix faililng testsv3.0.7Compare Source
Changed
.tool-versionsFontAwesomeLayers.test.jsnode-versionsinci.ymlindex.d.tsREADME.mdfor new Font Awesome Doc linkimengyu/vue3-context-menu (@imengyu/vue3-context-menu)
v1.4.4Compare Source
v1.4.3Compare Source
v1.4.2Compare Source
v1.4.1Compare Source
v1.4.0Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.1v5.2.0v5.1.5hashto replacecreateHash(#460) (de88394), closes #460v5.1.4v5.1.3__VUE_OPTIONS_API__(acb57c9), closes #438v5.1.2typefield (a6b7e3f)script.propsDestructureoption (1e24322), closes #431v5.1.1v5.1.0featuresoption (#419) (3e839e2), closes #419v5.0.5__VUE_PROD_DEVTOOLS__(#81) (277a3ab), closes #81expressjs/body-parser (body-parser)
v1.20.3Compare Source
===================
depthoption to customize the depth level in the parserdepthlevel for parsing URL-encoded data is now32(previously wasInfinity)jshttp/cookie (cookie)
v0.7.2Compare Source
Fixed
hasOwnProperty(#177)bc38ffdv0.7.1: 0.7.1Compare Source
Fixed
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)v0.7.0: 0.7.0Compare Source
maintopackage.jsonfor rspack (#166 by @proudparrot2)v0.6.0Compare Source
==================
partitionedoptionadaltas/node-csv (csv-parse)
v5.6.0Compare Source
Features
v5.5.6Compare Source
Bug Fixes
adaltas/node-csv (csv-stringify)
v6.5.2Compare Source
Note: Version bump only for package csv-stringify
v6.5.1Compare Source
Note: Version bump only for package csv-stringify
v6.5.0Compare Source
Features
columnstype asreadonly(#358) (44f2e7c)motdotla/dotenv (dotenv)
v16.4.7Compare Source
Changed
.tapfolder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6Compare Source
Changed
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0Compare Source
Added
order]: allow validating named imports ([#3043], thanks [@manuth])extensions]: add thecheckTypeImportsoption ([#2817], thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin context ([#3052], thanks [@michaelfaith])no-named-as-default]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle]: adddisableSccto docs ([#3070], thanks [@soryy708])RuleTester([#3071], thanks [@G-Rath])no-restricted-paths]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export], [no-named-export]: add test case (thanks [@G-Rath])v2.30.0Compare Source
Added
dynamic-import-chunkname]: addallowEmptyoption to allow empty leading comments ([#2942], thanks [@JiangWeixian])dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])no-unused-modules]: AddignoreUnusedTypeExportsoption ([#3011], thanks [@silverwind])Fixed
no-extraneous-dependencies]: allow wrong path ([#3012], thanks [@chabb])no-cycle]: use scc algorithm to optimize ([#2998], thanks [@soryy708])no-duplicates]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim])newline-after-import]: fix considerComments option when require ([#2952], thanks [@developer-bandi])order]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])Changed
no-extraneous-dependencies: Make glob pattern description more explicit ([#2944], thanks [@mulztob])no-unused-modules]: add console message to help debug [#2866]ExportMap: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708])ExportMap: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708])order: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot])exportMapBuilder: avoid hoisting ([#2989], thanks [@soryy708])ExportMap: extract "builder" logic to separate files ([#2991], thanks [@soryy708])order]: update the description of thepathGroupsExcludedImportTypesoption ([#3036], thanks [@liby])vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.32.0Compare Source
v9.31.0Compare Source
✨ Enhancements
caseSensitiveoption tovue/no-reserved-component-namesrule.vue/prefer-use-template-refrule that requires usinguseTemplateRef()instead ofref()for template refs.vue/no-empty-component-blockrule auto-fixable.🐛 Bug Fixes
v-bind:nameinvue/require-explicit-slotsrule.⚙️ Updates
vue/define-macros-order](https://eslint.vuejs.org/rules/defiConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.