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

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/core 2.7.0 -> 2.8.0 age adoption passing confidence
@parcel/transformer-sass 2.7.0 -> 2.8.0 age adoption passing confidence
@parcel/transformer-vue 2.7.0 -> 2.8.0 age adoption passing confidence
parcel 2.7.0 -> 2.8.0 age adoption passing confidence
serve 14.0.1 -> 14.1.1 age adoption passing confidence
vue (source) 3.2.41 -> 3.2.42 age adoption passing confidence

Release Notes

parcel-bundler/parcel

v2.8.0

Compare Source

Added
  • Core
    • Code splitting across reexports using symbol data by splitting dependencies – Details
    • Update without bundling for non-dependency related changes – Details
    • Improve performance of incremental bundling – Details
    • Only serialize and send shared references to workers that need them – Details
    • Improve performance of HMR by not waiting for packaging – Details
  • JavaScript
    • Verify version when resolving Node builtin polyfills – Details
    • Add loadBundleConfig method to Packager plugins – Details
  • SVG
    • Generate typescript for SVGs when using svgr and typescript option – Details
  • Bundler
    • Move experimental bundler to default – Details
Fixed
  • Core
    • Fix verbose warning: reexport all doesn't include default – Details
    • Support multiple edge types in Graph.hasEdge – Details
    • Ensure edge exists before removal in Graph.removeEdge – Details
    • Disable splitting dependencies on symbols for non-scope hoisted bundles – Details
    • Fix TypeScript definitions for Parcel config API – Details
    • Use traverseAssets in packager to improve performance – Details
    • Make uniqueKey undefined by default – Details
    • Catch uncaught promise build abort race – Details
    • Bump parcel dependencies – Details
  • JavaScript
    • Bump SWC - Details, Details
    • Fix Chrome Android browserslist support check – Details
    • Fix CommonJS symbol collection without scope hoisting – Details
    • Make React Refresh debounce call on the leading edge – Details
    • Retain correct dependency order between imports and reexports without scopehoisting – Details
  • Bundler
    • Consider sibling in available assets to younger sibling for parallel deps – Details
    • Don't merge isolated child assets – Details
    • Do not merge isolated bundles in experimental bundler – Details
    • Implement min bundles configuration – Details
  • Dev server
    • Include Content-Length header in HEAD requests – Details
  • Vue
    • Fix errors displaying errors when compiling Vue SFCs – Details
    • Add file path to error code frames – Details
    • Fix location of errors – Details
  • Image
  • TypeScript
    • Allow configuring module resolution – Details
  • Web extensions
    • Fix service worker packaging in web extensions – Details
vercel/serve

v14.1.1

Compare Source

Patches
  • Infra: move c8 (coverage) to devDeps: #​743
Credits

Huge thanks to @​AviVahl for helping!

v14.1.0

Compare Source

Minor Changes
  • Feat: Add support for PFX or PKCS12 encoded certificates: #​708
  • Feat: add request logging: #​716
Patches
  • Docs(readme): add note about using node 14+: #​715
  • Tests: add cli unit tests: #​719
  • Test: Included tests for verifying SSL hosting: #​720
  • Bump serve-handler from 6.1.3 to 6.1.5: #​738
  • Add publish workflow: #​740
Credits

Huge thanks to @​schemburkar and @​gamemaker1 for helping!

vuejs/core

v3.2.42

Compare Source

Bug Fixes

@renovate renovate bot added the dependencies label Nov 8, 2022
@renovate renovate bot requested a review from azukashi November 8, 2022 09:42
@renovate renovate bot changed the title chore(deps): update dependency serve to v14.1.0 chore(deps): update dependency serve to v14.1.1 Nov 9, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00f5cf1 to ee4a072 Compare November 9, 2022 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee4a072 to bf0f5a5 Compare November 9, 2022 03:55
@renovate renovate bot changed the title chore(deps): update dependency serve to v14.1.1 chore(deps): update all non-major dependencies Nov 9, 2022
@azukashi azukashi merged commit bd349b8 into master Nov 9, 2022
@azukashi azukashi deleted the renovate/all-minor-patch branch November 9, 2022 13:45
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