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 #491

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/client-search 4.14.3 -> 4.15.0 age adoption passing confidence
@mikro-orm/cli (source) 5.6.12 -> 5.6.13 age adoption passing confidence
@mikro-orm/core (source) 5.6.12 -> 5.6.13 age adoption passing confidence
@mikro-orm/mariadb (source) 5.6.12 -> 5.6.13 age adoption passing confidence
@mikro-orm/migrations (source) 5.6.12 -> 5.6.13 age adoption passing confidence
@mikro-orm/mysql (source) 5.6.12 -> 5.6.13 age adoption passing confidence
@mikro-orm/seeder (source) 5.6.12 -> 5.6.13 age adoption passing confidence
@next/bundle-analyzer 13.2.1 -> 13.2.3 age adoption passing confidence
@types/node (source) 18.14.2 -> 18.14.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.53.0 -> 5.54.0 age adoption passing confidence
@typescript-eslint/parser 5.53.0 -> 5.54.0 age adoption passing confidence
antd (source) 5.2.2 -> 5.3.0 age adoption passing confidence
fastify (source) 4.13.0 -> 4.14.0 age adoption passing confidence
liquidjs 10.6.0 -> 10.6.1 age adoption passing confidence
next (source) 13.2.1 -> 13.2.3 age adoption passing confidence
nodemon (source) 2.0.20 -> 2.0.21 age adoption passing confidence
pnpm (source) 7.28.0 -> 7.29.0 age adoption passing confidence
rimraf 4.1.2 -> 4.3.0 age adoption passing confidence
styled-components (source) 5.3.6 -> 5.3.8 age adoption passing confidence
turbo (source) 1.8.2 -> 1.8.3 age adoption passing confidence
zod (source) 3.20.6 -> 3.21.2 age adoption passing confidence

Release Notes

algolia/algoliasearch-client-javascript

v4.15.0

Compare Source

mikro-orm/mikro-orm

v5.6.13

Compare Source

Bug Fixes
  • core: fix deep assigning of collection items with complex composite keys (95631f4), closes #​4074
  • core: fix diffing of JSON properties (2e9a026), closes #​4078
  • core: log abstract entity names during discovery (e721ad7), closes #​4080
  • postgres: use quoted schema+table name when dropping constraints (#​4079) (ff1dfb6)
vercel/next.js

v13.2.3

Compare Source

Core Changes
  • build(cargo): update turbopack: #​46581
  • Fix(typedRoutes): fixed Webpack crashing without redirects/rewrites: #​46591
  • Fix async generateMetadata type in ts plugin: #​46596
  • Async Storage Cleanup: #​46586
  • Ensure URL can be passed to fetch correctly #​46592
  • Fix static to dynamic error in dev: #​46597
  • Add page path to repeated slashes in href error: #​46557
  • Implement middleware support for Turbopack: #​46397
Credits

Huge thanks to @​jridgewell, @​DuCanhGH, @​wyattjoh, and @​hanneslund for helping!

v13.2.2

Compare Source

Core Changes
  • fix(ts): correctly augment next when typedRoutes: true: #​46332
  • feat(cssnano-simple): merge into next repo: #​46380
  • Dedupe next/font preload tags: #​46354
  • Print command for current packet manager in @​next/font warning: #​46359
  • Loader refactoring: #​46304
  • Support server-only inside pages/api: #​46328
  • fix: improve next.config.js validation for images prop: #​46326
  • Revert "Support server-only inside pages/api": #​46388
  • Add relative app dir field: #​46393
  • test(integration): properly pipe turbopack binary stdouts: #​46382
  • chore: improve error when exporting metadata from client component: #​46334
  • Update server reference syntax and tests: #​46389
  • Fix SWC error wrongly formatted : #​46412
  • Fix(typedRoutes): replaced readFile + replaceAll, hid utils types, fixed duplication in type Route, fixed route groups on Windows: #​46378
  • Ensure fetch fields are detected with RequestInit: #​46398
  • Ensure SERVER_REFERENCE_MANIFEST is included in output files: #​46420
  • Fix duplicate link type asset generation: #​46421
  • chore: show large data warning once per page on prod: #​46323
  • fixed spelling mistake: #​46446
  • Fix(typedRoutes): export createServer from 'next/types/index.d.ts': #​46462
  • chore: Loss of precision due to Date now amplification: #​46344
  • Fix next/font/google config not being used: #​46484
  • Add @​latest to next/font codemod warning: #​46486
  • Add error for styled-jsx in Server Component: #​46482
  • Refactor style loader code: #​46490
  • Fix SWC's auto_cjs handling: #​46448
  • Add theme color media support for metadata: #​46502
  • Fix(typedRoutes): fixed 'next' imports on TS < 5.0: #​46507
  • fix: codemod should preserve type only import: #​46512
  • Add interactive-widget optional property to Viewport type: #​46506
  • Update router filter to be less sensitive: #​46515
  • Update fetch cache internal handling: #​46522
  • Upgrade precompiled react packages: #​46365
  • fix(error-overlay): hide "Learn more" when up-to-date: #​46488
  • Refactor route types to include rewrites and redirects: #​46327
  • Added bcrypt to the serverComponentsExternalPackages auto-optOut list: #​46532
  • feat: add support for the src folder for the instrumentation hook: #​46529
  • Fix viewport typing and refactor constants: #​46569
  • Fix shared entries/invalidators module scope: #​46533
  • Fix CSS imports not included in entries with a custom extension: #​46571
  • fix: should not warn when image unmounts: #​46567
  • fix: generate next-env.d.ts file during next lint command: #​46249
  • Fix infinite invalidations loop in app dir (#​46526)
  • Use og:image instead of og:image:url: #​46570
  • Fix usage of textDecoder to not break utf8 characters: #​46564
  • Fix app client child entry not being disposed when deleting the file: #​46583
  • Fix: canonical should allow relative urls: #​46584
Documentation Changes
Example Changes
Misc Changes
  • test(next-script): teardown next-dev instance via jest hooks: #​46383
  • Apply filtering after rewrite as well (#​46390
  • Fix fetch cache key inputs and encoding (#​46392
  • Fix failing app-static deploy test: #​46395
  • Cover 1st-party examples with tests (#​45270)Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@​users.noreply.github.com> Co-authored-by: Tim Neutkens [email protected]
  • Updates cms-sanity example to use Sanity v3 (#​45662
  • Support Two-letter Language Codes(ISO-639-1) to metadata HrefLang types (#​46285
  • [next/codemod]: Preserve type-only imports when using next-image-to-legacy-image (#​46460
  • Remove incorrect comment (#​46467)Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@​users.noreply.github.com>
  • dynamic = "error" violations should be shown in error overlay (#​45893
  • Fix typo from next-font (#​46468
  • Add image generation test to app route: #​46449
  • Remove baseUrl from create-next-app ts/jsconfig.json: #​46458
  • Update fetch cache key (#​46513
Credits

Huge thanks to @​balazsorban44, @​delbaoliveira, @​SukkaW, @​ijjk, @​hanneslund, @​JanKaifer, @​GitRowin, @​shuding, @​styfle, @​mjunix, @​kwonoj, @​thiskevinwang, @​DuCanhGH, @​SethFalco, @​yun-jay, @​harrytothemoon, @​timneutkens, @​huozhi, @​thomasballinger, @​aretrace, @​JesseKoldewijn, @​feedthejim, @​serkanbektas, @​teobler, and @​vadzim for helping!

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

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.54.0

Compare Source

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

ant-design/ant-design

v5.3.0

Compare Source


v5.2.3

Compare Source

  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #​40922
  • 🐞 Fixed Image preview icon was misaligned.#​40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #​40533 @​Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #​40719 @​Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #​40884 @​li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #​40894 @​MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #​40870 @​li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #​40871 @​RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #​40859 @​goveo
  • 🛠 Changed the Separator's DOM element from span to li. #​40867 @​heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #​40933
  • 💄 Changed the component's focus outline to the default 4px.#​40839 @​MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #​40848 @​kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #​40835 @​Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#​40836 @​Yuiai01
  • 🇮🇷 Added Iranian localization. #​40895 @​majidsadr

fastify/fastify

v4.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.13.0...v4.14.0

harttle/liquidjs

v10.6.1

Compare Source

Bug Fixes
remy/nodemon

v2.0.21

Compare Source

Bug Fixes
pnpm/pnpm

v7.29.0

Compare Source

Minor Changes

  • A new setting is now supported: dedupe-peer-dependents.

    When this setting is set to true, packages with peer dependencies will be deduplicated after peers resolution.

    For instance, let's say we have a workspace with two projects and both of them have webpack in their dependencies. webpack has esbuild in its optional peer dependencies, and one of the projects has esbuild in its dependencies. In this case, pnpm will link two instances of webpack to the node_modules/.pnpm directory: one with esbuild and another one without it:

    node_modules
      .pnpm
        [email protected][email protected]
        [email protected]
    project1
      node_modules
        webpack -> ../../node_modules/.pnpm/[email protected]/node_modules/webpack
    project2
      node_modules
        webpack -> ../../node_modules/.pnpm/[email protected][email protected]/node_modules/webpack
        esbuild
    

    This makes sense because webpack is used in two projects, and one of the projects doesn't have esbuild, so the two projects cannot share the same instance of webpack. However, this is not what most developers expect, especially since in a hoisted node_modules, there would only be one instance of webpack. Therefore, you may now use the dedupe-peer-dependents setting to deduplicate webpack when it has no conflicting peer dependencies (explanation at the end). In this case, if we set dedupe-peer-dependents to true, both projects will use the same webpack instance, which is the one that has esbuild resolved:

    node_modules
      .pnpm
        [email protected][email protected]
    project1
      node_modules
        webpack -> ../../node_modules/.pnpm/[email protected][email protected]/node_modules/webpack
    project2
      node_modules
        webpack -> ../../node_modules/.pnpm/[email protected][email protected]/node_modules/webpack
        esbuild
    

    What are conflicting peer dependencies? By conflicting peer dependencies we mean a scenario like the following one:

    node_modules
      .pnpm
        [email protected][email protected][email protected]
        [email protected][email protected]
    project1
      node_modules
        webpack -> ../../node_modules/.pnpm/[email protected]/node_modules/webpack
        react (v17)
    project2
      node_modules
        webpack -> ../../node_modules/.pnpm/[email protected][email protected]/node_modules/webpack
        esbuild
        react (v16)
    

    In this case, we cannot dedupe webpack as webpack has react in its peer dependencies and react is resolved from two different versions in the context of the two projects.

Patch Changes

  • The configuration added by pnpm setup should check if the pnpm home directory is already in the PATH before adding to the PATH.

    Before this change, this code was added to the shell:

    export PNPM_HOME="$HOME/Library/pnpm"
    export PATH="$PNPM_HOME:$PATH"

    Now this will be added:

    export PNPM_HOME="$HOME/Library/pnpm"
    case ":$PATH:" in
      *":$PNPM_HOME:"*) ;;
      *) export PATH="$PNPM_HOME:$PATH" ;;
    esac
  • Add skipped status in exec report summary when script is missing #​6139.

  • pnpm env -g should fail with a meaningful error message if pnpm cannot find the pnpm home directory, which is the directory into which Node.js is installed.

  • Should not throw an error when local dependency use file protocol #​6115.

  • Fix the incorrect error block when subproject has been patched #​6183

Our Gold Sponsors

Our Silver Sponsors

isaacs/rimraf

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

styled-components/styled-components

v5.3.8

Compare Source

What's Changed

fix(constants): rework process env guard

Full Changelog: styled-components/styled-components@v5.3.7-fixed...v5.3.8

v5.3.7

Compare Source

vercel/turbo

v1.8.3: Turborepo v1.8.3

Compare Source

What's Changed

Changelog

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

@changeset-bot
Copy link

changeset-bot bot commented Mar 4, 2023

⚠️ No Changeset found

Latest commit: 2867ae0

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 Mar 4, 2023

PR Preview Action v1.3.0
Preview removed because the pull request was closed.
2023-03-06 12:34 UTC

@codecov
Copy link

codecov bot commented Mar 4, 2023

Codecov Report

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

Comparison is base (419184a) 66.89% compared to head (fc99667) 66.61%.

❗ Current head fc99667 differs from pull request most recent head 2867ae0. Consider uploading reports for the commit 2867ae0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #491      +/-   ##
==========================================
- Coverage   66.89%   66.61%   -0.29%     
==========================================
  Files         113      112       -1     
  Lines        3093     3079      -14     
  Branches      388      387       -1     
==========================================
- Hits         2069     2051      -18     
- Misses        971      975       +4     
  Partials       53       53              
Impacted Files Coverage Δ
libs/ssh/src/sftp.ts 82.14% <0.00%> (-14.83%) ⬇️
libs/ssh/src/ssh.ts 64.19% <0.00%> (-3.66%) ⬇️
libs/auth/src/deleteToken.ts
apps/portal-server/src/utils/ssh.ts 56.52% <0.00%> (+2.67%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 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 4 times, most recently from bba2385 to fc99667 Compare March 6, 2023 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc99667 to 2867ae0 Compare March 6, 2023 08:47
@ddadaal ddadaal merged commit ba5df4b into master Mar 6, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch March 6, 2023 12:31
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.

1 participant