satnaing / satnaing.dev

My portfolio & blog website developed with NextJS, TypeScript, and TailwindCSS. Markdown is used for contents. Contents are managed via Forestry headless CMS.
https://satnaing.dev
114 stars 27 forks source link

⬆️ Bump the npm_and_yarn group across 1 directories with 5 updates #21

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the npm_and_yarn group with 5 updates in the /. directory:

Package From To
next 13.1.6 13.5.1
postcss 8.4.21 8.4.31
follow-redirects 1.15.2 1.15.5
sharp 0.30.7 0.32.6
@netlify/ipx 1.3.3 1.4.6

Updates next from 13.1.6 to 13.5.1

Commits


Updates postcss from 8.4.21 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

Changelog

Sourced from postcss's changelog.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).
Commits


Updates follow-redirects from 1.15.2 to 1.15.5

Commits
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • 3d42aec Add bracket tests.
  • bcbb096 Do not directly set Error properties.
  • 192dbe7 Release version 1.15.3 of the npm package.
  • Additional commits viewable in compare view


Updates sharp from 0.30.7 to 0.32.6

Changelog

Sourced from sharp's changelog.

v0.32.6 - 18th September 2023

  • Upgrade to libvips v8.14.5 for upstream bug fixes.

  • Ensure composite tile images are fully decoded (regression in 0.32.0). #3767

  • Ensure withMetadata can add ICC profiles to RGB16 output. #3773

  • Ensure withMetadata does not reduce 16-bit images to 8-bit (regression in 0.32.5). #3773

  • TypeScript: Add definitions for block and unblock. #3799 @​ldrick

v0.32.5 - 15th August 2023

  • Upgrade to libvips v8.14.4 for upstream bug fixes.

  • TypeScript: Add missing WebpPresetEnum to definitions. #3748 @​pilotso11

  • Ensure compilation using musl v1.2.4. #3755 @​kleisauke

  • Ensure resize with a fit of inside respects 90/270 degree rotation. #3756

  • TypeScript: Ensure minSize property of WebpOptions is boolean. #3758 @​sho-xizz

  • Ensure withMetadata adds default sRGB profile. #3761

v0.32.4 - 21st July 2023

  • Upgrade to libvips v8.14.3 for upstream bug fixes.

  • Expose ability to (un)block low-level libvips operations by name.

  • Prebuilt binaries: restore support for tile-based output. #3581

v0.32.3 - 14th July 2023

... (truncated)

Commits


Updates @netlify/ipx from 1.3.3 to 1.4.6

Release notes

Sourced from @​netlify/ipx's releases.

v1.4.6

1.4.6 (2023-11-14)

Bug Fixes

  • deps: pin unstorage to 1.9.0 (#225) (a81e620)
  • deps: update dependency @​netlify/functions to ^2.2.0 (#207) (7ea37de)
  • deps: update dependency @​netlify/functions to ^2.2.1 (#209) (f2d4630)
  • deps: update dependency @​netlify/functions to ^2.3.0 (#211) (b981dc8)
  • deps: update dependency @​netlify/functions to ^2.4.0 (#222) (e71a227)

v1.4.5

1.4.5 (2023-10-02)

Bug Fixes

  • deps: update dependency @​netlify/functions to ^2.0.2 (#189) (1839eb1)
  • deps: update dependency @​netlify/functions to ^2.1.0 (#204) (90e707c)
  • deps: update dependency ipx to v1.3.0 (#198) (2191a92)
  • deps: update dependency node-fetch to v2.7.0 (#194) (a9e82dc)
  • deps: update dependency ufo to v1.3.0 (#195) (13afa43)
  • deps: update dependency ufo to v1.3.1 (#205) (3dec84e)
  • update to ipx@1.3.1 (#206) (fb85196)

v1.4.4

1.4.4 (2023-08-22)

Bug Fixes

  • deps: update dependency @​netlify/functions to v2 (#188) (fbdab27)
  • deps: update dependency node-fetch to v2.6.13 (#187) (9f6ad31)
  • deps: update dependency unstorage to v1.9.0 (#184) (65e6b25)

v1.4.3

1.4.3 (2023-08-10)

Bug Fixes

  • casing now matches what comes in a Netlify function via event.headers (#181) (978f4c8)
  • deps: update dependency mkdirp to v3 (#162) (d946c42)

v1.4.2

1.4.2 (2023-08-03)

Bug Fixes

... (truncated)

Changelog

Sourced from @​netlify/ipx's changelog.

1.4.6 (2023-11-14)

Bug Fixes

  • deps: pin unstorage to 1.9.0 (#225) (a81e620)
  • deps: update dependency @​netlify/functions to ^2.2.0 (#207) (7ea37de)
  • deps: update dependency @​netlify/functions to ^2.2.1 (#209) (f2d4630)
  • deps: update dependency @​netlify/functions to ^2.3.0 (#211) (b981dc8)
  • deps: update dependency @​netlify/functions to ^2.4.0 (#222) (e71a227)

1.4.5 (2023-10-02)

Bug Fixes

  • deps: update dependency @​netlify/functions to ^2.0.2 (#189) (1839eb1)
  • deps: update dependency @​netlify/functions to ^2.1.0 (#204) (90e707c)
  • deps: update dependency ipx to v1.3.0 (#198) (2191a92)
  • deps: update dependency node-fetch to v2.7.0 (#194) (a9e82dc)
  • deps: update dependency ufo to v1.3.0 (#195) (13afa43)
  • deps: update dependency ufo to v1.3.1 (#205) (3dec84e)
  • update to ipx@1.3.1 (#206) (fb85196)

1.4.4 (2023-08-22)

Bug Fixes

  • deps: update dependency @​netlify/functions to v2 (#188) (fbdab27)
  • deps: update dependency node-fetch to v2.6.13 (#187) (9f6ad31)
  • deps: update dependency unstorage to v1.9.0 (#184) (65e6b25)

1.4.3 (2023-08-10)

Bug Fixes

  • casing now matches what comes in a Netlify function via event.headers (#181) (978f4c8)
  • deps: update dependency mkdirp to v3 (#162) (d946c42)

1.4.2 (2023-08-03)

Bug Fixes

  • deps: update dependency node-fetch to v2.6.12 (#169) (6f08164)
  • deps: update dependency ufo to v1.2.0 (#177) (bee9ce2)
  • deps: update dependency unstorage to v1.7.0 (#166) (5133543)
  • deps: update dependency unstorage to v1.8.0 (#175) (f4e9933)

... (truncated)

Commits
  • d09cc8f chore(main): release 1.4.6 (#208)
  • a81e620 fix(deps): pin unstorage to 1.9.0 (#225)
  • 85c76cc chore(deps): update dependency @​types/fs-extra to v11.0.4 (#224)
  • 57424ec chore(deps): update dependency @​types/etag to v1.8.3 (#223)
  • e71a227 fix(deps): update dependency @​netlify/functions to ^2.4.0 (#222)
  • 46115bc chore(deps): update dependency jiti to v1.21.0 (#221)
  • 9faf4fd chore(deps): update dependency eslint to v8.53.0 (#220)
  • 194e162 chore(deps): update dependency @​types/node-fetch to v2.6.8 (#219)
  • bfffe93 chore(deps): update dependency eslint to v8.52.0 (#215)
  • 92af7ca chore(deps): update dependency @​types/node-fetch to v2.6.7 (#214)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/satnaing/satnaing.dev/network/alerts).
vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sat-naing-portfolio ❌ Failed (Inspect) Feb 14, 2024 8:40am