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.9
6.5.1
->6.6.0
6.5.1
->6.6.0
6.5.1
->6.6.0
6.5.1
->6.6.0
3.0.6
->3.0.8
1.3.9
->1.4.3
5.0.4
->5.2.0
1.20.2
->1.20.3
^0.5.0
->^0.7.0
5.5.5
->5.5.6
6.4.6
->6.5.1
2.29.1
->2.31.0
9.24.0
->9.31.0
4.19.2
->4.21.1
v6.1
->v6.2
7.6.10
->7.8.2
9.2.2
->9.3.5
2.1.7
->2.2.6
3.4.1
->3.6.0
1.72.0
->1.81.0
~7.5.2
->~7.6.0
~2.7.3
->~2.8.0
5.2.6
->5.4.11
3.4.21
->3.5.13
4.3.0
->4.4.5
Release Notes
formkit/formkit (@formkit/vue)
v1.6.9
Compare Source
v1.6.8
Compare Source
🐛 Bug Fixes
FormKitSchema
automatically from@formkit/vue
when autoImport is true in Nuxt (#1286)v1.6.7
Compare Source
🐛 Bug Fixes
type
prop ofdatetime-local
input (#1486)💪 New features
date_before_or_equal
,date_after_or_equal
,date_before_node
,date_after_node
v1.6.6
Compare Source
🐛 Bug fixes
v1.6.5
Compare Source
🐛 Bug fixes
data-invalid
attribute to not be removed when conditionally removing validation rules (#1384).v1.6.4
Compare Source
🐛 Bug fixes
data-invalid
attribute on reset (regression in 1.6.3) (#1376)v1.6.3
Compare Source
💪 New Features
context.state.passing
property indicates whether or not a given input is passing all its validation rules.🐛 Bug fixes
beforeStepChange
is no longer called when the step cannot be advanced (#1191).v1.6.2
Compare Source
🐛 Bug fixes
@formkit/themes
package (#1281).create-app
cli command (#1233).v1.6.1
Compare Source
💪 New features
mergeStrategy
to allow syncing between two nodes of the same name inside the same parent.@formkit/inputs
package.🐛 Bug fixes
Transition
components.findSection
that did not properly return values from conditional branches.FortAwesome/Font-Awesome (@fortawesome/fontawesome-svg-core)
v6.6.0
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.5.2
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
FortAwesome/vue-fontawesome (@fortawesome/vue-fontawesome)
v3.0.8
Compare Source
Changed
package-lock.json
to help fix faililng testsv3.0.7
Compare Source
Changed
.tool-versions
FontAwesomeLayers.test.js
node-versions
inci.yml
index.d.ts
README.md
for new Font Awesome Doc linkimengyu/vue3-context-menu (@imengyu/vue3-context-menu)
v1.4.3
Compare Source
v1.4.2
Compare Source
v1.4.1
Compare Source
v1.4.0
Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.0
v5.1.5
hash
to replacecreateHash
(#460) (de88394), closes #460v5.1.4
v5.1.3
__VUE_OPTIONS_API__
(acb57c9), closes #438v5.1.2
type
field (a6b7e3f)script.propsDestructure
option (1e24322), closes #431v5.1.1
v5.1.0
features
option (#419) (3e839e2), closes #419v5.0.5
__VUE_PROD_DEVTOOLS__
(#81) (277a3ab), closes #81expressjs/body-parser (body-parser)
v1.20.3
Compare Source
===================
depth
option to customize the depth level in the parserdepth
level for parsing URL-encoded data is now32
(previously wasInfinity
)jshttp/cookie (cookie)
v0.7.2
Compare Source
Fixed
hasOwnProperty
(#177)bc38ffd
v0.7.1
: 0.7.1Compare Source
Fixed
serialize
without options, useobj.hasOwnProperty
when parsing (#172)v0.7.0
: 0.7.0Compare Source
main
topackage.json
for rspack (#166 by @proudparrot2)v0.6.0
Compare Source
==================
partitioned
optionadaltas/node-csv (csv-parse)
v5.5.6
Compare Source
Bug Fixes
adaltas/node-csv (csv-stringify)
v6.5.1
Compare Source
Note: Version bump only for package csv-stringify
v6.5.0
Compare Source
Features
columns
type asreadonly
(#358) (44f2e7c)import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in 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
]: adddisableScc
to 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.0
Compare Source
Added
dynamic-import-chunkname
]: addallowEmpty
option 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
]: AddignoreUnusedTypeExports
option ([#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 thepathGroupsExcludedImportTypes
option ([#3036], thanks [@liby])vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.31.0
Compare Source
v9.30.0
Compare Source
v9.29.1
Compare Source
🐛 Bug Fixes
Full Changelog: vuejs/eslint-plugin-vue@v9.29.0...v9.29.1
v9.29.0
Compare Source
✨ Enhancements
New Rules
vue/no-deprecated-delete-set
rule that disallows using deprecated$delete
and$set
.Others
vue/no-undef-properties
rule.useTemplateRef()
tovue/no-unused-refs
rule.vue/require-valid-default-prop
rule.vue/require-default-prop
rule.vue/no-boolean-default
rule.vue/no-required-prop-with-default
rule.vue/no-restricted-props
rule.vue/no-setup-props-reactivity-loss
rule.⚙️ Updates
.tsx
files.v9.28.0
Compare Source
v9.27.0
Compare Source
v9.26.0
Compare Source
v9.25.0
Compare Source
v9.24.1
Compare Source
expressjs/express (express)
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
v4.21.0
Compare Source
What's Changed
"back"
magic string in redirects by @blakeembrey in https://github.com/expressjs/express/pull/5935Configuration
📅 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.