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 #1832

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) 23.0.0 -> 23.0.2 age adoption passing confidence
@rollup/plugin-json (source) 5.0.0 -> 5.0.1 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.0.0 -> 15.0.1 age adoption passing confidence
@rollup/plugin-replace (source) 5.0.0 -> 5.0.1 age adoption passing confidence
@rollup/plugin-typescript (source) 9.0.1 -> 9.0.2 age adoption passing confidence
@types/node (source) 18.0.6 -> 18.11.5 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.40.1 -> 5.41.0 age adoption passing confidence
@typescript-eslint/parser 5.40.1 -> 5.41.0 age adoption passing confidence
eslint (source) 8.25.0 -> 8.26.0 age adoption passing confidence
js-beautify (source) 1.14.6 -> 1.14.7 age adoption passing confidence
vue-router 4.1.5 -> 4.1.6 age adoption passing confidence
vue-tsc 1.0.8 -> 1.0.9 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v23.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v23.0.1

Compare Source

Skipped for repo rebase

rollup/plugins (@​rollup/plugin-json)

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)
rollup/plugins (@​rollup/plugin-replace)

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)
rollup/plugins (@​rollup/plugin-typescript)

v9.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.41.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#​5839) (96e1c6c)
  • type-utils: prevent stack overflow in isTypeReadonly (#​5860) (a6d8f7e), closes #​4476
Features
  • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#​5865) (e70a10a)
  • eslint-plugin: add no-unsafe-declaration-merging (#​5840) (3728031)

5.40.1 (2022-10-17)

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.41.0

Compare Source

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

5.40.1 (2022-10-17)

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

eslint/eslint

v8.26.0

Compare Source

Features
  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#​16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#​16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#​16369) (Nicholas C. Zakas)
Bug Fixes
  • df77409 fix: use baseConfig constructor option in FlatESLint (#​16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#​16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#​16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#​16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#​16422) (Nicholas C. Zakas)
Documentation
  • 651649b docs: Core concepts page (#​16399) (Ben Perlmutter)
  • 631cf72 docs: note --ignore-path not supported with flat config (#​16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#​16427) (Milos Djermanovic)
  • d336cfc docs: Document extending plugin with new config (#​16394) (Ben Perlmutter)
Chores
beautify-web/js-beautify

v1.14.7

Compare Source

  • Doc: Updates web browser implementation examples (#​2107)
  • HTML formatter breaks layout by introducing newlines (#​1989)
vuejs/router

v4.1.6

Compare Source

Please refer to CHANGELOG.md for details.

johnsoncodehk/volar

v1.0.9

Compare Source

  • feat(vue-tsc): add error message for noEmitOnError (#​1669)
  • feat: add support for custom file extensions (#​1931)
  • feat: add support for typescript/javascript.suggest.completeFunctionCalls (#​956)
  • feat: add support for JSX auto closing tags and tags commenting (#​1494)
  • feat: add support for auto import component from .ts sources (#​1643)
  • feat: add Server Stats command for debugging loading files
  • feat: add volar.completion.normalizeComponentAutoImportName setting to support remove Vue ending for component auto import (#​82)
  • feat: add volar.vueserver.diagnosticModel setting to support pull model for diagnostic
  • feat: add experimentalUseElementAccessInTemplate setting in vueCompilerOptions for class component supports (#​997)
  • feat: migrated to standard token types for support semantic tokens IDE other than VSCode
  • feat: register file watchers in language server for support IDE other than VSCode (#​2037)
  • perf: load scripts on demand on inferred project
  • fix(doctor): update valid @types/node version and clarity words (#​2043)
  • fix: avoid language server crash by invalid tsconfig references path (#​1957)
  • fix: LanguageServicePlugin error don'ts reporting
  • fix: SCSS At-Rule autocomplete not working
  • fix: intellisense not working for files path start with . (#​1147)
  • fix: avoid reporting partial diagnostic when failed to update cache range
  • fix: formatting not working for template interpolations (#​2026)
  • fix: file watchers not working (#​2028)
  • fix: document version of code action incorrect (#​2025)
  • fix: don't filter onXxx for props autocomplete (#​2034)
  • fix: import statements completion not working (https://github.com/johnsoncodehk/volar/issues/1983#issuecomment-1278778898)
  • fix: server throwing errors due to component auto import completion canceled (#​1983)
  • fix: expand selection does not work correctly in <template> (#​1465)
  • fix: component tags messes with duplicate name template properties (#​2030)
  • fix: improve invalid content trimming in .md files for VitePress
  • fix: avoid language server throwing when changing built-in TS plugin activation
Special Sponsor
Out Gold Sponsors
Out Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 1am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@netlify
Copy link

netlify bot commented Oct 26, 2022

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit f9957e3
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/63589ae39af5e00009edb33d
😎 Deploy Preview https://deploy-preview-1832--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@cexbrayat cexbrayat closed this Oct 26, 2022
@cexbrayat cexbrayat deleted the renovate/all-minor-patch branch October 26, 2022 15:30
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.

1 participant