Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minor-all #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update minor-all #2

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rushstack/eslint-patch (source) 1.2.0 -> 1.10.2 age adoption passing confidence
@types/node (source) 16.11.68 -> 16.18.96 age adoption passing confidence
@vitejs/plugin-vue (source) 3.1.2 -> 3.2.0 age adoption passing confidence
@vue/test-utils 2.1.0 -> 2.4.5 age adoption passing confidence
@vue/tsconfig ^0.1.3 -> ^0.5.0 age adoption passing confidence
eslint (source) 8.26.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-vue (source) 9.6.0 -> 9.25.0 age adoption passing confidence
express (source) 4.18.2 -> 4.19.2 age adoption passing confidence
pinia 2.0.36 -> 2.1.7 age adoption passing confidence
typescript (source) ~4.7.4 -> ~4.9.0 age adoption passing confidence
vite (source) 3.1.8 -> 3.2.10 age adoption passing confidence
vue-router 4.1.6 -> 4.3.2 age adoption passing confidence
vue-tsc (source) 1.0.24 -> 1.8.27 age adoption passing confidence

Release Notes

microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.2

Compare Source

Wed, 10 Apr 2024 21:59:39 GMT

Patches
  • Bump maximum supported ESLint version for the bulk-suppressions tool to 8.57.0.

v1.10.1

Compare Source

Fri, 29 Mar 2024 05:46:41 GMT

Patches
  • Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions.
  • Exit with success under normal conditions.

v1.10.0

Compare Source

Thu, 28 Mar 2024 18:11:12 GMT

Minor changes
  • Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated.
Patches
  • Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files.

v1.9.0

Compare Source

Wed, 27 Mar 2024 19:47:21 GMT

Minor changes
  • Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root.

v1.8.0

Compare Source

Wed, 20 Mar 2024 02:09:14 GMT

Minor changes
  • Refactor the bulk-suppressions feature to fix some performance issues.
Patches
  • Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.

v1.7.2

Compare Source

Thu, 25 Jan 2024 23:03:57 GMT

Patches
  • Some minor documentation updates

v1.7.1

Compare Source

Wed, 24 Jan 2024 07:38:34 GMT

Patches
  • Update documentation

v1.7.0

Compare Source

Tue, 16 Jan 2024 18:30:10 GMT

Minor changes

v1.6.1

Compare Source

Fri, 15 Dec 2023 01:10:06 GMT

Patches
  • Fix bulk suppression patch's eslintrc detection in polyrepos

v1.6.0

Compare Source

v1.5.1

Compare Source

v1.5.0

Tue, 26 Sep 2023 09:30:33 GMT

Minor changes
  • Add an optional patch which can be used to allow ESLint to extend configurations from packages that do not have the "eslint-config-" prefix

v1.4.0

Fri, 15 Sep 2023 00:36:58 GMT

Minor changes

v1.3.3

Tue, 08 Aug 2023 07:10:39 GMT

Patches
  • Fix patching for running eslint via eslint/use-at-your-own-risk, which VS Code's eslint extension does when enabling flat config support

v1.3.2

Thu, 15 Jun 2023 00:21:01 GMT

Patches
  • [eslint-patch] add invalid importer path test to ESLint 7.x || 8.x block

v1.3.1

Wed, 07 Jun 2023 22:45:16 GMT

Patches
  • Add test for invalid importer path to fallback to relative path when loading eslint 6 plugins

v1.3.0

Mon, 22 May 2023 06:34:32 GMT

Minor changes
  • Upgrade the @​typescript-eslint/* dependencies to ~5.59.2
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v3.2.0

Compare Source

vuejs/test-utils (@​vue/test-utils)

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Fix
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

Fixes
Docs
(Dev) Dependencies

New Contributors

Full Changelog: vuejs/test-utils@v2.4.0...v2.4.1

v2.4.0

Compare Source

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

renderToString is merged for SSR testing, thanks to @​wobsoriano and @​cexbrayat!

New Contributors

Full Changelog: vuejs/test-utils@2.2.10...v2.3.0

v2.2.10

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.9...2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.7...v2.2.8

v2.2.7

Compare Source

Fixes

Docs

Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.2...v2.2.3

v2.2.2

Compare Source

Fixes

Other

Full Changelog: vuejs/test-utils@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title Update dependency typescript to ~4.8.0 Update minor-all Oct 23, 2022
@renovate renovate bot force-pushed the renovate/minor-all branch 11 times, most recently from 82af66e to fbf2677 Compare October 30, 2022 22:40
@renovate renovate bot force-pushed the renovate/minor-all branch 3 times, most recently from ab5c70b to c912b16 Compare November 7, 2022 10:12
@renovate renovate bot force-pushed the renovate/minor-all branch 9 times, most recently from 7d3fd87 to 0d7c3d9 Compare November 18, 2022 22:50
@renovate renovate bot force-pushed the renovate/minor-all branch 5 times, most recently from 4309807 to 7d9c8e0 Compare November 26, 2022 09:37
@renovate renovate bot force-pushed the renovate/minor-all branch 3 times, most recently from 881b998 to 40130ed Compare May 18, 2023 19:10
@renovate renovate bot force-pushed the renovate/minor-all branch 7 times, most recently from 1acb139 to bf441de Compare March 20, 2024 23:55
@renovate renovate bot force-pushed the renovate/minor-all branch 7 times, most recently from 5881674 to 11e795c Compare March 30, 2024 05:13
@renovate renovate bot force-pushed the renovate/minor-all branch 4 times, most recently from 4b8ce71 to 86a450d Compare April 9, 2024 07:38
@renovate renovate bot force-pushed the renovate/minor-all branch 4 times, most recently from 4bb083f to 597af32 Compare April 17, 2024 11:43
@renovate renovate bot force-pushed the renovate/minor-all branch 2 times, most recently from b0477d2 to 33f1d9d Compare April 21, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants