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

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@algolia/client-search 4.13.1 -> 4.14.1 age adoption passing confidence
@codemirror/autocomplete 6.0.4 -> 6.1.0 age adoption passing confidence
@codemirror/language 6.2.0 -> 6.2.1 age adoption passing confidence
@codemirror/view 6.0.3 -> 6.1.0 age adoption passing confidence
@ddadaal/tsgrpc-cli 0.13.0 -> 0.13.1 age adoption passing confidence
@​ddadaal/tsgrpc-server 0.14.0 -> 0.14.1 age adoption passing confidence
@ddadaal/tsgrpc-utils 0.14.0 -> 0.14.1 age adoption passing confidence
@grpc/grpc-js (source) 1.6.7 -> 1.6.8 age adoption passing confidence
@newhighsco/next-plugin-svgr 3.0.53 -> 3.0.56 age adoption passing confidence
@next/bundle-analyzer 12.2.2 -> 12.2.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.30.6 -> 5.30.7 age adoption passing confidence
@typescript-eslint/parser 5.30.6 -> 5.30.7 age adoption passing confidence
antd (source) 4.21.6 -> 4.21.7 age adoption passing confidence
commitizen 4.2.4 -> 4.2.5 age adoption passing confidence
eslint-import-resolver-typescript 3.2.6 -> 3.3.0 age adoption passing confidence
fastify (source) 4.2.1 -> 4.3.0 age adoption passing confidence
next (source) 12.2.2 -> 12.2.3 age adoption passing confidence
node-ssh 12.0.4 -> 12.0.5 age adoption passing confidence
pino (source) 8.1.0 -> 8.3.0 age adoption passing confidence
pino (source) 8.2.0 -> 8.3.0 age adoption passing confidence
pnpm (source) 7.5.2 -> 7.6.0 age adoption passing confidence
tsc-alias 1.6.11 -> 1.7.0 age adoption passing confidence
undici (source) 5.7.0 -> 5.8.0 age adoption passing confidence

Release Notes

algolia/algoliasearch-client-javascript

v4.14.1

Compare Source

v4.14.0

Compare Source

codemirror/autocomplete

v6.1.0

Compare Source

New features

You can now provide a compareCompletions option to autocompletion to influence the way completions with the same match score are sorted.

The selectOnOpen option to autocompletion can be used to require explicitly selecting a completion option before acceptCompletion does anything.

codemirror/language

v6.2.1

Compare Source

Bug fixes

Fix a bug where bracketMatching would incorrectly match nested brackets in syntax trees that put multiple pairs of brackets in the same parent node.

Fix a bug that could cause indentRange to loop infinitely.

codemirror/view

v6.1.0

Compare Source

New features

MatchDecorator now supports a decorate option that can be used to customize the way decorations are added for each match.

newhighsco/next-plugin-svgr

v3.0.56

Compare Source

Bug Fixes

v3.0.55

Compare Source

Bug Fixes

v3.0.54

Compare Source

Bug Fixes
vercel/next.js

v12.2.3

Compare Source

Core Changes
  • Remove dynamic params from query in new router: #​38466
  • Fix test page detection: #​38475
  • build(ci): enable rustls as default: #​38471
  • Handle on-demand-entries and error overlay for Server Components: #​38480
  • Add refreshing of Server Components: #​38508
  • Handle dynamic routes / catchall routes in on-demand entries: #​38512
  • chore(deps): Update swc: #​38347
  • Enable css import in rsc server side : #​38418
  • Pass missing incrementalCacheHandlerPath to IncrementalCache instance: #​38433
  • fix(next/build): correct payload for plugin telemetry: #​38468
  • Update some dependencies' versions :): #​38427
  • refactor(next/swc): disable default features for crash report: #​38531
  • fix: don't use optional chaining in ESLint rule: #​38534
  • feat(next-swc/auto-cjs): Detect __esModule: #​38181
  • CSS modules support improvements for Server Components: #​38536
  • Handle development error when Server Component throws: #​38550
  • Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: #​38331
  • Rename todos: #​38560
  • Fix injecting CSS link tags before page content: #​38559
  • Optimize Edge SSR bundle size: #​38570
  • Handle dev fouc for layout styling: #​38557
  • Fix independent CSSModule missing from flight manifest: #​38575
  • Mark dynamic as client component: #​38574
  • Add error when createServerContext is not available: #​38578
  • Handle server context being refreshed: #​38580
  • Pass server context to Flight render: #​38582
  • Ensure .client.tsx/.ts/.jsx Client Components can be imported: #​38591
  • Remove the hide-fouc tags after hydration: #​38592
  • Add heuristic for optimistic push: #​38599
  • Remove implemented todos: #​38610
  • Add next.config.js validation with ajv: #​38498
  • Fix next/jest when testing next/future/image: #​38569
  • refactor(next/telemetry): use basename for the absolute plugin path: #​38473
  • Remove the hide-fouc tag earlier: #​38614
  • Fix reloading Client Component require.cache: #​38633
  • Fix failed to hydrate error with global CSS: #​38626
  • Ensure selected segment is the value of dynamic routes: #​38644
  • Add focus and scroll management for new router: #​38642
  • New Router Tests: #​38390
  • Rename query to searchParams for getServerSideProps in new Router: #​38654
  • Refine scrolling into view in new router: #​38682
  • Improve element detection further: #​38684
  • Remove obsolete code from loader: #​38681
  • Fix check for optimistic routing and handle loading in server-patch: #​38687
  • add user check in auth-with-stytch.: #​38648
  • Ensure flight manifest is correct with app and pages dir: #​38716
  • Fix missing client entry matcher and simplify imports path: #​38691
  • refactor: rewrite etag: #​38568
  • Fix CSSM loader applying for both pages and app: #​38761
  • Support postcss.config.cjs: #​38486
  • fix(next/swc): let async wasm binding coerce to sync correctly: #​38780
  • Ensure route group with separate root layout does not get wrapped in
  • [edge] allow importing blob assets: #​38492
  • [ESLint] Make src/ a default linting directory: #​38810
  • Fix usage of experimental-edge in pages/api/index: #​38024
  • fix(edge-runtime): undefined global in edge runtime.: #​38769
  • Fix squoosh image optimization for Node.js 18: #​38833
  • chore: TS improvments: #​38834
  • fix: don't treat output: "standalone" as custom server: #​38831
  • Improve next/image error message when src prop is missing: #​38847
  • Remove the next/streaming endpoint and experimental refresh api: #​38837
  • Ensure module require is awaited in app-render: #​38860
  • Leverage mini css plugin hmr for app dir: #​38830
  • fix(edge): error handling for edge route and middleware is inconsistent: #​38401
  • fix: correct the next config optimizeCss type: #​38879
  • Update Edge Runtime: #​38862
  • Ensure mixed query/hash values are handled correctly: #​38852
  • fix(#​38743): config.runtime support template literal: #​38750
Documentation Changes
  • Update api-middlewares.md: #​38499
  • Add note about standalone + runtimeConfig caveat: #​38532
  • Note about manually passing props from custom app: #​37329
  • [DOCS]: Middleware doesn't execute for on-demand ISR: #​38562
  • Update docs for next/future/image with browser support: #​38563
  • Add missing closing curly bracket in compiler option example: #​38586
  • docs: clarify that matcher needs to be constant values: #​38597
  • Add documentation on accessibility.: #​38522
  • Add bundlejs site: #​38677
  • Update get-static-props.md: #​38703
  • update fallback docs: #​38659
  • Improve response body in Middleware error page.: #​38537
  • docs: improve wording on pathname and asPath: #​38835
Example Changes
  • chore: update file references in Auth0 example README: #​38476
  • chore(examples): Convert api-routes example to TypeScript: #​38083
  • Fix url of tRPC's next-minimal-starter: #​38452
  • Update Fauna examples to support new FAUNA_DB_DOMAIN environment variable: #​38434
  • feat(examples): Use helper function in with-sentry example _error.js: #​37866
  • Update MongoDB example to use integration for deploy button.: #​38738
  • chore(examples): require WORDPRESS_API_URL to include /graphql: #​38764
  • Update with-emotion-swc to use TypeScript: #​38744
  • chore: auto-detect preferred package manager in Dockerfile: #​38693
  • chore: update with-service-worker example: #​38670
  • Fixup main Fauna example and drop support for outdated one: #​38692
  • Fix export issue in with-fauna example: #​38812
  • Update Convex example.: #​38850
  • chore: convert with-dynamic-import to TypeScript: #​38844
  • chore(examples): Convert with-cypress example to TypeScript: #​38818
Misc Changes
  • Migrate rsc integration tests to e2e tests: #​38460
  • Update flakey unoptimized image test: #​38478
  • fix: fix bundle-analyzer plugin types: #​38255
  • Update CI job skipping based on related changes: #​38479
  • Fix rsc test during deploy testing: #​38517
  • Add docs condition for all azure steps: #​38519
  • skip rsc tests for react 17 e2e: #​38524
  • Add dev/start timing to PR stats: #​38525
  • chore: extend example contribution guidelines: #​38511
  • Fix e2e rsc test for deploy mode: #​38538
  • Add test env variables to readme: #​38566
  • Fix flaky rsc test: #​38573
  • chore: tweak issue validator: #​38600
  • Update to latest version of turbo: #​38629
  • chore: improve issue validator logs
  • chore: tweak issue validator action
  • Update version for yarn pnp tests: #​38688
  • Add dark mode to Create Next App: #​38671
  • Add note about test-trace artifact to test readme: #​38770
  • Fix postcss deploy e2e test: #​38782
  • test: disable the rsc flaky test temporarily: #​38843
  • Update edge blob asset e2e test: #​38857
  • ci: dropping macos-10.15: #​38865
  • Update query/hash test for safari: #​38889
Credits

Huge thanks to @​huozhi, @​mihaic195, @​ijjk, @​kwonoj, @​stefanprobst, @​maxproske, @​valcosmos, @​KATT, @​kdy1, @​thiagomorales, @​sanjaiyan-dev, @​danielcavanagh, @​balazsorban44, @​shuding, @​Schniz, @​steven-tey, @​styfle, @​hellomhc, @​trevor-fauna, @​timneutkens, @​leerob, @​wyattjoh, @​nguyenyou, @​eminvergil, @​lobsterkatie, @​dorian-davis, @​SukkaW, @​sambecker, @​isaac-martin, @​JohnDaly, @​housseindjirdeh, @​lfades, @​feugy, @​thomasballinger, @​amorimr, and @​javivelasco for helping!

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

v5.30.7

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.30.7

Compare Source

Bug Fixes
ant-design/ant-design

v4.21.7

Compare Source

  • 🆕 Add Skeleton.Node sub-component, allow user customize content of Skeleton. #​36441 @​DawnLck
  • Form
    • 🐞 Fix Form with percentage width Select may leaves unexpected height. #​36484
    • 🐞 Fix Form disabled but Upload component still uploadable in it. #​36573 @​cwjTerrace
  • 🐞 Fix Tree non-draggable element still render the draggable icon. #​36511 @​Wxh16144
  • 🐞 Fix Upload preview error on SVG with <foreignObject> and cross-origin links. #​36402 @​jonioni
  • 🐞 Fix that Tooltip cannot close automaticly on disabled Radio. #​36483
  • 💄 Add Modal Less variable @modal-border-radius. #​36527 @​kkkisme
  • 💄 Fix Table expand icon wrap style when column is fixed and ellipsis. #​36496

  • 🆕 新增 Skeleton.Node 子组件,允许用户自定义 Skeleton 的内容。#​36441 @​DawnLck
  • Form
    • 🐞 修复 Form 下设置 Select 百分比宽度时会有未预期空行问题。#​36484
    • 🐞 修复 Form 设为禁用时、内部的 Upload 组件仍能上传文件的问题。#​36573 @​cwjTerrace
  • 🐞 修复 Tree 非 draggable 依然展示可拖拽图标的问题。#​36511 @​Wxh16144
  • 🐞 修复 Upload 在预览包含 <foreignObject> 及跨域链接的 SVG 文件时发生错误的问题。#​36402 @​jonioni
  • 🐞 修复 Tooltip 在被禁用的 Radio 上时无法自动关闭的问题。#​36483
  • 💄 添加 Modal Less 变量 @modal-border-radius#​36527 @​kkkisme
  • 💄 修复 Table 开启固定和省略功能的列内的展开按钮换行样式。#​36496
commitizen/cz-cli

v4.2.5

Compare Source

4.2.5 (2022-07-17)
Bug Fixes
import-js/eslint-import-resolver-typescript

v3.3.0

Compare Source

Minor Changes
  • #​154 42f2dd6 Thanks @​JounQin! - feat: add externsionAlias option support, .d.([cm]?ts|tsx) are always preferred than .([cm]?js|jsx)

    typescript resolves typescript/lib/typescript.d.ts instead of typescript/lib/typescript.js by default

  • #​154 42f2dd6 Thanks @​JounQin! - feat: exports globSync, defaultExtensions, defaultMainFields, defaultConditionNames and defaultExtensionAlias for reusing

Patch Changes

v3.2.7

Compare Source

Patch Changes
fastify/fastify

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.2.1...v4.3.0

steelbrain/node-ssh

v12.0.5

Compare Source

pinojs/pino

v8.3.0

Compare Source

What's Changed

Full Changelog: pinojs/pino@v8.2.0...v8.3.0

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.1.0...v8.2.0

pnpm/pnpm

v7.6.0

Compare Source

Minor Changes
  • A new setting supported: prefer-symlinked-executables. When true, pnpm will create symlinks to executables in
    node_modules/.bin instead of command shims (but on POSIX systems only).

    This setting is true by default when node-linker is set to hoisted.

    Related issue: #​4782.

  • When lockfile-include-tarball-url is set to true, every entry in pnpm-lock.yaml will contain the full URL to the package's tarball #​5054.

Patch Changes
  • pnpm deploy should include all dependencies by default #​5035.

  • Don't print warnings about file verifications. Just print info messages instead.

  • pnpm publish --help should print the --recursive and --filter options #​5019.

  • It should be possible to run exec/run/dlx with the --use-node-version option.

  • pnpm deploy should not modify the lockfile #​5071

  • pnpm deploy should not fail in CI #​5071

  • When auto-install-peers is set to true, automatically install direct peer dependencies #​5028.

    So if your project the next manifest:

    {
      "dependencies": {
        "lodash": "^4.17.21"
      },
      "peerDependencies": {
        "react": "^18.2.0"
      }
    }

    pnpm will install both lodash and react as a regular dependencies.

Our Gold Sponsors
##### Our Silver Sponsors
##### What's Changed * pnpm rebuild accepts --store-dir by @​chengcyber in https://github.com/pnpm/pnpm/pull/5036 * fix(deploy): include all deps by default by @​zkochan in https://github.com/pnpm/pnpm/pull/5040 * chore(deps): upgrade nock to v13 by @​mcmxcdev in https://github.com/pnpm/pnpm/pull/5043 * fix: log more i

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2022

Codecov Report

Merging #146 (3860832) into master (36577c1) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   72.57%   72.48%   -0.10%     
==========================================
  Files          86       86              
  Lines        2166     2166              
  Branches      241      241              
==========================================
- Hits         1572     1570       -2     
- Misses        560      562       +2     
  Partials       34       34              
Impacted Files Coverage Δ
...ps/portal-web/src/clusterops/slurm/bl/submitJob.ts 17.39% <0.00%> (-4.35%) ⬇️
apps/portal-web/tests/file/utils.ts 88.88% <0.00%> (-2.78%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36577c1...3860832. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b94713 to aa4f44a Compare July 17, 2022 19:02
@renovate renovate bot changed the title chore(deps): update dependency commitizen to v4.2.5 chore(deps): update all non-major dependencies Jul 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa4f44a to a2bc387 Compare July 18, 2022 10:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2bc387 to b38edcf Compare July 18, 2022 13:40
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 18, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from ec406ef to 0d6073f Compare July 23, 2022 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d6073f to 3860832 Compare July 23, 2022 02:06
@ddadaal ddadaal merged commit af144dc into master Jul 23, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch July 23, 2022 02:14
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

2 participants