-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Debug UI dependencies (non-major) #6112
Update Debug UI dependencies (non-major) #6112
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6112 +/- ##
=============================================
- Coverage 69.92% 69.92% -0.01%
+ Complexity 17721 17720 -1
=============================================
Files 1996 1996
Lines 75394 75394
Branches 7713 7713
=============================================
- Hits 52719 52718 -1
- Misses 19997 19998 +1
Partials 2678 2678 ☔ View full report in Codecov by Sentry. |
0a05a5a
to
63a5699
Compare
Not compiling due to dotansimha/graphql-code-generator#10167 |
Would it be an option to skip the update for that one dependency? |
63a5699
to
051c31e
Compare
Yes I'll look into it shortly. We can probably get away with pinning the current version for now in the renovate config. |
051c31e
to
9804b6f
Compare
I'm trying the pinning with this: fcb2000 |
a7f499a
to
04d71ec
Compare
@leonardehrenfried that works. only problem is that we won't know when there is another update which might fix the problem ... It would be better to create a separate group for this package, so renovate will still make PRs for it. |
04d71ec
to
df0f723
Compare
What would be the update rule for this new group? |
df0f723
to
3692457
Compare
Can be the same as the others I think, so long as PRs are created for it separately. |
That said, no need to keep this PR open for that to happen. |
Okay, I will merge tomorrow because today is the day that we would get another PR straight away. |
3692457
to
a855a97
Compare
This PR contains the following updates:
5.0.2
->5.0.3
18.3.7
->18.3.11
18.3.0
->18.3.1
4.3.1
->4.3.2
2.1.1
->2.1.3
2.30.0
->2.31.0
7.36.1
->7.37.1
25.0.0
->25.0.1
4.7.0
->4.7.1
2.10.4
->2.10.5
5.6.2
->5.6.3
5.4.6
->5.4.9
2.1.1
->2.1.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v5.0.3
Compare Source
Patch Changes
#10069
8bb34e7
Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.9.20
↗︎ (from^0.8.0
, independencies
)graphql-config@^5.1.1
↗︎ (from^5.0.2
, independencies
)e0092b5
Thanks @ardatan! - Bump whatwg-node and graphql-configUpdated dependencies [
8471a18
,67e7556
]:vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.2
Compare Source
Ignore directive sourcemap error #369
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)--cpu-prof
and--heap-prof
not working by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/pull/6555 (2e4d894)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 (c5e29)--standalone
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6577 (d0bf8)View changes on GitHub
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.1
Compare Source
Fixed
d.ts
files (#3836 @ljharb)Changed
v7.37.0
Compare Source
Added
no-unescaped-entities
]: add suggestions (#3831 @StyleShit)forbid-component-props
]: addallowedForPatterns
/disallowedForPatterns
options (#3805 @Efimenko)no-unstable-nested-components
]: addpropNamePattern
to support custom render prop naming conventions (#3826 @danreeves)Changed
jsdom/jsdom (jsdom)
v25.0.1
Compare Source
tough-cookie
, which no longer prints a deprecation warning.maplibre/maplibre-gl-js (maplibre-gl)
v4.7.1
Compare Source
🐞 Bug fixes
react-bootstrap/react-bootstrap (react-bootstrap)
v2.10.5
Compare Source
Bug Fixes
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.8
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.7
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "after 6pm on the 3rd and 17th 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 was generated by Mend Renovate. View the repository job log.