Skip to content

Commit 938dd32

Browse files
Chore(version): release/0.1.1 (#1576)
* feat(workflows): add dependabot * Bump the npm_and_yarn group across 1 directory with 10 updates (#1575) * Bump the npm_and_yarn group across 1 directory with 10 updates Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `8.20.0` | `9.9.0` | | [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.25` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.1` | `7.26.10` | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` | | [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.11` | Updates `@sentry/nextjs` from 8.20.0 to 9.9.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.20.0...9.9.0) Updates `next` from 14.1.4 to 14.2.25 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.1.4...v14.2.25) Updates `@babel/helpers` from 7.24.8 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-helpers) Updates `@babel/runtime` from 7.24.1 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) Updates `@sentry/browser` from 8.20.0 to 9.9.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.20.0...9.9.0) Updates `@sentry/node` from 8.20.0 to 9.9.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.20.0...9.9.0) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `cross-spawn` from 7.0.3 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) Updates `nanoid` from 3.3.7 to 3.3.11 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.11) Updates `rollup` from 3.29.4 to 4.35.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v3.29.4...v4.35.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@sentry/browser" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@sentry/node" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * fix(config): fix next config * chore(config): sourcemaps are disabled on prd by default --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Sun <jsun1590@gmail.com> * chore(version): bump version to 0.1.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e511247 commit 938dd32

5 files changed

Lines changed: 1264 additions & 997 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

next.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ await import("./src/env.js")
66
import { withSentryConfig } from "@sentry/nextjs"
77

88
/** @type {import("next").NextConfig} */
9-
const config = {
10-
experimental: {
11-
instrumentationHook: true,
12-
},
13-
}
9+
const config = {}
1410

1511
export default withSentryConfig(config, {
1612
telemetry: false,
@@ -36,9 +32,6 @@ export default withSentryConfig(config, {
3632
// side errors will fail.
3733
tunnelRoute: "/monitoring",
3834

39-
// Hides source maps from generated client bundles
40-
hideSourceMaps: true,
41-
4235
// Automatically tree-shake Sentry logger statements to reduce bundle size
4336
disableLogger: true,
4437

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -41,7 +41,7 @@
4141
"@radix-ui/react-toggle": "1.0.3",
4242
"@radix-ui/react-toggle-group": "1.0.4",
4343
"@radix-ui/react-tooltip": "1.0.7",
44-
"@sentry/nextjs": "8.20.0",
44+
"@sentry/nextjs": "9.9.0",
4545
"@square/web-sdk": "2.0.1",
4646
"@t3-oss/env-nextjs": "0.9.2",
4747
"@tailwindcss/container-queries": "0.1.1",
@@ -64,7 +64,7 @@
6464
"drizzle-orm": "0.30.6",
6565
"framer-motion": "11.0.24",
6666
"mapbox-gl": "3.2.0",
67-
"next": "14.1.4",
67+
"next": "14.2.25",
6868
"next-themes": "0.3.0",
6969
"react": "18.3.1",
7070
"react-day-picker": "8.10.0",

0 commit comments

Comments
 (0)