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

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/client-search 4.17.0 -> 4.17.2 age adoption passing confidence
@ant-design/cssinjs 1.9.1 -> 1.10.1 age adoption passing confidence
@ant-design/icons (source) 5.1.0 -> 5.1.4 age adoption passing confidence
@codemirror/language 6.7.0 -> 6.8.0 age adoption passing confidence
@codemirror/view 6.12.0 -> 6.13.2 age adoption passing confidence
@commitlint/config-conventional (source) 17.6.3 -> 17.6.5 age adoption passing confidence
@ddadaal/next-typed-api-routes-runtime 0.8.0 -> 0.8.1 age adoption passing confidence
@fastify/error 3.2.0 -> 3.2.1 age adoption passing confidence
@fastify/static 6.10.1 -> 6.10.2 age adoption passing confidence
@grpc/grpc-js (source) 1.8.14 -> 1.8.15 age adoption passing confidence
@mikro-orm/cli (source) 5.7.8 -> 5.7.12 age adoption passing confidence
@mikro-orm/core (source) 5.7.8 -> 5.7.12 age adoption passing confidence
@mikro-orm/mariadb (source) 5.7.8 -> 5.7.12 age adoption passing confidence
@mikro-orm/migrations (source) 5.7.8 -> 5.7.12 age adoption passing confidence
@mikro-orm/mysql (source) 5.7.8 -> 5.7.12 age adoption passing confidence
@mikro-orm/seeder (source) 5.7.8 -> 5.7.12 age adoption passing confidence
@next/bundle-analyzer 13.4.1 -> 13.4.6 age adoption passing confidence
@pnpm/lockfile-file (source) 8.0.2 -> 8.1.1 age adoption passing confidence
@sinclair/typebox 0.28.13 -> 0.28.15 age adoption passing confidence
@types/jest (source) 29.5.1 -> 29.5.2 age adoption passing confidence
@types/node (source) 18.16.14 -> 18.16.18 age adoption passing confidence
@types/react (source) 18.2.6 -> 18.2.13 age adoption passing confidence
@types/react-dom (source) 18.2.4 -> 18.2.6 age adoption passing confidence
@types/ws (source) 8.5.4 -> 8.5.5 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.6 -> 5.60.0 age adoption passing confidence
@typescript-eslint/parser 5.59.6 -> 5.60.0 age adoption passing confidence
@uiw/codemirror-theme-github (source) 4.20.2 -> 4.21.3 age adoption passing confidence
@uiw/react-codemirror (source) 4.20.2 -> 4.21.3 age adoption passing confidence
antd (source) 5.5.0 -> 5.6.2 age adoption passing confidence
concurrently 8.0.1 -> 8.2.0 age adoption passing confidence
dayjs (source) 1.11.7 -> 1.11.8 age adoption passing confidence
dotenv 16.0.3 -> 16.3.1 age adoption passing confidence
eslint (source) 8.41.0 -> 8.43.0 age adoption passing confidence
fastify (source) 4.17.0 -> 4.18.0 age adoption passing confidence
globby 13.1.4 -> 13.2.0 age adoption passing confidence
liquidjs 10.7.1 -> 10.8.3 age adoption passing confidence
next (source) 13.4.4 -> 13.4.6 age adoption passing confidence
node-fetch-commonjs 3.2.4 -> 3.3.1 age adoption passing confidence
nodemailer (source) 6.9.2 -> 6.9.3 age adoption passing confidence
octokit 2.0.16 -> 2.0.22 age adoption passing confidence
pnpm (source) 8.5.1 -> 8.6.3 age adoption passing confidence
postcss (source) 8.4.23 -> 8.4.24 age adoption passing confidence
styled-components (source) 5.3.10 -> 5.3.11 age adoption passing confidence
ts-proto 1.147.3 -> 1.149.0 age adoption passing confidence
tslib (source) 2.5.2 -> 2.5.3 age adoption passing confidence
turbo (source) 1.9.8 -> 1.10.3 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence
webpack 5.83.1 -> 5.87.0 age adoption passing confidence
xterm 5.1.0 -> 5.2.1 age adoption passing confidence

Release Notes

algolia/algoliasearch-client-javascript

v4.17.2

Compare Source

v4.17.1

Compare Source

ant-design/cssinjs

v1.10.1

Compare Source

v1.10.0

Compare Source

ant-design/ant-design-icons

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

codemirror/language

v6.8.0

Compare Source

New features

The new baseIndentFor method in TreeIndentContext can be used to find the base indentation for an arbitrary node.

codemirror/view

v6.13.2

Compare Source

Bug fixes

Fix an issue in scroll position stabilization for changes above the visible, where Chrome already does this natively and we ended up compensating twice.

v6.13.1

Compare Source

Bug fixes

Fix a bug where the cursor would in some circumstances be drawn on the wrong side of an inline widget.

Fix an issue where scrollPastEnd could cause the scroll position of editors that weren't in view to be changed unnecessarily.

v6.13.0

Compare Source

Bug fixes

Forbid widget decoration side values bigger than 10000, to prevent them from breaking range ordering invariants.

Fix a bug where differences between widgets' estimated and actual heights could cause the editor to inappropriately move the scroll position.

Avoid another situation in which composition that inserts line breaks could corrupt the editor DOM.

New features

Inline widgets may now introduce line breaks, if they report this through the WidgetType.lineBreaks property.

conventional-changelog/commitlint

v17.6.5

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

ddadaal/next-typed-api-routes

v0.8.1

Compare Source

fastify/fastify-error

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-error@v3.2.0...v3.2.1

fastify/fastify-static

v6.10.2

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v6.10.1...v6.10.2

grpc/grpc-node

v1.8.15: @​grpc/grpc-js 1.8.15

Compare Source

  • Fix a memory leak that could result from a specific pattern of recursive function calls (#​2456)
  • Ensure status and error events are consistently emitted asynchronously (#​2456)
mikro-orm/mikro-orm

v5.7.12

Compare Source

Bug Fixes
  • core: allow async filter callbacks in em.addFilter() on type level (308c45b)
  • core: fallback to direct property access (320c52f), closes #​4434 #​4216
  • core: fix extra updates when forceEntityConstructor enabled (41874eb), closes #​4426
  • core: fix returning clause for upsert with embeddables (#​4427) (b9682f0)
  • core: respect undefined when assigning to object properties (217ff8f), closes #​4428
  • core: respect falsy values in em.upsert (ef22b21), closes #​4420
  • mongo: allow saving self-references inside M:N properties in one flush (c1b5fc4), closes #​4431
Features

v5.7.11

Compare Source

Bug Fixes

v5.7.10

Compare Source

Bug Fixes
  • core: exclude collections from returning clause from em.upsert (e342449), closes #​4382
  • core: re-export Reference class as Ref (50eea37), closes #​4161
  • core: respect skipNull when serializing object properties/embeddables (f27ee9a), closes #​4383
Features
  • core: add meta to EventArgs to the upsert events (ed431ea)
Performance Improvements
  • core: set Collection._property early for managed entities (23ca682), closes #​4376

v5.7.9

Compare Source

Bug Fixes
  • core: fix mapping of results from partial loading (541c449), closes #​4377
Performance Improvements
  • core: don't double clone when merging data to exiting entity (c175652), closes #​4376
vercel/next.js

v13.4.6

Compare Source

Core Changes
  • Fix windows metadata slashes: #​51088
  • Do not merge chunkGroups' CSS files: #​51103
  • Add unique search query for RSC requests to be cacable on CDN: #​50970
  • add turbopack integration tests to CI: #​50904
  • Add option for debugging CPU usage: #​51174
  • Prefer module fields for RSC server layer: #​51179
  • Update next/head warning to link to the correct docs page: #​51013
  • Revert "Do not merge chunkGroups' CSS files": #​51193
  • fix: helpful error when output: export and next export -o: #​51191
  • Strip _rsc query for navigation between app and page: #​51195
  • Fix standalone not found: #​51172
  • fix(cli): add all available options to cli commands, format them consistently: #​48708
  • update storybook example (copy from vercel/vercel): #​50865
  • chore: remove useless duplicate code: #​50705
  • fix: app router hash scrolling should respect scroll-padding: #​51268
  • Fix build error about trace file and edge route: #​50808
  • chore(router): fix typo in comment: #​50581
  • Add mikroORM to external package list: #​50487
  • [docs] Clarify that merely changing extension does not load .md f…: #​49785
  • Correct build workers perf issue: #​51271
  • Remove edge functions tracking in dev server: #​51122
  • app router: fix double fetch on prefetch={false}: #​51292
  • Invalidate client cache when cookies have changed in Server Actions: #​51290
  • feat(turbopack): enable sassOptions: #​51259
  • Route Module Cleanup: #​50936
  • Validate i18n locale domain: [#​50220](https://togithub

Configuration

📅 Schedule: Branch creation - "on sunday" in timezone Asia/Shanghai, 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.

@changeset-bot
Copy link

changeset-bot bot commented May 27, 2023

⚠️ No Changeset found

Latest commit: 08939c0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented May 27, 2023

PR Preview Action v1.4.4
Preview removed because the pull request was closed.
2023-06-20 07:55 UTC

@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.11 ⚠️

Comparison is base (fc32086) 65.22% compared to head (08939c0) 65.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #668      +/-   ##
==========================================
- Coverage   65.22%   65.12%   -0.11%     
==========================================
  Files         129      129              
  Lines        3784     3773      -11     
  Branches      500      500              
==========================================
- Hits         2468     2457      -11     
  Misses       1249     1249              
  Partials       67       67              

see 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 25 times, most recently from 847f91f to 89af4e2 Compare June 4, 2023 04:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 155ff3f to 2ac4fd5 Compare June 4, 2023 16:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from fc765b1 to 4e56321 Compare June 16, 2023 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f5590ca to 872e793 Compare June 19, 2023 15:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 872e793 to 08939c0 Compare June 19, 2023 19:20
@ddadaal ddadaal merged commit c9f1052 into master Jun 20, 2023
12 checks passed
@ddadaal ddadaal deleted the renovate/all-minor-patch branch June 20, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant