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

Merged
merged 1 commit into from
Dec 16, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-vue ^1.10.1 -> ^1.10.2 age adoption passing confidence
@vue/compiler-sfc ^3.2.23 -> ^3.2.26 age adoption passing confidence
jest (source) ^27.4.3 -> ^27.4.5 age adoption passing confidence
torch >=1.10.0 -> >=1.10.1 age adoption passing confidence
torchvision >=0.11.1 -> >=0.11.2 age adoption passing confidence
vite ^2.6.14 -> ^2.7.3 age adoption passing confidence
vue ^3.2.23 -> ^3.2.26 age adoption passing confidence

Release Notes

vitejs/vite (@​vitejs/plugin-vue)

v1.10.2

Bug Fixes
  • plugin-vue: misleading error thrown after refresh or hmr (#​5870) (5c07cec)
vuejs/vue-next

v3.2.26

Compare Source

v3.2.25

Compare Source

Bug Fixes
  • compiler-sfc: generate valid TS in script and script setup co-usage with TS (7e4f0a8), closes #​5094
  • compiler: force block for custom dirs and inline beforeUpdate hooks (1c9a481)
  • runtime-core: disallow recurse in vnode/directive beforeUpdate hooks (a1167c5)
Features
  • compiler-core: support aliasing vue: prefixed events to inline vnode hooks (4b0ca87)
  • experimental: allow const for ref sugar declarations (9823bd9)
  • reactivity-transform/types: restructure macro types + export types for all shorthand methods (db729ce)
  • reactivity-transform: $$() escape for destructured prop bindings (198ca14)
  • reactivity-transform: rename @​vue/ref-transform to @​vue/reactivity-transform (d70fd8d)
  • reactivity-transform: support $-shorthands for all ref-creating APIs (179fc05)
  • reactivity-transform: support optionally importing macros (fbd0fe9)
  • reactivity-transform: use toRef() for $() destructure codegen (93ba6b9)
  • reactivity: support default value in toRef() (2db9c90)
  • sfc-playground: add github link (#​5067) (9ac0dde)
  • sfc-playground: prevent ctrl+s default behavior (#​5066) (b027507)
  • support ref in v-for, remove compat deprecation warnings (41c18ef)

v3.2.24

Compare Source

Bug Fixes
  • compat: maintain compatConfig option in legacy functional comp (#​4974) (ee97cf5)
  • compiler-dom: avoid bailing stringification on setup const bindings (29beda7)
  • compiler-sfc: make asset url imports stringifiable (87c73e9)
  • package: ensure ref-macros export is recognized by vue-tsc (#​5003) (f855269)
  • runtime-core: handle initial undefined attrs (#​5017) (6d887aa), closes #​5016
  • types/reactivity: export ShallowRef type (#​5026) (523b4b7), closes #​5205
Features
  • types/script-setup: add generic type to defineExpose (#​5035) (34985fe)
facebook/jest

v27.4.5

Compare Source

Fixes
  • [jest-worker] Stop explicitly passing process.env (#​12141)

v27.4.4

Compare Source

Fixes
  • [babel-jest] Add process.version chunk to the cache key (#​12122)
  • [jest-environment] Add mocked to jest object (#​12133)
  • [jest-worker] Stop explicitly passing execArgv (#​12128)
Chore & Maintenance
  • [website] Fix the card front that looks overlapping part of the card back
pytorch/vision

v0.11.2

Compare Source

This minor release bumps the pinned PyTorch version to v1.10.1 and contains some minor bug fixes.

Highlights
Bug Fixes
  • [CI] Fix clang_format issue (#​5061)
  • [CI, MOBILE] Fix binary_libtorchvision_ops_android job (#​5062)
  • [CI] Add numpy as explicit dependency to build_cmake.sh (#​5065)
  • [MODELS] Amend the weights only if quantize=True. (#​5066)
  • [TRANSFORMS] Fix augmentation space to be uint8 compatible (#​5067)
  • [DATASETS] Fix WIDERFace download links (#​5068)
  • [BUILD, WINDOWS] Workaround for loading bundled DLLs (#​5094)
vitejs/vite (vite)

v2.7.3

Compare Source

Bug Fixes

v2.7.2

Compare Source

Bug Fixes

v2.7.1

Compare Source

Bug Fixes

v2.7.0

Compare Source

  • 🎉 Revamped SSR dependency handling
  • 🧩 API consolidation
  • 🛑 server.fs.strict by default
BREAKING CHANGES
  • server.fs.strict is true by default (#​5341)
    See server filesystem restriction docs for more details.
  • Plugin hooks ssr param to object in resolveId, load, and transform (#​5253)
    Previous to this release, the ssr param was passed as a boolean in the last parameter of each hook. The new interface for these hooks is now:
    export interface Plugin extends RollupPlugin {
      // ... other hooks
      resolveId?(this: PluginContext, source: string, importer: string | undefined, options: {
          custom?: CustomPluginOptions;
          ssr?: boolean;
      }): Promise<ResolveIdResult> | ResolveIdResult;
      load?(this: PluginContext, id: string, options?: {
          ssr?: boolean;
      }): Promise<LoadResult> | LoadResult;
      transform?(this: TransformPluginContext, code: string, id: string, options?: {
          ssr?: boolean;
      }): Promise<TransformResult> | TransformResult;
    }
    In your plugins, you can check if the last param is a boolean or an object to be backward compatible with 2.6 and give some time to users to migrate to Vite 2.7.
  • server.pluginContainer options object for resolveId, load, and transform (#​5294)
  • Normalize scripts and commands naming (#​5207)
    Adds a new vite dev command alias for vite serve, preparing for the new release of create-vite where package scripts are renamed to dev, build, and preview.
  • Align experimental preview api (#​5407)
    This API was first introduced in 2.6 and it is still in flux.
  • resolve rollupOptions.input paths (#​5601)
Features

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update dependencies label Dec 13, 2021
@netlify
Copy link

netlify bot commented Dec 13, 2021

✔️ Deploy Preview for code-generator ready!

🔨 Explore the source changes: 25e1cf7

🔍 Inspect the deploy log: https://app.netlify.com/sites/code-generator/deploys/61bb55887af41a00076445cc

😎 Browse the preview: https://deploy-preview-192--code-generator.netlify.app/

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 859d262 to 095cc5c Compare December 15, 2021 23:20
@ydcjeff ydcjeff merged commit d763997 into main Dec 16, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch December 16, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants