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

chore(deps): update all non-major dependencies #21

Merged
merged 1 commit into from Jun 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/client-search 4.17.0 -> 4.17.1 age adoption passing confidence
@rushstack/eslint-patch (source) 1.2.0 -> 1.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.0 -> 5.59.8 age adoption passing confidence
@typescript-eslint/parser 5.59.0 -> 5.59.8 age adoption passing confidence
@vue/eslint-config-typescript 11.0.2 -> 11.0.3 age adoption passing confidence
@vueuse/core 10.1.0 -> 10.1.2 age adoption passing confidence
axios (source) 1.3.6 -> 1.4.0 age adoption passing confidence
element-plus (source) 2.3.4 -> 2.3.6 age adoption passing confidence
eslint (source) 8.39.0 -> 8.42.0 age adoption passing confidence
eslint-plugin-vue (source) 9.11.0 -> 9.14.1 age adoption passing confidence
sass 1.62.0 -> 1.62.1 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence
unplugin-auto-import 0.15.3 -> 0.16.4 age adoption passing confidence
unplugin-icons 0.16.1 -> 0.16.2 age adoption passing confidence
unplugin-vue-components 0.24.1 -> 0.25.0 age adoption passing confidence
vite (source) 4.3.1 -> 4.3.9 age adoption passing confidence
vite-plugin-pwa 0.14.7 -> 0.16.3 age adoption passing confidence
vitepress (source) 1.0.0-alpha.73 -> 1.0.0-beta.1 age adoption passing confidence
vue (source) 3.2.47 -> 3.3.4 age adoption passing confidence
vue-tsc 1.5.2 -> 1.6.5 age adoption passing confidence

Release Notes

algolia/algoliasearch-client-javascript

v4.17.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.8

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.59.1

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.8

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.7

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.5

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.59.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

vuejs/eslint-config-typescript

v11.0.3

Compare Source

vueuse/vueuse

v10.1.2

Compare Source

axios/axios

v1.4.0

Compare Source

Bug Fixes
  • formdata: add multipart/form-data content type for FormData payload on custom client environments; (#​5678) (bbb61e7)
  • package: export package internals with unsafe path prefix; (#​5677) (df38c94)
Features
Performance Improvements
  • merge-config: optimize mergeConfig performance by avoiding duplicate key visits; (#​5679) (e6f7053)
Contributors to this release

1.3.6 (2023-04-19)

Bug Fixes
  • types: added transport to RawAxiosRequestConfig (#​5445) (6f360a2)
  • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#​5661) (aa372f7)
Contributors to this release

1.3.5 (2023-04-05)

Bug Fixes
  • headers: fixed isValidHeaderName to support full list of allowed characters; (#​5584) (e7decef)
  • params: re-added the ability to set the function as paramsSerializer config; (#​5633) (a56c866)
Contributors to this release

1.3.4 (2023-02-22)

Bug Fixes
  • blob: added a check to make sure the Blob class is available in the browser's global scope; (#​5548) (3772c8f)
  • http: fixed regression bug when handling synchronous errors inside the adapter; (#​5564) (a3b246c)
Contributors to this release

1.3.3 (2023-02-13)

Bug Fixes
  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#​5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#​5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#​5542) (ea87ebf)
Contributors to this release

1.3.2 (2023-02-03)

Bug Fixes
Contributors to this release

1.3.1 (2023-02-01)

Bug Fixes
  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#​5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#​5518) (08104c0)
Contributors to this release
element-plus/element-plus

v2.3.6

Compare Source

2.3.6

2023-06-02

Bug fixes
Refactors

v2.3.5

Compare Source

2.3.5

2023-05-19

Features
Bug fixes
Refactors
eslint/eslint

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

vuejs/eslint-plugin-vue

v9.14.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.14.0...v9.14.1

v9.14.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.13.0...v9.14.0

v9.13.0

Compare Source

Support for Vue 3.3 "Rurouni Kenshin" 🎉
see https://blog.vuejs.org/posts/vue-3-3

✨ Enhancements

New Rules
Other Changes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.12.0...v9.13.0

v9.12.0

Compare Source

✨ Enhancements

⚙️ Updates

  • #​2145 Added meta object to the processor.
  • #​2149 Added meta object to the plugin.

Full Changelog: vuejs/eslint-plugin-vue@v9.11.1...v9.12.0

v9.11.1

Compare Source

🐛 Bug Fixes

  • #​2147 Fixed rules incompatible with ESLint v8.40.

Full Changelog: vuejs/eslint-plugin-vue@v9.11.0...v9.11.1

sass/dart-sass

v1.62.1

Compare Source

  • Fix a bug where :has(+ &) and related constructs would drop the leading
    combinator.
Microsoft/TypeScript

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

antfu/unplugin-auto-import

v0.16.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 8pm every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/all-minor-patch branch 8 times, most recently from 74c4eb9 to 5379508 Compare May 12, 2023 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b1c8c3d to b621759 Compare May 20, 2023 08:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 03ac38a to d02a516 Compare May 29, 2023 16:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5db231d to 612c6af Compare June 5, 2023 17:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f750c21 to 22bcd61 Compare June 9, 2023 05:38
@github-actions github-actions bot added bug Something isn't working chrome Chrome 浏览器 enhancement New feature or request UI labels Jun 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 026ceeb to 93ccba3 Compare June 9, 2023 21:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93ccba3 to 59d08a4 Compare June 10, 2023 00:17
@mark9804 mark9804 merged commit e58c55e into master Jun 11, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chrome Chrome 浏览器 enhancement New feature or request UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant