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 dependencies (non-major) #126

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/next-on-pages 1.11.3 -> 1.13.5 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.4 -> 1.1.2 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.0.4 -> 1.2.0 age adoption passing confidence
@radix-ui/react-separator (source) 1.0.3 -> 1.1.0 age adoption passing confidence
@radix-ui/react-toggle-group (source) 1.0.4 -> 1.1.0 age adoption passing confidence
@react-spring/web 9.7.3 -> 9.7.5 age adoption passing confidence
@tabler/icons-react (source) 3.1.0 -> 3.21.0 age adoption passing confidence
@vanilla-extract/css (source) 1.12.0 -> 1.16.0 age adoption passing confidence
@vanilla-extract/css-utils (source) 0.1.3 -> 0.1.4 age adoption passing confidence
budoux (source) ^0.5.0 -> ^0.6.0 age adoption passing confidence
budoux (source) ^0.5.0 -> ^0.6.0 age adoption passing confidence
dayjs (source) 1.11.11 -> 1.11.13 age adoption passing confidence
fast-xml-parser 4.4.0 -> 4.5.0 age adoption passing confidence
next (source) 14.1.4 -> 14.2.17 age adoption passing confidence
next-themes ^0.2.1 -> ^0.4.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
use-media 1.4.0 -> 1.5.0 age adoption passing confidence

Release Notes

cloudflare/next-on-pages (@​cloudflare/next-on-pages)

v1.13.5

Compare Source

Patch Changes
  • 930a79f: fix: webpack chunks not deduping with sentry (#​886)

    (duplicated changeset needed because the 1.13.4 npm release doesn't properly work)

v1.13.4

Compare Source

Patch Changes
  • 18e0e46: Fix the Webpack chunk deduplication when Sentry is used, as it changes the AST node structure for Webpack chunks.

v1.13.3

Compare Source

Patch Changes
  • d1dce9e: Fix prerendered dynamic ISR functions with catch-all segments
  • e890632: Provide __NEXT_BUILD_ID env var to functions, making them compatible with Next v14.2.8 and newer.

v1.13.2

Compare Source

Patch Changes
  • 968171a: Fix autogenerated content also getting appended to the original public/_headers file

  • 2115b9e: fix: implement route specific global scoping strategy

    currently routes all share the same global scope, this can be problematic and cause
    race conditions and failures

    One example of this is the following code that is present in route function files:

    self.webpackChunk_N_E = ...

    and

    self.webpackChunk_N_E.push(...)

    this indicates that an in-memory global collection of the webpack chunks is shared by all routes,
    this combined with the fact that chunks can have their own module state this can easily cause routes to conflict with each other at runtime.

    So, in order to solve the above issue, all route functions are wrapped in a function which accepts as parameters, thus overrides, the self, globalThis and global symbols. The symbols
    will be resolved with proxies that redirect setters to route-scoped in-memory maps and
    getters to the above mentioned map's values and fallback to the original symbol values otherwise
    (i.e. globalThis will be overridden by a proxy that, when setting values, sets them in a separate
    location and, when getting values, gets them from said location if present there or from the real
    globalThis otherwise)

v1.13.1

Compare Source

Patch Changes
  • 8c04184: fix typescript declaration files not getting properly built

v1.13.0

Compare Source

Minor Changes
  • 4bd4c19: Use request.cf.regionCode for x-vercel-ip-country-region for keeping behavior consistent with documentation

  • 78accfd: Add support for custom worker entrypoints.

    Example:

    import nextOnPagesHandler from '@​cloudflare/next-on-pages/fetch-handler';
    
    export default {
      async fetch(request, env, ctx) {
        // do something before running the next-on-pages handler
    
        const response = await nextOnPagesHandler.fetch(request, env, ctx);
    
        // do something after running the next-on-pages handler
    
        return response;
      },
    } as ExportedHandler<{ ASSETS: Fetcher }>;
Patch Changes
  • 2527917: Account for the Vercel CLI no longer generating prerender configs for dynamic ISR functions.

v1.12.1

Compare Source

Patch Changes
  • 9dd9fe4: make sure headers set in middlewares are accessibly by layouts and pages
  • 97d7981: Support for pre-rendered API functions.

v1.12.0

Compare Source

Minor Changes
  • c2b173c: Fix: The city name for the location of the requester's public IP address must be encoded according to RFC3986.
  • 2d55e8f: Optimized cache tags manifest loading; cache updates do not block responses
  • fa751e3: add support for the revalidate option in fetch
Patch Changes
  • d3caf91: Middleware move permanently fix
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

pmndrs/react-spring (@​react-spring/web)

v9.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v9.7.4...v9.7.5

v9.7.4

Compare Source

What's Changed
New Contributors

Full Changelog: pmndrs/react-spring@v9.7.3...v9.7.4

tabler/tabler-icons (@​tabler/icons-react)

v3.21.0: Release 3.21.0

Compare Source

18 new icons:
  • filled/brand-angular
  • filled/brand-instagram
  • filled/brand-kick
  • filled/brand-linkedin
  • filled/brand-open-source
  • filled/brand-opera
  • filled/brand-pinterest
  • filled/brand-sketch
  • filled/brand-snapchat
  • filled/brand-steam
  • filled/brand-stripe
  • filled/brand-tabler
  • filled/brand-tinder
  • filled/brand-tumblr
  • filled/brand-vercel
  • filled/brand-vimeo
  • filled/brand-whatsapp
  • filled/brand-windows

Fixed icons: outline/brand-instagram, outline/brand-linkedin, outline/brand-tabler

v3.20.0: Release 3.20.0

Compare Source

18 new icons:
  • filled/play-card-1
  • filled/play-card-10
  • filled/play-card-2
  • filled/play-card-3
  • filled/play-card-4
  • filled/play-card-5
  • filled/play-card-6
  • filled/play-card-7
  • filled/play-card-8
  • filled/play-card-9
  • filled/play-card-a
  • filled/play-card-j
  • filled/play-card-k
  • filled/play-card-q
  • filled/play-card-star
  • outline/ferry
  • outline/math-x-floor-divide-y
  • outline/x-power-y

v3.19.0: Release 3.19.0

Compare Source

18 new icons:
  • filled/favicon
  • filled/icons
  • filled/ironing-1
  • filled/ironing-2
  • filled/ironing-3
  • filled/ironing-steam
  • filled/sitemap
  • outline/arrow-down-dashed
  • outline/arrow-left-dashed
  • outline/arrow-narrow-down-dashed
  • outline/arrow-narrow-left-dashed
  • outline/arrow-narrow-right-dashed
  • outline/arrow-narrow-up-dashed
  • outline/arrow-right-dashed
  • outline/arrow-up-dashed
  • outline/building-cog
  • outline/building-minus
  • outline/building-plus

Fixed icon: outline/sitemap

Improvements
Fixes

v3.18.0: Release 3.18.0

Compare Source

18 new icons:
  • outline/joker
  • outline/number-10
  • outline/number-11
  • outline/play-card-1
  • outline/play-card-10
  • outline/play-card-2
  • outline/play-card-3
  • outline/play-card-4
  • outline/play-card-5
  • outline/play-card-6
  • outline/play-card-7
  • outline/play-card-8
  • outline/play-card-9
  • outline/play-card-a
  • outline/play-card-j
  • outline/play-card-k
  • outline/play-card-q
  • outline/play-card-star

v3.17.0: Release 3.17.0

Compare Source

18 new icons:
  • filled/car-suv
  • filled/car
  • filled/device-cctv
  • filled/device-desktop
  • filled/device-gamepad-3
  • filled/device-imac
  • filled/device-ipad
  • filled/device-remote
  • filled/device-speaker
  • filled/device-tv-old
  • filled/device-tv
  • filled/device-usb
  • filled/device-vision-pro
  • filled/device-watch
  • filled/directions
  • filled/disc
  • filled/discount
  • filled/elevator

Fixed icons: outline/device-gamepad-3, outline/device-ipad, outline/device-usb

v3.16.0

Compare Source

v3.15.0: Release 3.15.0

Compare Source

18 new icons:
  • filled/apple
  • filled/butterfly
  • filled/cannabis
  • filled/carambola
  • filled/clover
  • filled/egg-cracked
  • filled/feather
  • filled/flower
  • filled/glass
  • filled/melon
  • filled/meteor
  • filled/michelin-star
  • filled/milk
  • filled/mountain
  • filled/mug
  • filled/pizza
  • filled/salad
  • filled/seeding

v3.14.0: Release 3.14.0

Compare Source

71 new icons:
  • outline/number-100-small
  • outline/number-30-small
  • outline/number-31-small
  • outline/number-32-small
  • outline/number-33-small
  • outline/number-34-small
  • outline/number-35-small
  • outline/number-36-small
  • outline/number-37-small
  • outline/number-38-small
  • outline/number-39-small
  • outline/number-40-small
  • outline/number-41-small
  • outline/number-42-small
  • outline/number-43-small
  • outline/number-44-small
  • outline/number-45-small
  • outline/number-46-small
  • outline/number-47-small
  • outline/number-48-small
  • outline/number-49-small
  • outline/number-50-small
  • outline/number-51-small
  • outline/number-52-small
  • outline/number-53-small
  • outline/number-54-small
  • outline/number-55-small
  • outline/number-56-small
  • outline/number-57-small
  • outline/number-58-small
  • outline/number-59-small
  • outline/number-60-small
  • outline/number-61-small
  • outline/number-62-small
  • outline/number-63-small
  • outline/number-64-small
  • outline/number-65-small
  • outline/number-66-small
  • outline/number-67-small
  • outline/number-68-small
  • outline/number-69-small
  • outline/number-70-small
  • outline/number-71-small
  • outline/number-72-small
  • outline/number-73-small
  • outline/number-74-small
  • outline/number-75-small
  • outline/number-76-small
  • outline/number-77-small
  • outline/number-78-small
  • outline/number-79-small
  • outline/number-80-small
  • outline/number-81-small
  • outline/number-82-small
  • outline/number-83-small
  • outline/number-84-small
  • outline/number-85-small
  • outline/number-86-small
  • outline/number-87-small
  • outline/number-88-small
  • outline/number-89-small
  • outline/number-90-small
  • outline/number-91-small
  • outline/number-92-small
  • outline/number-93-small
  • outline/number-94-small
  • outline/number-95-small
  • outline/number-96-small
  • outline/number-97-small
  • outline/number-98-small
  • outline/number-99-small

Fixed icons: outline/number-0-small, outline/number-1-small, outline/number-10-small, outline/number-11-small, outline/number-12-small, outline/number-13-small, outline/number-14-small, outline/number-15-small, outline/number-16-small, outline/number-17-small, outline/number-18-small, outline/number-19-small, outline/number-20-small, outline/number-21-small, outline/number-23-small, outline/number-28-small, outline/number-8-small

v3.13.0: Release 3.13.0

Compare Source

18 new icons:
  • outline/adjustments-spark
  • outline/battery-spark
  • outline/camera-spark
  • outline/cube-spark
  • outline/eye-spark
  • outline/file-spark
  • outline/file-text-spark
  • outline/flag-spark
  • outline/heart-spark
  • outline/home-spark
  • outline/input-spark
  • outline/mail-spark
  • outline/mood-spark
  • outline/phone-spark
  • outline/photo-spark
  • outline/server-spark
  • outline/settings-spark
  • outline/table-spark

Fixed icons: outline/badge-ad-off, outline/battery-vertical-off, outline/bed-off, outline/bookmark-ai, outline/briefcase-off, outline/camera-ai, outline/file-ai, outline/file-text-ai, outline/flask-off, outline/gas-station-off, outline/mail-ai, outline/photo-ai, outline/rosette-discount-check-off, outline/route-off

v3.12.0: Release 3.12.0

Compare Source

18 new icons:
  • outline/arrows-transfer-up-down
  • outline/brand-amie
  • outline/brand-bebo
  • outline/building-airport
  • outline/camera-ai
  • outline/camera-bitcoin
  • outline/camera-moon
  • outline/chart-column
  • outline/chart-covariate
  • outline/congruent-to
  • outline/diaper
  • outline/file-ai
  • outline/file-bitcoin
  • outline/lock-password
  • outline/phone-done
  • outline/phone-end
  • outline/phone-ringing
  • outline/stopwatch

Fixed icons: outline/bolt-off, outline/bolt, outline/phone-outgoing, outline/phone-pause

v3.11.0: Release 3.11.0

Compare Source

52 new icons:
  • outline/circle-dashed-letter-a
  • outline/circle-dashed-letter-b
  • outline/circle-dashed-letter-c
  • outline/circle-dashed-letter-d
  • outline/circle-dashed-letter-e
  • outline/circle-dashed-letter-f
  • outline/circle-dashed-letter-g
  • outline/circle-dashed-letter-h
  • outline/circle-dashed-letter-i
  • outline/circle-dashed-letter-j
  • outline/circle-dashed-letter-k
  • outline/circle-dashed-letter-l
  • outline/circle-dashed-letter-m
  • outline/circle-dashed-letter-n
  • outline/circle-dashed-letter-o
  • outline/circle-dashed-letter-p
  • outline/circle-dashed-letter-q
  • outline/circle-dashed-letter-r
  • outline/circle-dashed-letter-s
  • outline/circle-dashed-letter-t
  • outline/circle-dashed-letter-u
  • outline/circle-dashed-letter-v
  • outline/circle-dashed-letter-w
  • outline/circle-dashed-letter-x
  • outline/circle-dashed-letter-y
  • outline/circle-dashed-letter-z
  • outline/circle-dotted-letter-a
  • outline/circle-dotted-letter-b
  • outline/circle-dotted-letter-c
  • outline/circle-dotted-letter-d
  • outline/circle-dotted-letter-e
  • outline/circle-dotted-letter-f
  • outline/circle-dotted-letter-g
  • outline/circle-dotted-letter-h
  • outline/circle-dotted-letter-i
  • outline/circle-dotted-letter-j
  • outline/circle-dotted-letter-k
  • outline/circle-dotted-letter-l
  • outline/circle-dotted-letter-m
  • outline/circle-dotted-letter-n
  • outline/circle-dotted-letter-o
  • outline/circle-dotted-letter-p
  • outline/circle-dotted-letter-q
  • outline/circle-dotted-letter-r
  • outline/circle-dotted-letter-s
  • outline/circle-dotted-letter-t
  • outline/circle-dotted-letter-u
  • outline/circle-dotted-letter-v
  • outline/circle-dotted-letter-w
  • outline/circle-dotted-letter-x
  • outline/circle-dotted-letter-y
  • outline/circle-dotted-letter-z

v3.10.0: Release 3.10.0

Compare Source

36 new icons:
  • filled/binary-tree-2
  • filled/binary-tree
  • filled/circle-rectangle
  • filled/exclamation-circle
  • filled/hanger-2
  • filled/label-important
  • filled/lasso-polygon
  • filled/military-rank
  • filled/presentation-analytics
  • filled/presentation
  • filled/sort-ascending-2
  • filled/sort-ascending-shapes
  • filled/sort-descending-2
  • filled/sort-descending-shapes
  • filled/swipe-down
  • filled/swipe-left
  • filled/swipe-right
  • filled/swipe-up
  • filled/test-pipe-2
  • outline/bubble-tea-2
  • outline/bubble-tea
  • outline/building-burj-al-arab
  • outline/hand-finger-down
  • outline/hand-finger-left
  • outline/hand-finger-right
  • outline/join-bevel
  • outline/join-round
  • outline/join-straight
  • outline/label-important
  • outline/laurel-wreath-1
  • outline/laurel-wreath-2
  • outline/laurel-wreath-3
  • outline/laurel-wreath
  • outline/leaf-2
  • outline/menu-3
  • outline/menu-4

Fixed icon: outline/military-rank

v3.9.0: Release 3.9.0

Compare Source

18 new icons:
  • filled/label
  • outline/buildings
  • outline/clock-bitcoin
  • outline/cloud-bitcoin
  • outline/eye-bitcoin
  • outline/flag-bitcoin
  • outline/heart-bitcoin
  • outline/home-bitcoin
  • outline/label-off
  • outline/label
  • outline/lock-bitcoin
  • outline/mail-bitcoin
  • outline/math-ctg
  • outline/math-sec
  • outline/math-tg
  • outline/mood-bitcoin
  • outline/photo-bitcoin
  • outline/user-bitcoin

v3.8.0: Release 3.8.0

Compare Source

18 new icons:
  • outline/alphabet-arabic
  • outline/alphabet-bangla
  • outline/alphabet-hebrew
  • outline/alphabet-korean
  • outline/alphabet-thai
  • outline/brand-adobe-after-effect
  • outline/brand-adobe-illustrator
  • outline/brand-adobe-indesign
  • outline/brand-adobe-photoshop
  • outline/brand-adobe-premier
  • outline/brand-adobe-xd
  • outline/brand-apple-news
  • outline/brand-hackerrank
  • outline/cap-projecting
  • outline/cap-rounded
  • outline/cap-straight
  • outline/math-cos
  • outline/math-sin

v3.7.0: Release 3.7.0

Compare Source

18 new icons:
  • outline/battery-exclamation
  • outline/battery-vertical-1
  • outline/battery-vertical-2
  • outline/battery-vertical-3
  • outline/battery-vertical-4
  • outline/battery-vertical-charging-2
  • outline/battery-vertical-charging
  • outline/battery-vertical-eco
  • outline/battery-vertical-exclamation
  • outline/battery-vertical-off
  • outline/battery-vertical
  • outline/brand-metabrainz
  • outline/cancel
  • outline/rosette-discount-check-off
  • outline/ruler-measure-2
  • outline/umbrella-2
  • outline/umbrella-closed-2
  • outline/umbrella-closed

Fixed icons: filled/circle-plus, outline/apple, outline/battery-automotive, outline/flask-2-off, outline/flask-2, outline/flask, outline/microscope-off, outline/microscope, outline/rosette-discount-check, outline/ruler-measure, outline/test-pipe-2, outline/test-pipe-off, outline/test-pipe

Renamed icons:

  • outline/mood-suprised renamed to outline/mood-surprised

Fixes & Improvements

  • Set return type of Component in SolidJS to JSX.Element (#​1148)
  • Change the way of exporting icons in Svelte package (#​1169)
  • Add support for Svelte 5
  • Remove invalid DOM properties from circle-plus icon

v3.6.0: Release 3.6.0

Compare Source

18 new icons:
  • filled/binoculars
  • filled/mood-angry
  • filled/mood-crazy-happy
  • filled/mood-wrrr
  • filled/pill
  • filled/receipt
  • filled/rosette-discount
  • filled/scuba-diving-tank
  • filled/steering-wheel
  • filled/tag
  • filled/tags
  • outline/align-left-2
  • outline/align-right-2
  • outline/binoculars
  • outline/building-off
  • outline/cliff-jumping
  • outline/contract
  • outline/scuba-diving-tank

Fixed icons: outline/briefcase-2, outline/briefcase, outline/cash-register, outline/scuba-diving

v3.5.0: Release 3.5.0

Compare Source

18 new icons:
  • filled/circle-plus
  • outline/automation
  • outline/chart-bar-popular
  • outline/chart-cohort
  • outline/chart-funnel
  • outline/device-unknown
  • outline/file-excel
  • outline/file-word
  • outline/object-scan
  • outline/tax-euro
  • outline/tax-pound
  • outline/tax
  • outline/timezone
  • outline/tip-jar-euro
  • outline/tip-jar-pound
  • outline/tip-jar
  • outline/viewport-short
  • outline/viewport-tall

Fixed icons: outline/battery-automotive, outline/chart-bar, outline/viewport-narrow, outline/viewport-wide

v3.4.0: Release 3.4.0

Compare Source

18 new icons:
  • outline/ai
  • outline/cash-register
  • outline/percentage-0
  • outline/percentage-10
  • outline/percentage-100
  • outline/percentage-20
  • outline/percentage-25
  • outline/percentage-30
  • outline/percentage-33
  • outline/percentage-40
  • outline/percentage-50
  • outline/percentage-60
  • outline/percentage-66
  • outline/percentage-70
  • outline/percentage-75
  • outline/percentage-80
  • outline/percentage-90
  • outline/picnic-table

v3.3.0: Release 3.3.0

Compare Source

18 new icons:
  • filled/circle-percentage
  • filled/code-circle-2
  • filled/code-circle
  • filled/hospital-circle
  • filled/live-photo
  • filled/message-chatbot
  • filled/message-circle
  • filled/message-report
  • filled/message
  • filled/panorama-horizontal
  • filled/panorama-vertical
  • filled/parking-circle
  • filled/poo
  • filled/sunglasses
  • filled/tilt-shift
  • outline/ikosaedr
  • outline/message-circle-user
  • outline/message-user

Fixed icons: filled/shield-half, outline/parking-circle

v3.2.0: Release 3.2.0

Compare Source

18 new icons:
  • filled/bubble
  • filled/picture-in-picture-top
  • filled/picture-in-picture
  • filled/toggle-left
  • filled/toggle-right
  • outline/bubble-minus
  • outline/bubble-plus
  • outline/bubble-text
  • outline/bubble-x
  • outline/bubble
  • outline/carambola
  • outline/circle-dashed-check
  • outline/circle-dashed-minus
  • outline/circle-dashed-plus
  • outline/dumpling
  • outline/monkeybar
  • outline/pentagon-minus
  • outline/text-wrap-column

Fixed icons: outline/brand-google-fit, outline/circle-dashed-x, outline/message-dots, outline/text-wrap

vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)

v1.16.0

Compare Source

Minor Changes
  • #​1475 cd9d8b2 Thanks @​corradopetrelli! - Add ::-webkit-calendar-picker-indicator as a valid pseudo-element

  • #​1450 7b256d2 Thanks @​wuz! - Add createViewTransition API

    createViewTransition creates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.

    import {
      style,
      createViewTransition
    } from '@&#8203;vanilla-extract/css';
    
    export const titleViewTransition = createViewTransition();
    
    export const pageTitle = style({
      viewTransitionName: titleViewTransition
    });

v1.15.5

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Apr 7, 2024
Copy link

github-actions bot commented Apr 7, 2024

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 444ccfd to d59e970 Compare April 11, 2024 11:05
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from d59e970 to 83af417 Compare April 11, 2024 11:09
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 83af417 to 6284f6c Compare April 11, 2024 11:35
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6284f6c to c9ef02a Compare April 11, 2024 20:57
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.26 KB (🟡 +213 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.43 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c9ef02a to 163a827 Compare April 12, 2024 21:16
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.26 KB (🟡 +213 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.43 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 163a827 to 7cb3b7d Compare April 18, 2024 01:54
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.26 KB (🟡 +213 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.43 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 7cb3b7d to 8e084ab Compare April 23, 2024 15:18
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.26 KB (🟡 +213 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.43 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 8e084ab to 9977f63 Compare April 24, 2024 19:05
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.26 KB (🟡 +213 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.43 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 9977f63 to 6efeb35 Compare April 25, 2024 19:55
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.22 KB (🟡 +173 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.39 KB 22.11% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6efeb35 to 5bdb38f Compare April 26, 2024 19:24
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.23 KB (🟡 +183 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.4 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5bdb38f to 64c630d Compare April 29, 2024 07:08
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.23 KB (🟡 +183 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.4 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 64c630d to 910513a Compare April 29, 2024 15:20
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.23 KB (🟡 +183 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.4 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 910513a to cb6aa87 Compare April 30, 2024 19:49
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.23 KB (🟡 +183 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.4 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from cb6aa87 to ad618ef Compare April 30, 2024 22:33
Copy link

📦 Next.js Bundle Analysis for www.napochaan.com

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 77.23 KB (🟡 +183 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/_error 181 B 77.4 KB 22.12% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from e53bbdc to 58ad53e Compare September 3, 2024 03:24
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from e56f642 to ff16195 Compare September 10, 2024 18:27
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 2997bcc to 8367774 Compare September 17, 2024 23:24
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from db3db75 to 3220e82 Compare September 21, 2024 12:52
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 5 times, most recently from fcf7958 to fe3089e Compare October 1, 2024 22:41
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from c1fb066 to 057a33c Compare October 8, 2024 22:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from 77a053c to b89f2f1 Compare October 28, 2024 22:10
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 3 times, most recently from b1b4dee to 33d2e0a Compare November 4, 2024 22:28
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 33d2e0a to d0d6a5f Compare November 6, 2024 01:46
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.

0 participants