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

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik (source) ^1.2.12 -> ^1.2.13 age adoption passing confidence
@rollup/plugin-alias (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence
@rollup/plugin-commonjs (source) ^25.0.4 -> ^25.0.5 age adoption passing confidence
@rollup/plugin-dynamic-import-vars (source) ^2.0.5 -> ^2.0.6 age adoption passing confidence
@rollup/plugin-json (source) ^6.0.0 -> ^6.0.1 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.2.1 -> 15.2.3 age adoption passing confidence
@rollup/plugin-typescript (source) ^11.1.4 -> ^11.1.5 age adoption passing confidence
@rollup/pluginutils (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence
@types/node (source) ^18.18.3 -> ^18.18.4 age adoption passing confidence
@types/react (source) ^18.2.24 -> ^18.2.25 age adoption passing confidence
@types/react-dom (source) ^18.2.8 -> ^18.2.11 age adoption passing confidence
eslint (source) ^8.50.0 -> ^8.51.0 age adoption passing confidence
eslint-define-config ^1.23.0 -> ^1.24.1 age adoption passing confidence
launch-editor-middleware ^2.6.0 -> ^2.6.1 age adoption passing confidence
miniflare (source) ^3.20231002.0 -> ^3.20231002.1 age adoption passing confidence
sass ^1.68.0 -> ^1.69.0 age adoption passing confidence
vue-tsc ^1.8.15 -> ^1.8.18 age adoption passing confidence

Release Notes

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

v1.2.13

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.2.12...v1.2.13

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

v5.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-commonjs)

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v2.0.6

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-json)

v6.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/plugin-typescript)

v11.1.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
rollup/plugins (@​rollup/pluginutils)

v5.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595
eslint/eslint (eslint)

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

eslint-types/eslint-define-config (eslint-define-config)

v1.24.1

Compare Source

diff

Hotfix

  • Fix missing build files in package.json (#​242)

v1.24.0

Compare Source

diff

This will be the last v1 version.

We are working on a new custom plugin support for v2.
Read more about that here: Support augmented global properties #​233

In preparation for this, the project was moved into a new GitHub organization called eslint-types.

The v2 version is already available via the npm dist-tag "alpha". So if you already want to advance custom support with your own plugin, don't hold back and start incorporating it into your plugin.

Other changes

  • Support for @typescript-eslint v6
  • Updated several rules (please see diff)
  • Deprecate predefined config of flat config (#​227)
yyx990803/launch-editor (launch-editor-middleware)

v2.6.1

Compare Source

cloudflare/miniflare (miniflare)

v3.20231002.1

Compare Source

What's Changed

Full Changelog: cloudflare/miniflare@v3.20231002.0...v3.20231002.1

sass/dart-sass (sass)

v1.69.0

Compare Source

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass
    value.

  • Add a meta.apply() mixin that includes a mixin value.

  • Add a meta.module-mixins() function which returns a map from mixin names in
    a module to the first-class mixins that belong to those names.

  • Add a meta.accepts-content() function which returns whether or not a mixin
    value can take a content block.

  • Add support for the relative color syntax from CSS Color 5. This syntax
    cannot be used to create Sass color values. It is always emitted as-is in the
    CSS output.

Dart API
  • Deprecate Deprecation.calcInterp since it was never actually emitted as a
    deprecation.
Embedded Sass
  • Fix a rare race condition where the embedded compiler could freeze when a
    protocol error was immediately followed by another request.
vuejs/language-tools (vue-tsc)

v1.8.18

Compare Source

Upgrade required VSCode version to 1.82.0 (#​3642)

v1.8.17

Compare Source

Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.16

Compare Source

  • fix: merge default export's properties properly (#​3600) - thanks @​so1ve
  • fix: accurate exposed type with refs in generic component (#​3604) - thanks @​so1ve
  • fix: make emits type correct when user assigns emit function a custom name (#​3624) - thanks @​so1ve
Volar.js 1.10.3 updates:
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

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 Oct 9, 2023
bluwy
bluwy previously approved these changes Oct 9, 2023
@sapphi-red sapphi-red enabled auto-merge (squash) October 9, 2023 08:16
@sapphi-red sapphi-red merged commit 6868480 into main Oct 9, 2023
11 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch October 9, 2023 08:25
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

2 participants