chore(deps): update all non-major dependencies #109
Merged
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.3.0->1.3.19.29.0->9.31.022.15.32->22.16.58.35.0->8.38.08.35.0->8.38.01.2.7->1.3.49.29.0->9.31.04.4.3->4.4.45.5.0->5.5.33.6.0->3.6.28.35.0->8.38.0Release Notes
eslint/rewrite (@eslint/compat)
v1.3.1Compare Source
Bug Fixes
@eslint/compateslint peerDependencies constraint (#215) (b96ec0c)Dependencies
eslint/eslint (@eslint/js)
v9.31.0Compare Source
v9.30.1Compare Source
v9.30.0Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.38.0Compare Source
🩹 Fixes
isolatedDeclarationsif enabled inconstructoroption (#11351)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.37.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.36.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.35.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.38.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.37.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.36.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.35.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.3.4Compare Source
v1.3.3Compare Source
v1.3.2Compare Source
v1.3.1Compare Source
v1.3.0: v1.3.3Compare Source
What's Changed
prefer-called-onceby @AntonioVentilii in https://github.com/vitest-dev/eslint-plugin-vitest/pull/727warn-todoby @Shinigami92 in https://github.com/vitest-dev/eslint-plugin-vitest/pull/732vitest/prefer-expect-assertionsby @steveluscher in https://github.com/vitest-dev/eslint-plugin-vitest/pull/731New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0
eslint/eslint (eslint)
v9.31.0Compare Source
v9.30.1Compare Source
v9.30.0Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.4.4Compare Source
Patch Changes
#468
93b39d2Thanks @renovate! - chore(deps): bumpstable-hash-xv0.2.0#466
799f1ceThanks @anomiex! - fix: include options hash in cache key for options normalizationprettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.3Compare Source
republish the latest version
Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3
v5.5.2Compare Source
Changelog
5.5.1
Patch Changes
bfd1e95Thanks @JounQin! - fix: useprettierRcOptionsdirectly for prettier 3.6+5.5.0
Minor Changes
92f2c9cThanks @dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json5.4.1
Patch Changes
c21521fThanks @JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error5.4.0
Minor Changes
59a0caeThanks @yashtech00! - refactor: migrateworker.jstoworker.mjs5.3.1
Patch Changes
dcf2c80Thanks @JounQin! - ci: enableNPM_CONFIG_PROVENANCEenv5.3.0
Minor Changes
6fe0c90Thanks @irsooti! - feat(types): preferConfigoverFlatConfigwhen they're equal5.2.6
Patch Changes
1451176Thanks @renovate! - fix(deps): bumpsynckittov0.11.05.2.5
Patch Changes
4f5513dThanks @JounQin! - fix: clarify correcteslint-config-prettierpeer range5.2.4
Patch Changes
b8cfe56Thanks @JounQin! - chore: hourcekeeping, bump all (dev) deps5.2.3
Patch Changes
9c6141fThanks @BPScott! - Add name field to recommended flat config5.2.2
Patch Changes
aa5b59fThanks @ntnyq! - fix: report node when loc not found5.2.1
Patch Changes
ac036ccThanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.15.2.0
Minor Changes
f170011Thanks @Logicer16! - feat: support parsinghtmlvia@html-eslint/parsernatively5.1.3
Patch Changes
985b33cThanks @JounQin! - chore: addpackage.jsonintoexportsmap5.1.2
Patch Changes
#623
8210e44Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7fThanks @JounQin! - feat: support parsingmarkdownviaeslint-mdxnativelyWhat means the following is unnecessary anymore when using with
eslint-mdx/eslint-plugin-mdx!5.1.1
Patch Changes
b5c0dc5Thanks @JounQin! - chore: skip formatting inline scripts in pug files5.1.0
Minor Changes
#616
3856413Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier.Patch Changes
#614
5270877Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570Thanks @filiptammergard! - fix: specifyeslint-config-prettieras peer dependencyIt's already added to
peerDependenciesMetaas optional, which means it should also be specified inpeerDependencies.5.0.1
Patch Changes
21a7146Thanks @krist7599555! - fix:parserPathtype might beundefinedon Eslint Falt Config5.0.0
Major Changes
#508
910aeb6Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"#508
910aeb6Thanks @JounQin! - feat!: upgrade to prettier v3Minor Changes
910aeb6Thanks @JounQin! - feat: add typings supportPatch Changes
#548
82a3db8Thanks @fisker! - fix: add missing dependencysynckit#564
ae7a73cThanks @auvred! - fix: compatibility with prettier@3 without plugins4.2.2
Patch Changes
2373d0cThanks @JounQin! - docs: add Sponsors and Backers sections4.2.1
Patch Changes
5736ed5Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig again4.2.0
Minor Changes
#483
7bd70b6Thanks @JounQin! - feat: support svelte out of boxclose #472, close #482
We recommend to use
eslint-plugin-svelteinstead ofeslint-plugin-svelte3.v4.1.0 (2022-06-27)
stylelint-prettier(#415) (52eec48)v4.0.0 (2021-08-30)
This breaking change drops support for old versions of ESLint, Prettier and
Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0.
Aside from that, usage of this plugin remains identical.
v3.4.1 (2021-08-20)
@graphql-eslint/eslint-pluginout of box (#413) (ec6fbb1)v3.4.0 (2021-04-15)
v3.3.1 (2021-01-04)
v3.3.0 (2020-12-13)
v3.2.0 (2020-12-03)
v3.1.4 (2020-06-14)
v3.1.3 (2020-04-13)
meta.typeto "layout" (#283) (97152e2)v3.1.2 (2019-12-15)
v3.1.1 (2019-09-18)
v3.1.0 (2019-05-11)
v3.0.1 (2018-12-28)
v3.0.0 (2018-10-01)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.