emulsify-ds / emulsify-website

Built with NextJS, Tailwind, and Contentful
https://emulsify.info
3 stars 0 forks source link

chore(deps): bump postcss and next #124

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss and next. These dependencies need to be updated together.

Updates postcss from 8.4.23 to 8.4.31

Release notes

Sourced from [postcss's releases](https://github.com/postcss/postcss/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.
Changelog

Sourced from [postcss's changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md).

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.
Commits
  • 90208de Release 8.4.31 version
  • 58cc860 Fix carrier return parsing
  • 4fff8e4 Improve pnpm test output
  • cd43ed1 Update dependencies
  • caa916b Update dependencies
  • 8972f76 Typo
  • 11a5286 Typo
  • 45c5501 Release 8.4.30 version
  • bc3c341 Update linter
  • b2be58a Merge pull request [#1881](https://redirect.github.com/postcss/postcss/issues/1881) from romainmenke/improve-sourcemap-performance--phil...
  • Additional commits viewable in [compare view](https://github.com/postcss/postcss/compare/8.4.23...8.4.31)


Updates postcss from 8.4.14 to 8.4.31

Release notes

Sourced from [postcss's releases](https://github.com/postcss/postcss/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.
Changelog

Sourced from [postcss's changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md).

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.
Commits
  • 90208de Release 8.4.31 version
  • 58cc860 Fix carrier return parsing
  • 4fff8e4 Improve pnpm test output
  • cd43ed1 Update dependencies
  • caa916b Update dependencies
  • 8972f76 Typo
  • 11a5286 Typo
  • 45c5501 Release 8.4.30 version
  • bc3c341 Update linter
  • b2be58a Merge pull request [#1881](https://redirect.github.com/postcss/postcss/issues/1881) from romainmenke/improve-sourcemap-performance--phil...
  • Additional commits viewable in [compare view](https://github.com/postcss/postcss/compare/8.4.23...8.4.31)


Updates next from 13.0.2 to 13.5.4

Release notes

Sourced from [next's releases](https://github.com/vercel/next.js/releases).

v13.5.4

Core Changes

  • chore: NextJS -> Next.js: [#55961](https://redirect.github.com/vercel/next.js/issues/55961)
  • fix-failed-to-generate-self-signed-certificate issue:[#55891](https://redirect.github.com/vercel/next.js/issues/55891): [#55947](https://redirect.github.com/vercel/next.js/issues/55947)
  • Remove .test.js from dist: [#55946](https://redirect.github.com/vercel/next.js/issues/55946)
  • Turbopack next/font/google: don't insert css rules for multiple weights or styles: [#55852](https://redirect.github.com/vercel/next.js/issues/55852)
  • Fix stale revalidate stream handling: [#55978](https://redirect.github.com/vercel/next.js/issues/55978)
  • turbopack: improve turbopack/test stability: [#56024](https://redirect.github.com/vercel/next.js/issues/56024)
  • Mark testmode fetches internal: [#56036](https://redirect.github.com/vercel/next.js/issues/56036)
  • chore: Remove 'beta.' Subdomain from beta.nextjs.org Links: [#55924](https://redirect.github.com/vercel/next.js/issues/55924)
  • Remove experimental.sharedPool: [#56021](https://redirect.github.com/vercel/next.js/issues/56021)
  • fix(worker): pass env to build worker w/ config.experimental.workerThreads: [#55257](https://redirect.github.com/vercel/next.js/issues/55257)
  • Update swc_core to v0.83.26: [#55780](https://redirect.github.com/vercel/next.js/issues/55780)
  • Revert "Update swc_core to v0.83.26": [#56077](https://redirect.github.com/vercel/next.js/issues/56077)
  • fix reporting of illegal segments when directory only contains irrelevant files: [#56076](https://redirect.github.com/vercel/next.js/issues/56076)
  • Make permanentRedirect return 308 in route handlers: [#56065](https://redirect.github.com/vercel/next.js/issues/56065)
  • Remove unneeded next-dev js in next-core: [#56039](https://redirect.github.com/vercel/next.js/issues/56039)
  • Fix: Use boolean instead of false for experimental logging config: [#56110](https://redirect.github.com/vercel/next.js/issues/56110)
  • chore: remove chalk in favor of picocolors: [#55992](https://redirect.github.com/vercel/next.js/issues/55992)
  • Revert: "Generate prefetch RSC payload during build for SSR paths ([#54403](https://redirect.github.com/vercel/next.js/issues/54403))": [#56059](https://redirect.github.com/vercel/next.js/issues/56059)
  • fetching logging on edge: [#56108](https://redirect.github.com/vercel/next.js/issues/56108)
  • Optimize build trace handling: [#56048](https://redirect.github.com/vercel/next.js/issues/56048)
  • Update font data: [#56121](https://redirect.github.com/vercel/next.js/issues/56121)
  • feat(turbopack): port bloom filter to nexturbo: [#55678](https://redirect.github.com/vercel/next.js/issues/55678)
  • Fixes performance problems due to TaskScopes: [#55721](https://redirect.github.com/vercel/next.js/issues/55721)
  • perf: remove react dom legacy from app router: [#56082](https://redirect.github.com/vercel/next.js/issues/56082)
  • perf: replace zod with superstruct: [#56083](https://redirect.github.com/vercel/next.js/issues/56083)
  • perf: externalise ws for bundled server: [#56095](https://redirect.github.com/vercel/next.js/issues/56095)
  • misc: refactor node utils: [#56096](https://redirect.github.com/vercel/next.js/issues/56096)
  • Add support for skipTrailingSlashRedirect and skipMiddlewareUrlNormalize in Turbopack: [#56147](https://redirect.github.com/vercel/next.js/issues/56147)
  • Add experimental.scrollRestoration for Turbopack: [#56150](https://redirect.github.com/vercel/next.js/issues/56150)
  • misc: refactor handleExternals: [#56161](https://redirect.github.com/vercel/next.js/issues/56161)
  • perf: add option to bundle pages externals: [#56162](https://redirect.github.com/vercel/next.js/issues/56162)
  • Allow jest to run with use server directive: [#56148](https://redirect.github.com/vercel/next.js/issues/56148)
  • Update experimental compile cache handling: [#56139](https://redirect.github.com/vercel/next.js/issues/56139)
  • App render related code clean up: [#56178](https://redirect.github.com/vercel/next.js/issues/56178)
  • Add support for i18n config in Turbopack: [#56182](https://redirect.github.com/vercel/next.js/issues/56182)
  • Implement list of config options for Turbopack: [#56188](https://redirect.github.com/vercel/next.js/issues/56188)
  • Turbopack: add support for an assetPrefix and basePath: [#56058](https://redirect.github.com/vercel/next.js/issues/56058)
  • update turbopack: [#56197](https://redirect.github.com/vercel/next.js/issues/56197)
  • Update supported options list to reflect [#56188](https://redirect.github.com/vercel/next.js/issues/56188): [#56200](https://redirect.github.com/vercel/next.js/issues/56200)
  • Add support for experimental.logging.level in Turbopack: [#56201](https://redirect.github.com/vercel/next.js/issues/56201)
  • Add next.config.js options to turbopack warning file: [#56207](https://redirect.github.com/vercel/next.js/issues/56207)
  • fix: @​libsql/client build error: [#56192](https://redirect.github.com/vercel/next.js/issues/56192)
  • chore: bump postcss: [#56225](https://redirect.github.com/vercel/next.js/issues/56225)
  • Add additional handling for experimental-compile: [#56224](https://redirect.github.com/vercel/next.js/issues/56224)
  • Drop ipc server headers filters: [#56226](https://redirect.github.com/vercel/next.js/issues/56226)
  • only override NODE_EXTRA_CA_CERTS when using experimental https flag: [#56252](https://redirect.github.com/vercel/next.js/issues/56252)
  • Pass same mangling option as terser to SWC minifier: [#56281](https://redirect.github.com/vercel/next.js/issues/56281)

... (truncated)

Commits
  • 1e8dca4 v13.5.4
  • 9e24d6f v13.5.4-canary.11
  • 281ae41 Fix build output logging order ([#56335](https://redirect.github.com/vercel/next.js/issues/56335))
  • d7626ff Revert "misc: shortcut styled-jsx in external resolution ([#56291](https://redirect.github.com/vercel/next.js/issues/56291))" ([#56334](https://redirect.github.com/vercel/next.js/issues/56334))
  • db48052 v13.5.4-canary.10
  • 7df92b8 test: add flaky turbopack integration tests to manifest ([#56309](https://redirect.github.com/vercel/next.js/issues/56309))
  • eeb9b33 fix: Invalid URL (404) provided on server actions error ([#56323](https://redirect.github.com/vercel/next.js/issues/56323))
  • 3172cfe fix: support both decoded and encoded url requests of conventioned files ([#56](https://redirect.github.com/vercel/next.js/issues/56)...
  • a2f9ef5 fix(next/client): keep hash when navigating from app to pages router ([#56223](https://redirect.github.com/vercel/next.js/issues/56223))
  • a970f28 Add code freeze GitHub actions for releasing ([#56325](https://redirect.github.com/vercel/next.js/issues/56325))
  • Additional commits viewable in [compare view](https://github.com/vercel/next.js/compare/v13.0.2...v13.5.4)


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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) * `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) * `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/emulsify-ds/emulsify-website/network/alerts).

┆Issue is synchronized with this Clickup task by Unito

dependabot[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.