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

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@parcel/core 2.9.3 -> 2.10.1 age adoption passing confidence
@parcel/transformer-sass 2.9.3 -> 2.10.1 age adoption passing confidence
@parcel/transformer-vue 2.9.3 -> 2.10.1 age adoption passing confidence
parcel 2.9.3 -> 2.10.1 age adoption passing confidence
sweetalert2 (source) 11.7.28 -> 11.9.0 age adoption passing confidence
vue (source) 3.3.4 -> 3.3.7 age adoption passing confidence

Release Notes

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

v2.10.1

Compare Source

Fixed
  • Core

    • Use modern node versions in CI Details
    • Support multiple workspaces/clients in Parcel for VSCode Details
  • Bundler

    • Make sure to set unique key Details
    • Fix bundler tests assertions on Windows Details
  • JavaScript

    • Add logic to disable scope hoisting if the this key word is pointing to an export module Details
    • Detect TSC polyfills to avoid marking them as CJS Details
    • Remove this exports tracking for files with module syntax Details
    • Bump swc Details
Unstable
  • Bundler

    • Fix inline constants in shared bundles Details
    • Ensure manualSharedBundles have unique names Details
    • Simplify MSB code for code split bundle creation section Details

v2.10.0

Compare Source

Added
  • Core

    • Add support for include and exclude globs for --lazy mode – Details, Details
    • Merge all native Rust modules into one package – Details
    • Add async resolver and JS transformer functions using rayon – Details
    • Support "register" tools in module loader (e.g. @babel/register, esbuild-register, ts-node) – Details
    • Limit default number of JS workers to 4 to improve memory usage/performance – Details
  • Bundler

    • Optimize bundler performance – Details
    • Add disableSharedBundles config option – Details
  • Resolver

  • JavaScript

    • Add import helper to decrease ESM loader runtime footprint – Details
    • Support parallel bundle imports in libraries – Details
    • Only include globalThis polyfill for old browsers – Details
    • Updated parcelRequire.register to be minifiable – Details
  • CSS

    • Add include and exclude globs for CSS modules – Details
  • WASM

    • Add WASM packager with source map support – Details
  • XML

    • Transform xml-stylesheet processing instructions – Details
  • Web Extensions

    • Add support for Chrome Extension manifest V3 side_panel property – Details
    • Improve HMR for web extensions – Details
  • Web Manifest

    • Add support for icons in file_handlers – Details
Fixed
  • Core

    • Query glibc version only once to speed up JSTransformer on Linux – Details
    • Refresh cache before writing contents to bundle – Details
    • Fix --lazy mode bugs – Details
    • Ignore no-opt command line option – Details
    • Bump lmdb – Details
    • Don't hide error when diagnostic is malformed – Details
    • Don't autoinstall local files in package manager – Details
    • Fix bug with cache and glob entries – Details
  • JavaScript

    • Migrate to swc_core – Details
    • Move ESM loader runtime to absolute URLs – Details
    • Fix duplicate asset references – Details
    • Bump swc – Details, Details, Details
    • Fix shorthand identifier import usage – Details
    • Ensure nested member expressions are marked used in dev mode – Details
    • Set ascii_only for swc emit – Details
    • Add tests for non-identifier symbol names – Details
  • Bundler

    • Exclude inline assests from parallel request limit – Details
    • Fix unexpected undefined when creating shared bundles – Details
  • Images

    • Bump oxipng from 6.0.0 -> 8.0.0 – Details
  • Sass

    • Fix sass import edge case – Details
  • Dev Server

    • Fix index page loading in dev server when bundle type isn't html – Details
Unstable
  • Core

    • Expose unstable_transform and unstable_resolve APIs – Details
  • Bundler

    • Add unstable manual shared bundles config – Details
  • JavaScript

    • Experimental inline / deferred requires optimiser – Details
    • Add constants inlining optimization – Details
    • Add unstable async bundle runtime to the JS Packager – Details
sweetalert2/sweetalert2 (sweetalert2)

v11.9.0

Compare Source

Features
  • automatically show/hide title/content/footer when their innerHTML is changing (#​2680) (3339dea)

v11.8.0

Compare Source

Features
  • support input date, datetime-local, time, week, month, search (#​2679) (3fce8ac)

11.7.32 (2023-10-06)

Bug Fixes
  • strict types popup-click-handler.js (e5af701)

11.7.31 (2023-09-26)

Bug Fixes
  • types: make bindClickHandler()'s param optional (de5f162)

11.7.30 (2023-09-26)

Bug Fixes
  • types: add missing bindClickHandler() (59a9613)

11.7.29 (2023-09-25)

Bug Fixes
  • types: allow imageUrl to be null (6e7915f)
  • types: allow returning false from inputValidator (a3becd9)
  • types: allow target to be null (82a40d5)

11.7.28 (2023-09-14)

Bug Fixes
  • strict types keydown-handler.js (1e39486)

11.7.27 (2023-08-20)

Bug Fixes

11.7.26 (2023-08-19)

Bug Fixes

11.7.25 (2023-08-18)

Bug Fixes
  • always adjust padding right when body has overflow-y: scroll (#​2665) (b0ec753)

11.7.24 (2023-08-18)

Bug Fixes
  • do not adjust padding right when body has overflow-y: scroll (#​2664) (4d86677)

11.7.23 (2023-08-15)

Bug Fixes

11.7.22 (2023-08-10)

Bug Fixes
  • types: rm generic from SweetAlertOptions to make it easier to read (c3bf4cc)

11.7.21 (2023-08-09)

Bug Fixes

11.7.20 (2023-07-23)

Bug Fixes

11.7.19 (2023-07-22)

Bug Fixes
  • rended iconHTML with icon: undefined (83e8fe2)

11.7.18 (2023-07-15)

Bug Fixes

11.7.17 (2023-07-15)

Bug Fixes
  • when resizing textarea take params.width into consideration (#​2654) (98b34a1)

11.7.16 (2023-07-11)

Bug Fixes
  • avoid using navigator.userAgent and navigator.platform (#​2650) (3039432)

11.7.15 (2023-07-11)

Bug Fixes

11.7.14 (2023-07-11)

Bug Fixes

11.7.13 (2023-07-11)

Bug Fixes

11.7.12 (2023-06-09)

Bug Fixes

11.7.11 (2023-06-06)

Bug Fixes
  • strict types renderContent.js (0de698e)

11.7.10 (2023-05-31)

Bug Fixes

11.7.9 (2023-05-30)

Bug Fixes

11.7.8 (2023-05-29)

Bug Fixes

11.7.7 (2023-05-29)

Bug Fixes
  • assign instance methods to prototype in a webpack4 compatible way (fixes #​2625) (f8942e8)

11.7.6 (2023-05-28)

Bug Fixes
  • types for SweetAlert class (166077e)

11.7.5 (2023-05-04)

Bug Fixes
  • add types to mixin.js and enable-disable-elements.js (#​2605) (f77f418)

11.7.4 (2023-05-04)

Bug Fixes
  • styles: set $swal2-close-button-font-family to monospace (d4bef39)

11.7.3 (2023-02-28)

Bug Fixes

11.7.2 (2023-02-17)

Bug Fixes

11.7.1 (2023-01-24)

Bug Fixes

v11.7.32

Compare Source

Bug Fixes
  • strict types popup-click-handler.js (e5af701)

v11.7.31

Compare Source

Bug Fixes
  • types: make bindClickHandler()'s param optional (de5f162)

v11.7.30

Compare Source

Bug Fixes
  • types: add missing bindClickHandler() (59a9613)

v11.7.29

Compare Source

Bug Fixes
  • types: allow imageUrl to be null (6e7915f)
  • types: allow returning false from inputValidator (a3becd9)
  • types: allow target to be null (82a40d5)
vuejs/core (vue)

v3.3.7

Compare Source

Bug Fixes

v3.3.6

Compare Source

Bug Fixes
Performance Improvements

v3.3.5

Compare Source

Bug Fixes
Performance Improvements
  • compiler-sfc: lazy require typescript (d2c3d8b)
  • custom-element: cancel MutationObserver listener when disconnected (#​8666) (24d98f0)
  • mark defineComponent as side-effects-free (#​8512) (438027c)

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 September 25, 2023 15:11
@renovate renovate bot changed the title fix(deps): update dependency sweetalert2 to v11.7.29 fix(deps): update dependency sweetalert2 to v11.7.31 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2a7405 to 33ec8d8 Compare September 26, 2023 10:22
@renovate renovate bot changed the title fix(deps): update dependency sweetalert2 to v11.7.31 fix(deps): update dependency sweetalert2 to v11.7.32 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33ec8d8 to 53dd494 Compare October 6, 2023 13:21
@renovate renovate bot changed the title fix(deps): update dependency sweetalert2 to v11.7.32 chore(deps): update all non-major dependencies Oct 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53dd494 to 856172e Compare October 11, 2023 06:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 856172e to a9670b6 Compare October 20, 2023 06:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a9670b6 to 6430944 Compare October 20, 2023 14:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6430944 to f403274 Compare October 24, 2023 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f403274 to 2a40077 Compare October 25, 2023 00:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a40077 to 5c91ebc Compare October 28, 2023 18:27
@azukashi azukashi merged commit f994bac into master Oct 31, 2023
@azukashi azukashi deleted the renovate/all-minor-patch branch October 31, 2023 12:36
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