fix(deps): update all non-major dependencies#14559
Merged
sapphi-red merged 1 commit intomainfrom Oct 9, 2023
Merged
Conversation
bluwy
previously approved these changes
Oct 9, 2023
9fac7ce to
0f5ee1e
Compare
sapphi-red
approved these changes
Oct 9, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.115.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.18Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.2.13Compare Source
What's Changed
newcommand by @dapids in https://github.com/BuilderIO/qwik/pull/5202dimension.devto showcase by @necatikcl in https://github.com/BuilderIO/qwik/pull/5200targetargument to cacheControl by @maiieul in https://github.com/BuilderIO/qwik/pull/5226onRequestmiddleware 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.1Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-commonjs)
v25.0.5Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-dynamic-import-vars)
v2.0.6Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-json)
v6.0.1Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-node-resolve)
v15.2.3Compare Source
2023-10-08
Bugfixes
v15.2.2Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/plugin-typescript)
v11.1.5Compare Source
2023-10-05
Bugfixes
rollup/plugins (@rollup/pluginutils)
v5.0.5Compare Source
2023-10-05
Bugfixes
eslint/eslint (eslint)
v8.51.0Compare Source
Features
0a9c433feat: Add--no-warn-ignoredCLI option for flat config (#17569) (Domantas Petrauskas)977e67efeat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)Bug Fixes
f976b2ffix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)0edfe36fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)dd79abcfix:eslint-disableto be able to parse quoted rule names (#17612) (Yosuke Ota)d2f6801fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)Documentation
ee5be81docs: default tosourceType: "module"in rule examples (#17615) (Francesco Trotta)1aa26dfdocs: Add more examples for multiline-ternary (#17610) (George Ashiotis)47d0b44docs: Update README (GitHub Actions Bot)dbf831edocs: use generated og image (#17601) (Percy Ma)1866da5docs: Update README (GitHub Actions Bot)Chores
1ef39eachore: upgrade @eslint/js@8.51.0 (#17624) (Milos Djermanovic)f8c7403chore: package.json update for @eslint/js release (ESLint Jenkins)2665552test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)7b77bccchore: Refactor CodePathState (#17510) (Nicholas C. Zakas)bc77c9achore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)24e1f14chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)eslint-types/eslint-define-config (eslint-define-config)
v1.24.1Compare Source
diff
Hotfix
package.json(#242)v1.24.0Compare 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-eslintv6yyx990803/launch-editor (launch-editor-middleware)
v2.6.1Compare Source
cloudflare/miniflare (miniflare)
v3.20231002.1Compare 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//# sourceURLcomments if present by @mrbbot in https://github.com/cloudflare/miniflare/pull/7063.20231002.1by @mrbbot in https://github.com/cloudflare/miniflare/pull/707Full Changelog: cloudflare/miniflare@v3.20231002.0...v3.20231002.1
sass/dart-sass (sass)
v1.69.0Compare 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.calcInterpsince it was never actually emitted as adeprecation.
Embedded Sass
protocol error was immediately followed by another request.
vuejs/language-tools (vue-tsc)
v1.8.18Compare Source
Upgrade required VSCode version to 1.82.0 (#3642)
v1.8.17Compare Source
definePropswork when reading a property fromdefineProps()(#3633) - thanks @so1vepropsfrom__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.16Compare 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.