chore(deps): update debug ui dependencies (non-major) #5729
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:
5.0.0
->5.0.2
4.1.0
->4.2.4
4.0.0
->4.0.3
2.3.0
->2.4.1
14.1.2
->14.2.1
18.2.21
->18.2.65
18.2.7
->18.2.21
7.1.0
->7.2.0
7.1.0
->7.2.0
4.0.4
->4.2.1
1.1.3
->1.3.1
5.3.1
->5.3.3
8.56.0
->8.57.0
9.0.0
->9.1.0
2.28.1
->2.29.1
6.7.1
->6.8.0
7.33.2
->7.34.0
0.4.3
->0.4.5
4.0.1
->4.1.0
3.0.3
->3.2.5
2.8.0
->2.10.1
7.1.5
->7.1.7
5.2.2
->5.4.2
1.1.3
->1.3.1
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v5.0.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v5.0.1
Compare Source
Patch Changes
#9811
d8364e045
Thanks @saihaj! - dependencies updates:@graphql-codegen/client-preset@^4.1.0
↗︎ (todependencies
)#9811
d8364e045
Thanks @saihaj! - ignore events in.git
directory#9811
d8364e045
Thanks @saihaj! - Surface error occurring during import of @parcel/watcher#9811
d8364e045
Thanks @saihaj! - Include @graphql-codegen/client-preset in @graphql-codegen/cli by default#9811
d8364e045
Thanks @saihaj! - fix watcher unable to find highest common directory on WindowsUpdated dependencies [
d8364e045
,d8364e045
,d8364e045
,d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v4.2.4
Compare Source
Patch Changes
920b443
,ed9c205
]:v4.2.3
Compare Source
Patch Changes
53f270a
]:v4.2.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v4.2.1
Compare Source
Patch Changes
#9557
48ddaeae1
Thanks @konomae! - Add eslint-disable comment to fragment-masking.tsUpdated dependencies [
7718a8113
]:v4.2.0
Compare Source
Minor Changes
d8364e045
Thanks @saihaj! - The client preset now allows the use of thefutureProofEnums
config optionPatch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
,d8364e045
]:dotansimha/graphql-code-generator (@graphql-codegen/introspection)
v4.0.3
Compare Source
Patch Changes
53f270a
]:v4.0.2
Compare Source
Patch Changes
#9813
4e69568
Thanks @saihaj! - bumping for a releaseUpdated dependencies [
4e69568
]:v4.0.1
Compare Source
Patch Changes
d8364e045
Thanks @saihaj! - dependencies updates:tslib@~2.6.0
↗︎ (from~2.5.0
, independencies
)d8364e045
,d8364e045
,d8364e045
,d8364e045
]:parcel-bundler/watcher (@parcel/watcher)
v2.4.1
Compare Source
v2.4.0
Compare Source
Adds support for CommonJS (along with existing support for ESM) in
@parcel/watcher-wasm
.testing-library/react-testing-library (@testing-library/react)
v14.2.1
Compare Source
Bug Fixes
v14.2.0
Compare Source
Features
reactStrictMode
option to enable strict mode render (#1241) (0880eba)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.2.0
Compare Source
🚀 Features
support TS 5.4
eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option
🩹 Fixes
eslint-plugin: expose *-type-checked-only configs for extension
eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group
eslint-plugin: [no-var-requires, no-require-imports] support template literal
eslint-plugin: [no-useless-template-literals] detect TemplateLiteral
eslint-plugin: [no-unnecessary-condition] handle union array and tuple type
eslint-plugin: [prefer-find] support ternary branches in prefer-find
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.1.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.2.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.1.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.2.1
Compare Source
Remove generic parameter on
Plugin
to avoid type error with Rollup 4/Vite 5 andskipLibCheck: false
.I expect very few people to currently use this feature, but if you are extending the React plugin via
api
object, you can get back the typing of the hook by importingViteReactPluginApi
:v4.2.0
Compare Source
Update peer dependency range to target Vite 5
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
Align jsx runtime for optimized dependencies
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have
React
in the scope.Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.
v4.1.1
Compare Source
v4.1.0
Compare Source
@types/babel__cores
to dependencies (fix #211)@babel/core
#212index.d.cts
file so you don't get types errors when settingmoduleResolution
tonode16
ornodenext
in your tsconfig (we recommend usingbundler
which is more close to how Vite works)vitest-dev/vitest (@vitest/coverage-v8)
v1.3.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.3.0
Compare Source
🚀 Features
snapshotSerializers
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5092 (5b102)🐞 Bug Fixes
poolOptions
- by @penalosa in https://github.com/vitest-dev/vitest/issues/5221 (bc5b2)coverage.reportsDirectory
with multiple directories - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5056 (ae73f)--browser=<name>
correctly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5179 (656e2).tmp
directory conflicts with--shard
option - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5184 (5749d)defineWorkspace
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5089 (0bf52)jsdom
variable - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5164 (0f898)optimizeDeps.disabled
warnings on Vite 5.1 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5215 (1aecd)disableConsoleIntercept
config - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5074 (a55ad)View changes on GitHub
v1.2.2
Compare Source
🐞 Bug
Configuration
📅 Schedule: Branch creation - "on the 7th through 8th day of the month" in timezone Europe/Berlin, 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.