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

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/vue (source) 4.1.1 -> 4.1.2 age adoption passing confidence
@parcel/core 2.10.1 -> 2.12.0 age adoption passing confidence
@parcel/transformer-sass 2.10.1 -> 2.12.0 age adoption passing confidence
@parcel/transformer-vue 2.10.1 -> 2.12.0 age adoption passing confidence
parcel 2.10.1 -> 2.12.0 age adoption passing confidence
serve 14.2.1 -> 14.2.3 age adoption passing confidence
sweetalert2 (source) 11.9.0 -> 11.12.0 age adoption passing confidence
vue (source) 3.3.7 -> 3.4.30 age adoption passing confidence
vue-sweetalert2 (source) 5.0.5 -> 5.0.11 age adoption passing confidence

Release Notes

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

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
vercel/serve (serve)

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!

sweetalert2/sweetalert2 (sweetalert2)

v11.12.0

Compare Source

Bug Fixes
Features

11.11.1 (2024-06-05)

Bug Fixes

v11.11.1

Compare Source

Bug Fixes

v11.11.0

Compare Source

Features

11.10.8 (2024-04-17)

Bug Fixes
  • prevent popup content from being selected on double click on the container (#​2722) (7910325)

11.10.7 (2024-03-22)

Bug Fixes
  • improve performance by pulling querySelector out of the loop (#​2719) (9f94517)

11.10.6 (2024-03-05)

Bug Fixes

11.10.5 (2024-02-05)

Bug Fixes

11.10.4 (2024-01-23)

Bug Fixes

11.10.3 (2024-01-11)

Bug Fixes
  • rm unnecessary transform styles on success icon (69c2372), closes #​2698

11.10.2 (2023-12-27)

Bug Fixes
  • strict types domUtils.js (3a963d4)

11.10.1 (2023-11-19)

Bug Fixes
  • resolve swal promise when its dismissed by another swal (#​2689) (0b4329b)

v11.10.8

Compare Source

Bug Fixes
  • prevent popup content from being selected on double click on the container (#​2722) (7910325)

v11.10.7

Compare Source

Bug Fixes
  • improve performance by pulling querySelector out of the loop (#​2719) (9f94517)

v11.10.6

Compare Source

Bug Fixes

v11.10.5

Compare Source

Bug Fixes

v11.10.4

Compare Source

Bug Fixes

v11.10.3

Compare Source

Bug Fixes
  • rm unnecessary transform styles on success icon (69c2372), closes #​2698

v11.10.2

Compare Source

Bug Fixes
  • strict types domUtils.js (3a963d4)

v11.10.1

Compare Source

Bug Fixes
  • resolve swal promise when its dismissed by another swal (#​2689) (0b4329b)

v11.10.0

Compare Source

Features

11.9.1 (2023-11-14)

Bug Fixes

v11.9.1

Compare Source

Bug Fixes
vuejs/core (vue)

v3.4.30

Compare Source

Bug Fixes
Performance Improvements

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

Compare Source

Bug Fixes

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes

v3.4.23

Compare Source

Bug Fixes
  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #​10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #​10709

v3.4.22

Compare Source

Bug Fixes
Performance Improvements
  • add __NO_SIDE_EFFECTS__ comments (#​9053) (d46df6b)
  • optimize component props/slots internal object checks (6af733d)

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 added the dependencies label Nov 2, 2023
@renovate renovate bot requested a review from azukashi November 2, 2023 06:54
@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 3afea04 to a80e125 Compare November 6, 2023 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a80e125 to 5687b53 Compare November 14, 2023 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5687b53 to 7c31c5d Compare November 14, 2023 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c31c5d to 42b8a84 Compare November 15, 2023 03:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42b8a84 to caed52c Compare November 19, 2023 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from caed52c to 484207e Compare November 25, 2023 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 484207e to f7de1d5 Compare December 4, 2023 15:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7de1d5 to e9b852c Compare December 8, 2023 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9b852c to a555c85 Compare December 16, 2023 06:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a555c85 to 0281418 Compare December 19, 2023 10:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0281418 to 97de6c4 Compare December 27, 2023 15:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97de6c4 to 78164bc Compare December 29, 2023 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78164bc to 17d0790 Compare December 30, 2023 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a918a49 to c739a47 Compare April 25, 2024 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c739a47 to c733649 Compare April 29, 2024 10:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c733649 to aeb2861 Compare May 7, 2024 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aeb2861 to 47a60e1 Compare May 11, 2024 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47a60e1 to 19c54bc Compare May 13, 2024 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19c54bc to ee2587f Compare May 13, 2024 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee2587f to 69d3bb0 Compare May 15, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69d3bb0 to 949046b Compare June 4, 2024 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 949046b to cd7d126 Compare June 5, 2024 13:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd7d126 to 299f024 Compare June 14, 2024 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 299f024 to 8ed5628 Compare June 14, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ed5628 to c1f8a74 Compare June 18, 2024 11:22
@azukashi azukashi merged commit 7147f3e into master Jun 23, 2024
2 checks passed
@azukashi azukashi deleted the renovate/all-minor-patch branch June 23, 2024 15:06
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