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

fix(deps): update all non-major dependencies #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify/vue (source) 4.1.1 -> 4.2.0 age adoption passing confidence dependencies minor
@parcel/core 2.10.1 -> 2.13.2 age adoption passing confidence devDependencies minor
@parcel/transformer-sass 2.10.1 -> 2.13.2 age adoption passing confidence devDependencies minor
@parcel/transformer-vue 2.10.1 -> 2.13.2 age adoption passing confidence devDependencies minor
parcel 2.10.1 -> 2.13.2 age adoption passing confidence devDependencies minor
pnpm/action-setup v2.4.0 -> v2.4.1 age adoption passing confidence action patch
serve 14.2.1 -> 14.2.4 age adoption passing confidence devDependencies patch
vue (source) 3.3.7 -> 3.5.13 age adoption passing confidence dependencies minor
vue-router 4.2.5 -> 4.5.0 age adoption passing confidence dependencies minor

Release Notes

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

v2.13.2

Compare Source

Fixed
  • JavaScript

    • Fix HMR when asset is duplicated between multiple bundles – Details
  • SASS

    • Fix SASS resolution with non file: URLs – Details

v2.13.1

Compare Source

Fixed
  • JavaScript

  • SASS

    • Fix SASS resolution rules for modern API – Details

v2.13.0

Compare Source

Added
  • Core

    • Expose watcher ignore and watcher backend options – Details
    • Improve large watcher events payload experience – Details
    • Add support for globs in package.json#source – Details
    • Add config key invalidation – Details
  • Bundler

  • Dev Server

  • Resolver

    • 12x faster resolver cache – Details
    • Correctly handle empty resolver diagnostics array – Details
Fixed
  • Core

    • Remove abortcontroller-polyfill – Details
    • Fix missing content key in symbol propagation when asset is removed – Details
    • Update minimum supported node version to 16 – Details
    • Ensure the snapshot directory matches the watch dir – Details
    • Add parcel version to PluginOptions – Details
    • Fix possible race condition in the caching of request graph – Details
    • Ensure empty extended config throws a diagnostic – Details
    • Ensure Asset public ids are assigned deterministically – Details
    • Directories ignored by watcher should be relative to the watch directory – Details
    • Fix request tracker incremental cache write for new nodes – Details
    • Improve request graph cache reading – Details
    • Exit process with error code when reporters fail – Details
    • Write tmp files to the OS tmp directory - Details
    • Fix small HMR issues – Details
    • Fix crash in EntryRequest with multiple globs in the source field – Details
    • Revert split manifest runtime bundles – Details
    • Revert chunked cache blobs for improved stability – Details
    • Update dependencies – Details
  • Bundler

    • Fix assets outside project root with Manual Shared Bundles – Details
  • JavaScript

    • Avoid non-identifier export names in non-entry library bundles – Details
    • Relax react-refresh version range – Details
    • Also emit swc recoverable errors – Details
    • Bump swc – Details, Details, Details, Details
    • Bump swc and browserslist-rs – Details
    • Replace std::sync locks with parking_lot locks for better stability – Details
    • Ensure const modules in async bundles are wrapped – Details
    • Fix dev packager global reference – Details
    • Fix import usage tracking for destructure defaulting – Details
    • Update Node.js globals replacer to use SWC VisitMut – Details
    • Update process.env replacer to use SWC VisitMut – Details
    • Update Node.js __filename and __dirname replace to use SWC VisitMut – Details
    • Fix parcelRequire being added to multi-target libraries – Details
    • Handle TypeScript expressions in macro evaluator – Details
  • Resolver

    • Fix NUL byte crash in resolver – Details
    • Change default resolver error message for custom specifiers – Details
  • TypeScript

    • Handle dynamic import type references in TS types transformer – Details
    • Correctly handle qualified names in TS types import() – Details
  • SASS

    • Migrate to new sass API – Details
  • SVG

    • Load svgo version from project – Details
    • Update svgr and use project svgo version – Details
  • Image

  • Vue

    • Upgrade consolidate to v1 – Details
  • Web Extensions

    • Allow both service_worker and scripts in MV3 Web Extensions – Details

v2.12.0

Compare Source

Added
  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details
Fixed
  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details
Unstable
  • Add source map support to the inline-require optimizer – Details

v2.11.0

Compare Source

Added
  • Dev

    • Log build phase times for dev builds Details
    • Progress messages for writing to cache Details
    • VSC Extension JSON schema Details
    • Print phase times on development builds Details
    • Publish bundle-stats-cli and parcel-query Details
Fixed
  • Dev

    • Increase threshold for showing progress bar to 500k nodes Details
    • Fix parcel-query Details
    • FIX[dev-server]: Fix html file matching from URL Details
    • Fix parcel query's inspect cache Details
    • Bug fix for exiting early when identifying requestGraph in loadGraphs Details
    • Fix HMR on .localhost domains Details
    • Modify parcel query to not require all graphs on startup Details
    • Bug fix for async Parcel-query Details
    • Remove reliance on requestTracker in loadGraphs Details
  • Core

    • Reduce redundancy in the RequestGraph's Request, Env, and Option nodes Details
    • Move registerCoreWithSerializer to its own file Details
    • Filter --expose-gc and --max-semi-space-size execArgv Node args from workers Details
    • Optimize Symbol Propagation (propagateSymbolsUp) Details
    • Convert Request Graph node types + request node requestTypes to numbers Details
    • fsFixture: ignore empty lines in fixtures Details
    • Unstable File Invalidations Details
    • Configurable watch root Details
  • Resolver

    • Add ~ and / support to the glob resolver Details
  • JavaScript

    • Bump swc Details
    • Bumping lightningcss to 1.22.1 Details
    • Fix CI Details
    • Change inline-requires to only run when optimizing Details
    • Fix tsconfig extends from node_modules Details
    • Bump some deps Details
    • Bump swc and napi-rs Details
    • Fix references to packages.atlassian.com Details
    • Fix build-ts step Details
    • Bump rimraf version to ^5.05 Details
    • Use centos image with newer Node 16 Details

v2.10.3

Compare Source

Added
  • Dev
    • Added cacheInfo to Parcel Query - Details
    • Add parcel-link and parcel-unlink dev CLIs - Details
Fixed
  • Core

    • Mark previously deferred assets as dirty for symbol prop - Details
    • Write bundle graph to cache if error occurs during bundling - Details
    • Fixing issues when import * as is used with export * - Details
    • Writing cache in chunks - Details
    • Reduce redundancy in the RequestGraph's file nodes - Details
    • Fix dependency retargeting with ambiguous reexports - Details
  • JavaScript

    • Fixing behavior for hasOwnProperty in modules exporting member with same name - Details
  • WebbExtension

    • Don't crash if WebExt has no content_scripts - Details
  • PostHTML, Pug, Stylus

    • Simplified calls to invalidateOnFileChange - Details

v2.10.2

Compare Source

Fixed
  • Core

    • Use clz32 for counting trailing zeroes – Details
  • JavaScript

    • Do not wrap duplicated assets when they are in different targets – Details
pnpm/action-setup (pnpm/action-setup)

v2.4.1

Compare Source

vercel/serve (serve)

v14.2.4

Compare Source

Patches
  • Bump serve-handler, vitest, and `typescript: #​812

v14.2.3

Compare Source

Patches
  • Bump @zeit/schemas to 2.36.0: #​803

v14.2.2

Compare Source

Patches
  • fix: Update ajv from 8.11.0 to 8.12.0: #​796
Credits

Huge thanks to @​legobeat for helping!

vuejs/core (vue)

v3.5.13

Compare Source

Bug Fixes
Performance Improvements

v3.5.12

Compare Source

Bug Fixes
Performance Improvements

v3.5.11

Compare Source

Bug Fixes

v3.5.10

Compare Source

Bug Fixes

v3.5.9

Compare Source

Bug Fixes

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
Performance Improvements
  • reactivity: trigger deps directly instead of storing in an array first (#​11695) (f80d447)

v3.5.3

Compare Source

Bug Fixes
  • hydration: check __asyncHydrate presence for vue3-lazy-hydration compat (#​11825) (8e6c337), closes #​11793
  • Revert "fix(reactivity): self-referencing computed should refresh" (35c760f)
  • ssr: respect app.config.warnHandler during ssr (bf3d9a2), closes #​11830
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#​11833) (6b7901d), closes #​11775
  • useId: make generated IDs selector compatible (babfb4c), closes #​11828

v3.5.2

Compare Source

Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 2, 2023
@renovate renovate bot requested a review from azukashi November 2, 2023 04:19
Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for evelyn-pro ready!

Name Link
🔨 Latest commit 58976c5
🔍 Latest deploy log https://app.netlify.com/sites/evelyn-pro/deploys/67541584a51f3600085e61f9
😎 Deploy Preview https://deploy-preview-55--evelyn-pro.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v2.10.2 chore(deps): update all non-major dependencies Nov 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 213783d to a66f9ad Compare November 6, 2023 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a66f9ad to a8c95ba Compare November 15, 2023 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8c95ba to 5db3734 Compare November 25, 2023 10:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 56e3520 to fb61d9b Compare December 8, 2023 07:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8dd9334 to 604514b Compare December 19, 2023 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 10603f6 to 2e16e13 Compare January 4, 2024 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 888ec49 to b9c9eb8 Compare January 13, 2024 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4b27d4a to 29b6767 Compare January 18, 2024 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 550d474 to f15b740 Compare February 9, 2024 03:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 954220d to 9ad3d9f Compare July 31, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bfd82d8 to 80b0710 Compare August 6, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f08e784 to 8dd9650 Compare August 15, 2024 08:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8031d96 to 329cd64 Compare September 10, 2024 10:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fce6b4c to 4912df2 Compare September 16, 2024 10:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fca3174 to 3b56c34 Compare September 27, 2024 18:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b56c34 to abc6af5 Compare October 3, 2024 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b472cf7 to dfb28a9 Compare October 15, 2024 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d180198 to b8e8091 Compare November 15, 2024 17:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 821e743 to d60ad74 Compare November 25, 2024 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d60ad74 to 58976c5 Compare December 7, 2024 09:29
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