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

fix(deps): update all non-major dependencies #14883

Merged
merged 1 commit into from Nov 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@builder.io/qwik (source) ^1.2.15 -> ^1.2.17 age adoption passing confidence dependencies patch
@types/estree (source) ^1.0.3 -> ^1.0.4 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.33 -> ^18.2.35 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^6.9.0 -> ^6.9.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser ^6.9.0 -> ^6.9.1 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) ^4.1.0 -> ^4.1.1 age adoption passing confidence devDependencies patch
core-js ^3.33.1 -> ^3.33.2 age adoption passing confidence dependencies patch
eslint (source) ^8.52.0 -> ^8.53.0 age adoption passing confidence devDependencies minor
lit (source) ^3.0.1 -> ^3.0.2 age adoption passing confidence dependencies patch
miniflare (source) ^3.20231025.0 -> ^3.20231025.1 age adoption passing confidence devDependencies patch
phoenix ^1.7.9 -> ^1.7.10 age adoption passing confidence dependencies patch
preact (source) ^10.18.1 -> ^10.18.2 age adoption passing confidence dependencies patch
solid-js (source) ^1.8.4 -> ^1.8.5 age adoption passing confidence dependencies patch
stylus ^0.60.0 -> ^0.61.0 age adoption passing confidence devDependencies minor
terser (source) ^5.22.0 -> ^5.24.0 age adoption passing confidence devDependencies minor
tj-actions/changed-files v40.0.1 -> v40.1.0 age adoption passing confidence action minor
vite (source) ^5.0.0-beta.13 -> ^5.0.0-beta.16 age adoption passing confidence devDependencies patch
vitepress (source) 1.0.0-rc.24 -> 1.0.0-rc.25 age adoption passing confidence devDependencies patch

Release Notes

BuilderIO/qwik (@​builder.io/qwik)

v1.2.17

Compare Source

What's Changed

Full Changelog: QwikDev/qwik@v1.2.16...v1.2.17

v1.2.16

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.2.15...v1.2.16

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

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

v6.9.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.1.1

Compare Source

  • Enable retainLines to get correct line numbers for jsxDev (fix #​235)
zloirock/core-js (core-js)

v3.33.2

Compare Source

  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:
eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

lit/lit (lit)

v3.0.2

Compare Source

Patch Changes
  • #​4345 02b8d620 - Add a dev mode warning if a static value such as literal or unsafeStatic is detected within the non-static html tag function. These should only be used with the static html tag function imported from lit-html/static.js or lit/static-html.js.
cloudflare/miniflare (miniflare)

v3.20231025.1

Compare Source

phoenixframework/phoenix (phoenix)

v1.7.10

Compare Source

Bug fixes
  • [phx.new] – fix CoreComponents.flash generating incorrect id's causing flash messages to fail to be closed when clicked
Enhancements
  • Support dynamic port for Endpoint.url/0
preactjs/preact (preact)

v10.18.2

Compare Source

Types
Fixes
Improvements
Maintenance
solidjs/solid (solid-js)

v1.8.5

Compare Source

stylus/stylus (stylus)

v0.61.0

Compare Source

===================

terser/terser (terser)

v5.24.0

Compare Source

  • Improve formatting performance in V8 by keeping a small work string and a large output string

v5.23.0

Compare Source

  • When top_retain will keep a variable assignment around, inline the assignee when it's shorter than the name (#​1434)
  • Remove empty class static {} blocks.
tj-actions/changed-files (tj-actions/changed-files)

v40.1.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v40...v40.1.0

v40.0.2

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v40...v40.0.2

vitejs/vite (vite)

v5.0.0-beta.16

Compare Source

v5.0.0-beta.15

Compare Source

v5.0.0-beta.14

Compare Source

vuejs/vitepress (vitepress)

v1.0.0-rc.25

Compare Source

Bug Fixes
Features
Performance Improvements

Configuration

📅 Schedule: Branch creation - "before 4am 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 6, 2023
Copy link

stackblitz bot commented Nov 6, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy merged commit e5094e5 into main Nov 6, 2023
10 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch November 6, 2023 05:18
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