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

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/core 2.8.3 -> 2.9.3 age adoption passing confidence
@parcel/transformer-sass 2.8.3 -> 2.9.3 age adoption passing confidence
@parcel/transformer-vue 2.8.3 -> 2.9.3 age adoption passing confidence
parcel 2.8.3 -> 2.9.3 age adoption passing confidence
vue (source) 3.3.1 -> 3.3.4 age adoption passing confidence
vue-router 4.1.6 -> 4.2.4 age adoption passing confidence

Release Notes

parcel-bundler/parcel (@​parcel/core)

v2.9.3

Compare Source

Fixed
  • Resolver

    • Fix the development and production package conditions – Details
  • JavaScript

    • Update SWC to fix generics in JSX elements – Details

v2.9.2

Compare Source

Fixed
  • Core

    • Fix infinite loop when entries look like globs – Details
    • Fix proxyrc require from path – Details
  • JavaScript

    • Treat re-exports of * from empty files with sideEffects: false as ESM – Details
  • CSS

    • Fix self references error in CSS module JS assets causing "Bundle group cannot have more than one entry bundle of the same type" – Details
  • Dev server

    • Serve folder's index when requesting folder without slash – Details
  • Web extensions

    • Allow source maps files in webextension – Details
  • Image

    • Add core as peerdep to image optimizer – Details

v2.9.1

Compare Source

Fixed
  • Resolver
    • Ignore invalid package.json "type" field values – Details
    • Ignore duplicate slashes at the start of relative path specifiers – Details

v2.9.0

Compare Source

Added
  • Core

    • Add support for ESM plugins and configs – Details
    • Add support for local parcel plugins – Details
    • Incremental Symbol Propagation for improved performance and improved export errors in development – Details
    • Add support for plugin tracing, which shows where time is being spent during a Parcel build – Details
    • Support .proxyrc.cjs config files – Details
    • Add support for loadConfig function to resolver plugins – Details
  • Resolver

    • New resolver implementation in Rust supporting package.json "exports" and "imports", and tsconfig.json "baseUrl", "paths", and "moduleSuffixes" – Details
  • JavaScript

    • Switch to SWC minifier instead of Terser by default – Details
    • Split large runtime manifest into separate bundles to reduce cache invalidations – Details
    • Respect addExternalDependency in Babel plugins – Details
  • Bundler

    • Use BitSet for bundler intersections for improved performance – Details
  • Web Extensions

    • Add support for chrome_style field – Details
Fixed
  • Core

    • Improve error message when bundles do not have unique file names – Details
    • Bump napi-rs to latest – Details, Details
    • Fix pnpm autoinstall – Details
    • Fix "does not exports" error for multiple assets returned by transformers – Details
    • Remove v8-compile-cache – Details
    • Update fast-glob – Details
    • Update lmdb – Details
    • Fixup DiagnosticCodeHighlight and SourceLocation columns – Details
    • Bump fastest-levenshtein and xmldom dependencies – Details
  • JavaScript

    • Sort global deps before injecting imports to reduce cache invalidations – Details
    • Only add export setter for non-ESM exports – Details
    • Bump SWC – Details, Details, Details, Details,
      Details
    • Deduplicate imports in hoist transformer – Details
    • Allow buffer polyfill v5 or v6 – Details
    • Fix packaging of synchronous reused bundles – Details
    • Support eslint ^7.0.0 in @parcel/validator-eslintDetails
    • Improve inlineEnvironment performance – Details
    • Hoist exports to allow circular dependencies – Details
  • TypeScript

    • Throw diagnostics as error on empty emit - Details
  • CSS

    • Sort CSS module exports to reduce cache invalidations – Details
  • Bundler

    • Fix missing edge error when using for multiple targets – Details
    • Fix non-deterministic builds between project directories – Details
    • Fix css-module related build error in bundling – Details
    • Fix multiple entries pointing to wrong bundle in dist – Details
  • Dev server

    • Don't error during HMR on <link> elements without hrefs – Details
    • Improve server index file matching – Details
    • Don't send HMR updates before packaging in watch mode – Details
  • Elm

    • Fix error when formatting build errors – Details
vuejs/core (vue)

v3.3.4

Compare Source

Bug Fixes
  • build: ensure correct typing for node esm (d621d4c)
  • build: fix DEV flag replacement edge case (8b7c04b), closes #​8353
  • compiler-sfc: handle imported types from default exports (5aec717), closes #​8355

v3.3.3

Compare Source

Bug Fixes

v3.3.2

Compare Source

Bug Fixes
  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #​8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #​8287 #​8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #​8289
  • compiler-sfc: handle prop keys that need escaping (#​7803) (690ef29), closes #​8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #​8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #​8286
vuejs/router (vue-router)

v4.2.4

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.3

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.1

Compare Source

Please refer to CHANGELOG.md for details.

v4.2.0

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot requested a review from azukashi May 11, 2023 15:52
@renovate renovate bot changed the title fix(deps): update dependency vue-router to v4.2.0 fix(deps): update all non-major dependencies May 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c79ef84 to f577261 Compare May 12, 2023 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f577261 to 81bb214 Compare May 18, 2023 08:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81bb214 to b706e5a Compare May 18, 2023 12:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b706e5a to 5fe3928 Compare May 18, 2023 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fe3928 to 4c25264 Compare May 26, 2023 08:39
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c25264 to b5081d3 Compare May 27, 2023 21:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5081d3 to 97ed40a Compare May 29, 2023 11:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97ed40a to 20e5638 Compare June 8, 2023 23:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20e5638 to d689ef3 Compare June 25, 2023 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d689ef3 to d51ffad Compare July 5, 2023 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d51ffad to 817532a Compare July 6, 2023 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 817532a to 12e0606 Compare July 19, 2023 09:14
@azukashi azukashi merged commit 5290226 into master Jul 19, 2023
1 check passed
@azukashi azukashi deleted the renovate/all-minor-patch branch July 19, 2023 09:15
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