Saul-Mirone / prosemirror-adapter

Universal adapter to create prosemirror nodeview from modern UI frameworks.
MIT License
97 stars 7 forks source link

fix(deps): update dependency @antfu/eslint-config to ^0.40.0 #43

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.39.0 -> ^0.40.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v0.40.0`](https://togithub.com/antfu/eslint-config/releases/tag/v0.40.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.8...v0.40.0) #####    🚀 Features - Add `default` in `exports`  -  by [@​antfu](https://togithub.com/antfu) [(effc7)](https://togithub.com/antfu/eslint-config/commit/effc708) - Format for named tuple  -  by [@​xuzuodong](https://togithub.com/xuzuodong) in [https://github.com/antfu/eslint-config/issues/229](https://togithub.com/antfu/eslint-config/issues/229) [(0ff5e)](https://togithub.com/antfu/eslint-config/commit/0ff5e45) - Add rule `no-import-node-modules-by-path`  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/219](https://togithub.com/antfu/eslint-config/issues/219) [(cf124)](https://togithub.com/antfu/eslint-config/commit/cf1240c) #####    🐞 Bug Fixes - Put `import` before `require` in exports  -  by [@​antfu](https://togithub.com/antfu) [(ea307)](https://togithub.com/antfu/eslint-config/commit/ea307c9) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.8...v0.40.0) ### [`v0.39.8`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.8) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.7...v0.39.8) #####    🚀 Features - **basic**: - Ban self import  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/213](https://togithub.com/antfu/eslint-config/issues/213) [(2ed85)](https://togithub.com/antfu/eslint-config/commit/2ed8536) - Prefer non global process object  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/214](https://togithub.com/antfu/eslint-config/issues/214) [(3ef95)](https://togithub.com/antfu/eslint-config/commit/3ef955d) #####    🐞 Bug Fixes - **plugin**: Allow empty type import  -  by [@​sxzz](https://togithub.com/sxzz) in [https://github.com/antfu/eslint-config/issues/218](https://togithub.com/antfu/eslint-config/issues/218) [(58219)](https://togithub.com/antfu/eslint-config/commit/5821926) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.7...v0.39.8) ### [`v0.39.7`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.7) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.6...v0.39.7) #####    🚀 Features - Ban `new Array`  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/209](https://togithub.com/antfu/eslint-config/issues/209) [(be5bc)](https://togithub.com/antfu/eslint-config/commit/be5bc80) - **ts**: Enable `@typescript-eslint/ban-types`  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/210](https://togithub.com/antfu/eslint-config/issues/210) [(d4a9e)](https://togithub.com/antfu/eslint-config/commit/d4a9ebc) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.6...v0.39.7) ### [`v0.39.6`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.6) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.5...v0.39.6) #####    🚀 Features - Switch to eslint-plugin-i  -  by [@​arily](https://togithub.com/arily) in [https://github.com/antfu/eslint-config/issues/205](https://togithub.com/antfu/eslint-config/issues/205) [(504de)](https://togithub.com/antfu/eslint-config/commit/504de83) - **ts**: Ban `const enum`  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/201](https://togithub.com/antfu/eslint-config/issues/201) [(2bf0c)](https://togithub.com/antfu/eslint-config/commit/2bf0c8d) - **vue**: Enforce order of define macros  -  by [@​kirklin](https://togithub.com/kirklin) in [https://github.com/antfu/eslint-config/issues/196](https://togithub.com/antfu/eslint-config/issues/196) [(f553c)](https://togithub.com/antfu/eslint-config/commit/f553c51) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.5...v0.39.6) ### [`v0.39.5`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.5) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.4...v0.39.5) #####    🚀 Features - **basic**: Ban deprecated syntax  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/194](https://togithub.com/antfu/eslint-config/issues/194) [(0947d)](https://togithub.com/antfu/eslint-config/commit/0947ddb) #####    🐞 Bug Fixes - Disable `@typescript-eslint/consistent-type-assertions`  -  by [@​antfu](https://togithub.com/antfu) [(abf5c)](https://togithub.com/antfu/eslint-config/commit/abf5c27) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.4...v0.39.5) ### [`v0.39.4`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.3...v0.39.4) #####    🚀 Features - **basic**: - Ban `global` variable  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/189](https://togithub.com/antfu/eslint-config/issues/189) [(e787e)](https://togithub.com/antfu/eslint-config/commit/e787e9a) - Ban some deprecated global functions  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/190](https://togithub.com/antfu/eslint-config/issues/190) [(aefa7)](https://togithub.com/antfu/eslint-config/commit/aefa76e) - **ts**: - Enable `@typescript-eslint/consistent-type-assertions`  -  by [@​zanminkian](https://togithub.com/zanminkian) in [https://github.com/antfu/eslint-config/issues/188](https://togithub.com/antfu/eslint-config/issues/188) [(a3598)](https://togithub.com/antfu/eslint-config/commit/a3598d3) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.3...v0.39.4) ### [`v0.39.3`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.2...v0.39.3) #####    🐞 Bug Fixes - **vue**: Disable `vue/no-dupe-keys`  -  by [@​antfu](https://togithub.com/antfu) [(bb09e)](https://togithub.com/antfu/eslint-config/commit/bb09e1d) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.2...v0.39.3) ### [`v0.39.2`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.1...v0.39.2) #####    🚀 Features - Update eslint-plugin-vue version  -  by [@​kaivanwong](https://togithub.com/kaivanwong) in [https://github.com/antfu/eslint-config/issues/186](https://togithub.com/antfu/eslint-config/issues/186) [(ec494)](https://togithub.com/antfu/eslint-config/commit/ec49486) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.1...v0.39.2) ### [`v0.39.1`](https://togithub.com/antfu/eslint-config/releases/tag/v0.39.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v0.39.0...v0.39.1) #####    🐞 Bug Fixes - Turn off cjs-check in markdown  -  by [@​antfu](https://togithub.com/antfu) [(cdb02)](https://togithub.com/antfu/eslint-config/commit/cdb02c8) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v0.39.0...v0.39.1)

Configuration

📅 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.