1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 09:45:22 -04:00

2074 Commits

Author SHA1 Message Date
77a44fdea7
dramatically reduce the number of redis commands used for /api/hits 2025-03-28 11:26:51 -04:00
64caf0f88b
clean up middleware matcher 2025-03-28 11:06:27 -04:00
6cbe1ee814
fix repository card styling 2025-03-28 10:17:14 -04:00
264fd92379
refactor note processing functions 2025-03-28 09:22:04 -04:00
2d42a7447e
include post content in rss/atom feeds 2025-03-27 18:02:37 -04:00
a4aa15d2c5
webpack types cleanup 2025-03-27 13:37:28 -04:00
8308b635b8
apparently nextjs does NOT like when you link to a redirected route... 2025-03-27 11:57:55 -04:00
558934284e
fix /api/hits edge caching 2025-03-27 11:43:44 -04:00
0080c4925b
have hit counter start at zero during suspense, then count up 2025-03-27 10:08:18 -04:00
bbf6e9dc66 move database from postgres/prisma to redis 2025-03-27 09:21:53 -04:00
e865d9d8e5
restore local video assets now that webpack (and remark) can process them 2025-03-26 19:53:12 -04:00
dependabot[bot]
475407c6c6 📦 npm: Bump the nextjs group with 5 updates
Bumps the nextjs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.0-canary.20` | `15.3.0-canary.21` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.3.0-canary.20` | `15.3.0-canary.21` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.3.0-canary.20` | `15.3.0-canary.21` |
| [next](https://github.com/vercel/next.js) | `15.3.0-canary.20` | `15.3.0-canary.21` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.0-canary.20` | `15.3.0-canary.21` |


Updates `@next/bundle-analyzer` from 15.3.0-canary.20 to 15.3.0-canary.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.21/packages/next-bundle-analyzer)

Updates `@next/mdx` from 15.3.0-canary.20 to 15.3.0-canary.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.21/packages/next-mdx)

Updates `@next/third-parties` from 15.3.0-canary.20 to 15.3.0-canary.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.21/packages/third-parties)

Updates `next` from 15.3.0-canary.20 to 15.3.0-canary.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.0-canary.20...v15.3.0-canary.21)

Updates `eslint-config-next` from 15.3.0-canary.20 to 15.3.0-canary.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.21/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 14:18:49 -04:00
8efb4a84ee
stricter robots.txt 2025-03-24 18:51:53 -04:00
7a70057e2c
glowed up open graph images 2025-03-24 16:55:19 -04:00
0c8d6c24c1
bump some deps 2025-03-24 15:17:45 -04:00
d3250bd00e
more caching and error handling 2025-03-24 11:45:48 -04:00
8890c1d08d
dayjs ➡️ date-fns 2025-03-21 13:20:42 -04:00
9fd3de8569
json-ld improvements 2025-03-21 12:02:14 -04:00
b626955731
restore image captions in markdown with a "clever" (messy) css hack 2025-03-20 12:00:04 -04:00
3388da2d50
test the new react compiler (https://react.dev/learn/react-compiler) 2025-03-20 08:30:28 -04:00
dependabot[bot]
5814576b0b 📦 npm: Bump the nextjs group with 5 updates
Bumps the nextjs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.0-canary.13` | `15.3.0-canary.14` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.3.0-canary.13` | `15.3.0-canary.14` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.3.0-canary.13` | `15.3.0-canary.14` |
| [next](https://github.com/vercel/next.js) | `15.3.0-canary.13` | `15.3.0-canary.14` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.0-canary.13` | `15.3.0-canary.14` |


Updates `@next/bundle-analyzer` from 15.3.0-canary.13 to 15.3.0-canary.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.14/packages/next-bundle-analyzer)

Updates `@next/mdx` from 15.3.0-canary.13 to 15.3.0-canary.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.14/packages/next-mdx)

Updates `@next/third-parties` from 15.3.0-canary.13 to 15.3.0-canary.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.14/packages/third-parties)

Updates `next` from 15.3.0-canary.13 to 15.3.0-canary.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.0-canary.13...v15.3.0-canary.14)

Updates `eslint-config-next` from 15.3.0-canary.13 to 15.3.0-canary.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.14/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 06:55:29 -04:00
d714e6e99b
offload videos to vercel blob storage 2025-03-19 16:14:10 -04:00
c134ae76fd
further optimize heavier note parsing functions 2025-03-16 16:24:42 -04:00
cace19db4c
fix copy button alignment in iOS safari 2025-03-16 15:44:48 -04:00
2b4a86a900
restore YAML frontmatter 2025-03-16 15:35:01 -04:00
99ec01de0a
let vercel firewall block AI crawler bots 2025-03-15 21:39:52 -04:00
7c4144a1e7
switch to shiki for syntax highlighting 2025-03-15 21:19:57 -04:00
bc65285c08
fix stretched images 2025-03-15 09:54:49 -04:00
5ca7e6cb22
extract metadata merging logic from each page into a helper function 2025-03-14 20:16:27 -04:00
6e572a8f48
fix post title encoding 2025-03-14 15:08:00 -04:00
3932660acc
pre-render optimizations 2025-03-14 12:51:18 -04:00
e162d6a46c
dynamic opengraph images 2025-03-14 08:22:32 -04:00
4d2febd262
fix middleware headers 2025-03-13 08:43:43 -04:00
dependabot[bot]
b7436a7237 📦 npm: Bump the nextjs group with 5 updates
Bumps the nextjs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.0-canary.2` | `15.3.0-canary.3` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.3.0-canary.2` | `15.3.0-canary.3` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.3.0-canary.2` | `15.3.0-canary.3` |
| [next](https://github.com/vercel/next.js) | `15.3.0-canary.2` | `15.3.0-canary.3` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.0-canary.2` | `15.3.0-canary.3` |


Updates `@next/bundle-analyzer` from 15.3.0-canary.2 to 15.3.0-canary.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.3/packages/next-bundle-analyzer)

Updates `@next/mdx` from 15.3.0-canary.2 to 15.3.0-canary.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.3/packages/next-mdx)

Updates `@next/third-parties` from 15.3.0-canary.2 to 15.3.0-canary.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.3/packages/third-parties)

Updates `next` from 15.3.0-canary.2 to 15.3.0-canary.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.0-canary.2...v15.3.0-canary.3)

Updates `eslint-config-next` from 15.3.0-canary.2 to 15.3.0-canary.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 18:17:54 -04:00
e61ca889a7
consistent arrow functions 2025-03-12 18:10:11 -04:00
dependabot[bot]
6a57fde2f1 📦 npm: Bump the nextjs group with 5 updates
Bumps the nextjs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.3.0-canary.1` | `15.3.0-canary.2` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.3.0-canary.1` | `15.3.0-canary.2` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.3.0-canary.1` | `15.3.0-canary.2` |
| [next](https://github.com/vercel/next.js) | `15.3.0-canary.1` | `15.3.0-canary.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.3.0-canary.1` | `15.3.0-canary.2` |


Updates `@next/bundle-analyzer` from 15.3.0-canary.1 to 15.3.0-canary.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.2/packages/next-bundle-analyzer)

Updates `@next/mdx` from 15.3.0-canary.1 to 15.3.0-canary.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.2/packages/next-mdx)

Updates `@next/third-parties` from 15.3.0-canary.1 to 15.3.0-canary.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.2/packages/third-parties)

Updates `next` from 15.3.0-canary.1 to 15.3.0-canary.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.3.0-canary.1...v15.3.0-canary.2)

Updates `eslint-config-next` from 15.3.0-canary.1 to 15.3.0-canary.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.0-canary.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 15:07:10 -04:00
dependabot[bot]
883d415297 📦 npm: Bump lint-staged from 15.4.3 to 15.5.0
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.3 to 15.5.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.3...v15.5.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 15:05:56 -04:00
1647e87aba
reverse proxy to umami via middleware 2025-03-12 12:09:21 -04:00
dependabot[bot]
b8b3a95c67 📦 npm: Bump @babel/runtime in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime).


Updates `@babel/runtime` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 10:59:11 -04:00
5b2caf4a96
add stylelint 2025-03-12 09:44:06 -04:00
8e89701453
lucide icons 2025-03-11 21:18:41 -04:00
dependabot[bot]
42d9470480 📦 npm: Bump the prisma group with 2 updates
Bumps the prisma group with 2 updates: [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/client` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.5.0/packages/client)

Updates `prisma` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.5.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prisma
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-11 14:43:44 -04:00
125a6932c2
vercel analytics ➡️ umami 2025-03-11 14:28:29 -04:00
dependabot[bot]
fa54a4f978 📦 npm: Bump the nextjs group with 5 updates
Bumps the nextjs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.2.2-canary.5` | `15.2.2-canary.6` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.2.2-canary.5` | `15.2.2-canary.6` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.2.2-canary.5` | `15.2.2-canary.6` |
| [next](https://github.com/vercel/next.js) | `15.2.2-canary.5` | `15.2.2-canary.6` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.2-canary.5` | `15.2.2-canary.6` |


Updates `@next/bundle-analyzer` from 15.2.2-canary.5 to 15.2.2-canary.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.6/packages/next-bundle-analyzer)

Updates `@next/mdx` from 15.2.2-canary.5 to 15.2.2-canary.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.6/packages/next-mdx)

Updates `@next/third-parties` from 15.2.2-canary.5 to 15.2.2-canary.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.6/packages/third-parties)

Updates `next` from 15.2.2-canary.5 to 15.2.2-canary.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.2-canary.5...v15.2.2-canary.6)

Updates `eslint-config-next` from 15.2.2-canary.5 to 15.2.2-canary.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 10:41:41 -04:00
e166c63988
remove react-spring dependency 2025-03-08 23:13:32 -05:00
6f31bc53c8
fix automatic image blurring 2025-03-08 13:51:26 -05:00
2d6fc82f71
fresh <PageTitle> look 2025-03-08 13:09:29 -05:00
dependabot[bot]
5cfa86f690 📦 npm: Bump the nextjs group with 5 updates
Bumps the nextjs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.2.2-canary.3` | `15.2.2-canary.4` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `15.2.2-canary.3` | `15.2.2-canary.4` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.2.2-canary.3` | `15.2.2-canary.4` |
| [next](https://github.com/vercel/next.js) | `15.2.2-canary.3` | `15.2.2-canary.4` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.2-canary.3` | `15.2.2-canary.4` |


Updates `@next/bundle-analyzer` from 15.2.2-canary.3 to 15.2.2-canary.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/next-bundle-analyzer)

Updates `@next/mdx` from 15.2.2-canary.3 to 15.2.2-canary.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/next-mdx)

Updates `@next/third-parties` from 15.2.2-canary.3 to 15.2.2-canary.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/third-parties)

Updates `next` from 15.2.2-canary.3 to 15.2.2-canary.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.2-canary.3...v15.2.2-canary.4)

Updates `eslint-config-next` from 15.2.2-canary.3 to 15.2.2-canary.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.2-canary.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@next/third-parties"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-08 13:02:31 -05:00
a21206eaa5
allow react to properly merge/dedupe homepage inline styles
https://react.dev/reference/react-dom/components/style#rendering-an-inline-css-stylesheet
2025-03-08 10:34:57 -05:00
9229f92c0c
a bit more cleanup 2025-03-07 14:56:49 -05:00