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

chore: update all dependencies of web #716

Closed
wants to merge 1 commit into from
Closed

chore: update all dependencies of web #716

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.12 -> 3.7.15 age adoption passing confidence
@auth0/auth0-react 1.12.0 -> 1.12.1 age adoption passing confidence
@emotion/jest (source) 11.10.5 -> 11.11.0 age adoption passing confidence
@emotion/react (source) 11.10.6 -> 11.11.1 age adoption passing confidence
@emotion/styled (source) 11.10.6 -> 11.11.0 age adoption passing confidence
@rollup/plugin-yaml (source) 4.0.1 -> 4.1.1 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.7 -> 7.0.22 age adoption passing confidence
@storybook/addon-interactions (source) 7.0.7 -> 7.0.22 age adoption passing confidence
@storybook/addon-links (source) 7.0.7 -> 7.0.22 age adoption passing confidence
@storybook/blocks (source) 7.0.7 -> 7.0.22 age adoption passing confidence
@storybook/react (source) 7.0.7 -> 7.0.22 age adoption passing confidence
@storybook/react-vite (source) 7.0.7 -> 7.0.22 age adoption passing confidence
@storybook/testing-library ^0.0.14-next.2 -> ^0.2.0 age adoption passing confidence
@types/node (source) 18.16.0 -> 18.16.18 age adoption passing confidence
@types/react (source) 18.0.38 -> 18.2.13 age adoption passing confidence
@types/react-dom (source) 18.0.11 -> 18.2.6 age adoption passing confidence
@vitejs/plugin-react (source) 4.0.0 -> 4.0.1 age adoption passing confidence
@vitest/coverage-c8 (source) 0.30.1 -> 0.32.2 age adoption passing confidence
antd (source) 4.24.7 -> 4.24.10 age adoption passing confidence
aws-amplify (source) 5.2.2 -> 5.3.0 age adoption passing confidence
eslint (source) 8.39.0 -> 8.43.0 age adoption passing confidence
eslint-plugin-storybook 0.6.11 -> 0.6.12 age adoption passing confidence
formik (source) 2.2.9 -> 2.4.2 age adoption passing confidence
graphiql (source) 2.4.1 -> 2.4.7 age adoption passing confidence
i18next (source) 21.9.2 -> 21.10.0 age adoption passing confidence
i18next-browser-languagedetector 6.1.5 -> 6.1.8 age adoption passing confidence
i18next-parser 7.7.0 -> 7.9.0 age adoption passing confidence
jotai 2.0.4 -> 2.2.1 age adoption passing confidence
jsdom 21.1.1 -> 21.1.2 age adoption passing confidence
msw (source) 1.2.1 -> 1.2.2 age adoption passing confidence
react-router-dom 6.10.0 -> 6.13.0 age adoption passing confidence
react-svg 16.1.8 -> 16.1.17 age adoption passing confidence
storybook (source) 7.0.7 -> 7.0.22 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence
vite (source) 4.3.1 -> 4.3.9 age adoption passing confidence
vitest 0.30.1 -> 0.32.2 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.7.15

Compare Source

Patch Changes
  • #​10891 ab42a5c08 Thanks @​laverdet! - Fixes a bug in how multipart responses are read when using @defer. When reading a multipart body, HttpLink no longer attempts to parse the boundary (e.g. "---" or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.

  • #​10789 23a4e1578 Thanks @​phryneas! - Fix a bug where other fields could be aliased to __typename or id, in which case an incoming result would be merged into the wrong cache entry.

v3.7.14

Compare Source

Patch Changes
  • #​10764 1b0a61fe5 Thanks @​phryneas! - Deprecate useFragment returnPartialData option

  • #​10810 a6252774f Thanks @​dleavitt! - Fix type signature of ServerError.

    In <3.7 HttpLink and BatchHttpLink would return a ServerError.message of e.g. "Unexpected token 'E', \"Error! Foo bar\" is not valid JSON" and a ServerError.result of undefined in the case where a server returned a >= 300 response code with a response body containing a string that could not be parsed as JSON.

    In >=3.7, message became e.g. Response not successful: Received status code 302 and result became the string from the response body, however the type in ServerError.result was not updated to include the string type, which is now properly reflected.

v3.7.13

Compare Source

Patch Changes
  • #​10805 a5503666c Thanks @​phryneas! - Fix a potential memory leak in SSR scenarios when many persistedQuery instances were created over time.

  • #​10718 577c68bdd Thanks @​Hsifnus! - Delay Concast subscription teardown slightly in useSubscription to prevent unexpected Concast teardown when one useSubscription hook tears down its in-flight Concast subscription immediately followed by another useSubscription hook reusing and subscribing to that same Concast

auth0/auth0-react

v1.12.1

Compare Source

Full Changelog

Security

This patch release is identical to 1.12.0 but has been released to ensure tooling no longer detects a vulnerable version of jsonwebtoken being used by @auth0/auth0-spa-js.

Even though 1.22.5 of @auth0/auth0-spa-js was not vulnerable for the related CVE because of the fact that jsonwebtoken is a devDependency of @auth0/auth0-spa-js, we are cutting a release to ensure build tools no longer report our SDK's that use @auth0/auth0-spa-js as vulnerable to the mentioned CVE.

emotion-js/emotion

v11.11.0

Compare Source

Minor Changes
Patch Changes

v11.10.8

Compare Source

Patch Changes
rollup/plugins

v4.1.1

Compare Source

2023-06-19

Bugfixes
  • fix: Add extensions?: string[] to RollupYamlOptions types #​1506

v4.1.0

Compare Source

2023-05-12

Features
  • feat: support specifying custom file extensions #​1445
storybookjs/storybook

v7.0.22

Compare Source

7.0.22

v7.0.21

Compare Source

v7.0.20

Compare Source

Bug Fixes
  • Server: Fix .stories.yml support #​22906
  • Docs: Fix Source block snippet updates #​22835
  • Core: Fix indexing errors by excluding node_modules stories #​22873
  • CLI: Fix upgrade notification message #​22933
  • Angular: Add --open/--no-open flag to dev command #​22964
  • Angular: Silence compodoc when running storybook with --quiet #​22957
Maintenance
  • Core: Improve MDX of error in story index #​22782
Build
  • Build: Fix the theme output during development #​22841
  • Revert "Docs: E2E tests for Source block update fix" #​22934

v7.0.19

Compare Source

Bad release

v7.0.18

Compare Source

Bug Fixes
  • Vue3: Fix TS 5.0 compat with vue-component-type-helpers #​22814
  • Vue3: Fix reactive args updates in decorators #​22717
  • Vue3: Revert v7 breaking change, restore reactive v6-compat API #​22692
Build
  • Build: Add more checks to ci:daily workflow #​22815
  • Build: Fix Nextjs E2E tests #​22816
  • Build: Bring back new Vue3 tests to main #​22685

v7.0.17

Compare Source

Bug Fixes

v7.0.16

Compare Source

Accidental no-op

v7.0.15

Compare Source

Bug Fixes

v7.0.14

Compare Source

Bug Fixes
  • Core: Only connect to serverChannel in development mode #​22575
  • CLI: Fix error parsing on NPM proxy #​22690
Maintenance
  • Core: Create server channel from window.location #​22055

v7.0.13

Compare Source

Bug Fixes
  • Angular: Fix process I/O for compodoc command #​22441
  • CLI: Improve error handling when dealing with angular.json files #​22663
  • CLI: Skip prompting for eslint plugin with --yes flag #​22651
  • CLI: Account for windows paths when copying templates #​22644
  • CLI: Fix pnpm init command #​22635
  • UI: Add legacy font formats #​22576
  • Webpack: Remove the alias for global #​22393
Maintenance
  • Angular: Enable unit tests #​22355
  • CLI: Reduce installation noise and improve error handling #​22554
  • CLI: Only handle CTRL + C on init event #​22687
  • CLI: Don't touch nx packages on upgrade #​22419
Build
  • Build: Add discord notification when generating sandboxes fails #​22638
  • Build: Set correct ref on sandboxes Github action #​22625
  • Build: Fix sandbox generation scripts #​22620

v7.0.12

Compare Source

Bug Fixes
  • Core: Fix source snippets for stories with mapped args #​22135
  • CLI: Fix getFrameworkPackage logic #​22559
  • CLI: Remove automigrate reference from init command #​22561
Maintenance
  • CLI: Detach automigrate command from storybook init #​22523

v7.0.11

Compare Source

Bug Fixes
  • Toolbars: Fix title behavior in UI #​22496
  • CLI: Fix storybook upgrade precheckfailure object #​22517
  • CLI: Throw errors instead of rejecting promises #​22515
  • CLI: Remove unsupported frameworks/renderers and improve builder detection #​22492
  • Web-components: Fix source decorator to handle document fragments #​22513
  • Core: Fix windows path error in StoryStore v6 #​22512
  • CLI: Do not show a migration summary on sb init #​22109
  • UI: Show current search shortcut in search box sidebar #​21619
  • Outline: Fix additional outline border in docs mode #​21773
  • Measure: Deactivate when switching to Docs mode #​21602
  • CSF: Expose story id in composeStories #​22471
  • CLI: Prompt to force initialization when storybook folder is detected #​22392
  • UI: Fix css inconsistency in Button and Icon components #​22497

v7.0.10

Compare Source

Bug Fixes
  • CLI: Fix copyTemplate failures on init #​22375
  • CLI: Fix server init #​22443
  • CLI: Scope styles in sample components from the CLI templates #​22162
  • React: Use correct default annotations for composeStories #​22308
  • Server: Add json indexer #​22460
  • UI: Fix opacity from list-item color #​22074
Maintenance
  • CLI: Refactor package manager methods to be async #​22401
  • Improve Error message for Angular.json file not found #​22377

v7.0.9

Compare Source

Bug Fixes
  • Core: Fix virtual modules excluded for babel-loader #​22331
Maintenance
  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #​22391

v7.0.8

Compare Source

Bug Fixes
  • Typescript: Fix bad typings caused by tsup bug #​22261
  • Migrate: skip the automigration for gf markdown when user isn't using mdx #​22186
  • UI: Addon panel does not update after disabling/enabling an addon #​22258
  • Vue3: Fix compiler error when there is double tag #​22286
  • Args: Fix multiple mapped args return array of labels #​22169
  • CLI: Add web-components webpack5 to missing-babelrc automigration #​22202
  • Docs: Fix inline story style #​21870
  • UI: Fix shift + 7 shortcut to focus search field #​22073
  • UI: Fix controls missing when navigating from story #​21967
  • NextJS: Fix tsconfig resolution #​22160
Maintenance
  • Telemetry: Persist sessionId across runs #​22325
  • Packaging: Move types condition to the front in all package.json.exports maps #​22321
  • Core: Rename manager UI mjs to js #​22247
  • Angular: Add support for Angular 16 #​22096
  • Packaging: Don't generate ESM dist for preset files #​22330
  • Packaging: Fix url for all packages in package.json #​22101
  • Add regex to ignore outdated Browserslist in Jest initialization base file #​22260
storybookjs/testing-library

v0.2.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Vanessa Yuen (@​vanessayuenn), for all your work!

Release Notes
Upgrade user-event to v14 and testing-library to v9 (#​43)

@storybook/testing-library now uses @testing-library/dom version 9 and @testing-library/user-event version 14! 🎉

To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.


🚀 Enhancement
🐛 Bug Fix
Authors: 3

v0.1.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Kasper Peulen (@​kasperpeulen), for all your work!

🚀 Enhancement
🐛 Bug Fix
Authors: 3

vitejs/vite-plugin-react

v4.0.1

Compare Source

vitest-dev/vitest

v0.32.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.1

Compare Source

   🚀 Features

Configuration

📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (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.

@netlify
Copy link

netlify bot commented May 4, 2023

Deploy Preview for reearth-cms failed.

Name Link
🔨 Latest commit 9962651
🔍 Latest deploy log https://app.netlify.com/sites/reearth-cms/deploys/649271dfade01d0008b2744f

@github-actions github-actions bot added the web label May 4, 2023
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Merging #716 (8b24a4c) into main (a908f8f) will not change coverage.
The diff coverage is n/a.

❗ Current head 8b24a4c differs from pull request most recent head 9962651. Consider uploading reports for the commit 9962651 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #716   +/-   ##
=====================================
  Coverage   0.48%   0.48%           
=====================================
  Files        290     290           
  Lines      21474   21474           
  Branches      93      93           
=====================================
  Hits         105     105           
  Misses     21369   21369           
Flag Coverage Δ
web 0.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovate renovate bot force-pushed the renovate/web branch 19 times, most recently from aad4a97 to 77a9807 Compare May 10, 2023 20:48
@renovate renovate bot force-pushed the renovate/web branch 5 times, most recently from d795e54 to fa9517e Compare May 12, 2023 19:10
@renovate renovate bot force-pushed the renovate/web branch 13 times, most recently from 786c43b to bcedf57 Compare June 12, 2023 14:19
@renovate renovate bot force-pushed the renovate/web branch 12 times, most recently from 6618e87 to 8146147 Compare June 19, 2023 08:16
@renovate renovate bot deleted the renovate/web branch June 23, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant