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

Merged
merged 1 commit into from Nov 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/vite-plugin-svelte ^1.1.1 -> ^1.2.0 age adoption passing confidence
@types/lodash (source) ^4.14.188 -> ^4.14.189 age adoption passing confidence
@types/react-dom (source) ^18.0.8 -> ^18.0.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.42.1 -> ^5.43.0 age adoption passing confidence
@typescript-eslint/parser ^5.42.1 -> ^5.43.0 age adoption passing confidence
eslint (source) ^8.27.0 -> ^8.28.0 age adoption passing confidence
mlly ^0.5.16 -> ^0.5.17 age adoption passing confidence
parse5 ^7.1.1 -> ^7.1.2 age adoption passing confidence
pinia ^2.0.23 -> ^2.0.24 age adoption passing confidence
playwright-chromium (source) ^1.27.1 -> ^1.28.0 age adoption passing confidence
pnpm (source) 7.15.0 -> 7.17.0 age adoption passing confidence
pnpm (source) ^7.15.0 -> ^7.17.0 age adoption passing confidence
regenerator-runtime (source) ^0.13.10 -> ^0.13.11 age adoption passing confidence
vite (source) ^3.2.3 -> ^3.2.4 age adoption passing confidence
vitest ^0.25.1 -> ^0.25.2 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte

v1.2.0

Compare Source

Minor Changes
  • support string values of compilerOptions.css added in svelte 3.53.0 (#​490)
Patch Changes
  • simplify init of compilerOptions.hydratable for kit (kit.browser.hydrate is no longer in use) (#​496)

  • when prebundleSvelteLibraries is true and a dependency is manually excluded, generate reincludes for it's cjs deps (#​493)

  • Refactor Svelte libraries config handling (#​478)

  • fix(prebundleSvelteLibraries): avoid resolving via svelte field after a library has been prebundled (#​482)

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

v5.43.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#​5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#​5907) (f25a94f)
Features
  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#​5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#​5310) (#​5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5594) (923d486)

5.42.1 (2022-11-07)

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.43.0

Compare Source

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

5.42.1 (2022-11-07)

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

eslint/eslint

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

unjs/mlly

v0.5.17

Compare Source

inikulin/parse5

v7.1.2

Compare Source

This release includes parse5 and parse5-parser-stream.

Full Changelog: inikulin/parse5@v7.1.0...v7.1.2

vuejs/pinia

v2.0.24

Compare Source

Please refer to CHANGELOG.md for details.

Microsoft/playwright

v1.28.0: v1.28

Compare Source

Playwright Tools

  • Record at Cursor in VSCode. You can run the test, position the cursor at the end of the test and continue generating the test.
New VSCode Extension
  • Live Locators in VSCode. You can hover and edit locators in VSCode to get them highlighted in the opened browser.
  • Live Locators in CodeGen. Generate a locator for any element on the page using "Explore" tool.
Locator Explorer
  • Codegen and Trace Viewer Dark Theme. Automatically picked up from operating system settings.
Dark Theme
Test Runner
New APIs
Browser Versions
  • Chromium 108.0.5359.29
  • Mozilla Firefox 106.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 107
  • Microsoft Edge 107
pnpm/pnpm

v7.17.0

Compare Source

Minor Changes

  • Added a new command pnpm licenses list, which displays the licenses of the packages #​2825

Patch Changes

  • pnpm update --latest !foo should not update anything if the only dependency in the project is the ignored one #​5643.
  • pnpm audit should send the versions of workspace projects for audit.
  • Hoisting with symlinks should not override external symlinks and directories in the root of node_modules.
  • The pnpm.updateConfig.ignoreDependencies setting should work with multiple dependencies in the array #​5639.

Our Gold Sponsors

Our Silver Sponsors

v7.16.1

Compare Source

Patch Changes
  • Sync all injected dependencies when hoisted node linker is used #​5630
Our Gold Sponsors
Our Silver Sponsors

v7.16.0

Compare Source

Minor Changes
  • Support pnpm env list to list global or remote Node.js versions #​5546.
Patch Changes
  • Replace environment variable placeholders with their values, when reading .npmrc files in subdirectories inside a workspace #​2570.
  • Fix an error that sometimes happen on projects with linked local dependencies #​5327.
Our Gold Sponsors
Our Silver Sponsors
facebook/regenerator

v0.13.11

Compare Source

vitejs/vite

v3.2.4

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest

v0.25.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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 added the dependencies Pull requests that update a dependency file label Nov 21, 2022
@patak-dev patak-dev merged commit 96f2e98 into main Nov 21, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch November 21, 2022 08:30
fc pushed a commit to fc/vite that referenced this pull request Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant