fix(deps): update all non-major dependencies #14559
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.12
->^1.2.13
^5.0.0
->^5.0.1
^25.0.4
->^25.0.5
^2.0.5
->^2.0.6
^6.0.0
->^6.0.1
15.2.1
->15.2.3
^11.1.4
->^11.1.5
^5.0.4
->^5.0.5
^18.18.3
->^18.18.4
^18.2.24
->^18.2.25
^18.2.8
->^18.2.11
^8.50.0
->^8.51.0
^1.23.0
->^1.24.1
^2.6.0
->^2.6.1
^3.20231002.0
->^3.20231002.1
^1.68.0
->^1.69.0
^1.8.15
->^1.8.18
Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.2.13
Compare Source
What's Changed
new
command by @dapids in https://github.com/BuilderIO/qwik/pull/5202dimension.dev
to showcase by @necatikcl in https://github.com/BuilderIO/qwik/pull/5200target
argument to cacheControl by @maiieul in https://github.com/BuilderIO/qwik/pull/5226onRequest
middleware exported fromserverAuth$
by @jakovljevic-mladen in https://github.com/BuilderIO/qwik/pull/5264New 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
rollup/plugins (@rollup/plugin-commonjs)
v25.0.5
Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-dynamic-import-vars)
v2.0.6
Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-json)
v6.0.1
Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-node-resolve)
v15.2.3
Compare Source
2023-10-08
Bugfixes
v15.2.2
Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-typescript)
v11.1.5
Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/pluginutils)
v5.0.5
Compare Source
2023-10-05
Bugfixes
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 tosourceType: "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
1ef39ea
chore: upgrade @eslint/js@8.51.0 (#17624) (Milos Djermanovic)f8c7403
chore: package.json update for @eslint/js release (ESLint Jenkins)2665552
test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)7b77bcc
chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)bc77c9a
chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14
chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)eslint-types/eslint-define-config (eslint-define-config)
v1.24.1
Compare Source
diff
Hotfix
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
@typescript-eslint
v6yyx990803/launch-editor (launch-editor-middleware)
v2.6.1
Compare Source
cloudflare/miniflare (miniflare)
v3.20231002.1
Compare Source
What's Changed
KVNamespace#put()
with empty value by @mrbbot in https://github.com/cloudflare/miniflare/pull/704Miniflare#dispose()
immediately afternew Miniflare()
by @mrbbot in https://github.com/cloudflare/miniflare/pull/705//# sourceURL
comments if present by @mrbbot in https://github.com/cloudflare/miniflare/pull/7063.20231002.1
by @mrbbot in https://github.com/cloudflare/miniflare/pull/707Full 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 Sassvalue.
Add a
meta.apply()
mixin that includes a mixin value.Add a
meta.module-mixins()
function which returns a map from mixin names ina module to the first-class mixins that belong to those names.
Add a
meta.accepts-content()
function which returns whether or not a mixinvalue 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
Deprecation.calcInterp
since it was never actually emitted as adeprecation.
Embedded Sass
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
defineProps
work when reading a property fromdefineProps()
(#3633) - thanks @so1veprops
from__VLS_ctx
(#3636) - thanks @so1vedefineExpose
(#3639) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.16
Compare Source
Volar.js 1.10.3 updates:
directoryExists()
(https://github.com/volarjs/volar.js/issues/66) - thanks @AkryumFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
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.
This PR has been generated by Mend Renovate. View repository job log here.