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(ui): update all non-major dependencies #742

Merged
merged 5 commits into from
Aug 29, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hookform/resolvers (source) 3.2.0 -> 3.3.1 age adoption passing confidence
@sentry/nextjs (source) 7.64.0 -> 7.65.0 age adoption passing confidence
@sentry/node (source) 7.64.0 -> 7.65.0 age adoption passing confidence
@sentry/opentelemetry-node (source) 7.64.0 -> 7.65.0 age adoption passing confidence
@sentry/profiling-node 1.1.2 -> 1.1.3 age adoption passing confidence
@storybook/addon-a11y (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/addon-actions (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/addon-docs (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/addon-essentials (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/addon-interactions (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/addon-links (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/addon-viewport (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/components (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/core-events (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/manager-api (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/nextjs (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/preview-api (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/react (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/theming (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@storybook/types (source) 7.3.2 -> 7.4.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.4.1 -> 6.5.0 age adoption passing confidence
@typescript-eslint/parser 6.4.1 -> 6.5.0 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence
quicktype-core 23.0.71 -> 23.0.73 age adoption passing confidence
react-i18next 13.2.0 -> 13.2.1 age adoption passing confidence
react-phone-number-input 3.3.4 -> 3.3.5 age adoption passing confidence
storybook (source) 7.3.2 -> 7.4.0 age adoption passing confidence

Release Notes

react-hook-form/resolvers (@​hookform/resolvers)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Bug Fixes
Features
  • add support for root errors for field array (#​621) (5f1a622)
  • pass field names and a context as arguments to a Vest suite (#​584) (3519701)
  • valibot: add more tests, support of criteriaMode and reduce size (#​620) (a9d319d)
getsentry/sentry-javascript (@​sentry/nextjs)

v7.65.0

Compare Source

  • build: Remove build-specific polyfills (#​8809)
  • build(deps): bump protobufjs from 6.11.3 to 6.11.4 (#​8822)
  • deps(sveltekit): Bump @sentry/vite-plugin (#​8877)
  • feat(core): Introduce Sentry.startActiveSpan and Sentry.startSpan (#​8803)
  • fix: Memoize AsyncLocalStorage instance (#​8831)
  • fix(nextjs): Check for validity of API route handler signature (#​8811)
  • fix(nextjs): Fix requestAsyncStorageShim path resolution on windows (#​8875)
  • fix(node): Log entire error object in OnUncaughtException (#​8876)
  • fix(node): More relevant warning message when tracing extensions are missing (#​8820)
  • fix(replay): Streamline session creation/refresh (#​8813)
  • fix(sveltekit): Avoid invalidating data on route changes in wrapServerLoadWithSentry (#​8801)
  • fix(tracing): Better guarding for performance observer (#​8872)
  • ref(sveltekit): Remove custom client fetch instrumentation and use default instrumentation (#​8802)
  • ref(tracing-internal): Deprecate tracePropagationTargets in BrowserTracing (#​8874)
getsentry/profiling-node (@​sentry/profiling-node)

v1.1.3

Compare Source

Various fixes & improvements
storybookjs/storybook (@​storybook/addon-a11y)

v7.4.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#​6885) (23ac499)

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#​7466) (b52658f), closes #​7293

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.5.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}
quicktype/quicktype (quicktype-core)

v23.0.73

Compare Source

v23.0.72

Compare Source

i18next/react-i18next (react-i18next)

v13.2.1

Compare Source

  • types: Allow iterable ReactI18NextChildren as children 1669
catamphetamine/react-phone-number-input (react-phone-number-input)

v3.3.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from JoeKarow as a code owner August 28, 2023 16:10
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. labels Aug 28, 2023
@vercel
Copy link

vercel bot commented Aug 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2023 4:49pm

@ghost
Copy link

ghost commented Aug 28, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cc0ba1 to 178c806 Compare August 28, 2023 20:10
@renovate renovate bot changed the title fix(app): update all non-major dependencies to v7.65.0 fix(app): update all non-major dependencies Aug 28, 2023
@kodiakhq kodiakhq bot removed the automerge Enable Kodiak auto-merge label Aug 28, 2023
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Aug 28, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
Copy link
Contributor Author

renovate bot commented Aug 29, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarcloud
Copy link

sonarcloud bot commented Aug 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Aug 29, 2023

✅ Meticulous spotted zero visual differences across 160 screens tested: view results.

Last updated for commit 64869a8. This comment will update as new commits are pushed.

@kodiakhq kodiakhq bot merged commit 51d6bd2 into dev Aug 29, 2023
13 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch August 29, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant