ci-demo-2/frontend
Renovate Bot b0d72b313c
ci/woodpecker/push/frontend Pipeline was successful Details
ci/woodpecker/push/lint_general Pipeline was successful Details
fix(deps): update remix monorepo to v2.5.1 (#42)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@remix-run/css-bundle](https://remix.run) ([source](https://github.com/remix-run/remix/tree/HEAD/packages/remix-css-bundle)) | dependencies | minor | [`2.2.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/@remix-run%2fcss-bundle/2.2.0/2.5.1) |
| [@remix-run/dev](https://remix.run) ([source](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev)) | devDependencies | minor | [`2.2.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/@remix-run%2fdev/2.2.0/2.5.1) |
| [@remix-run/eslint-config](https://github.com/remix-run/remix) ([source](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config)) | devDependencies | minor | [`2.2.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/@remix-run%2feslint-config/2.2.0/2.5.1) |
| [@remix-run/node](https://github.com/remix-run/remix) ([source](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node)) | dependencies | minor | [`2.2.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/@remix-run%2fnode/2.2.0/2.5.1) |
| [@remix-run/react](https://github.com/remix-run/remix) ([source](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react)) | dependencies | minor | [`2.2.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/@remix-run%2freact/2.2.0/2.5.1) |
| [@remix-run/serve](https://github.com/remix-run/remix) ([source](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve)) | dependencies | minor | [`2.2.0` -> `2.5.1`](https://renovatebot.com/diffs/npm/@remix-run%2fserve/2.2.0/2.5.1) |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #42
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
2024-01-29 15:58:57 +00:00
..
app feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
public feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
.eslintrc.cjs feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
.gitignore feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
.prettierignore feat: sbom-generation (#3) 2023-11-07 15:04:35 +00:00
.prettierrc feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
README.md feat: sbom-generation (#3) 2023-11-07 15:04:35 +00:00
package.json fix(deps): update remix monorepo to v2.5.1 (#42) 2024-01-29 15:58:57 +00:00
pnpm-lock.yaml fix(deps): update remix monorepo to v2.5.1 (#42) 2024-01-29 15:58:57 +00:00
remix.config.js feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
remix.env.d.ts feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
trigger-file.txt chore(deps): pin dependencies (#35) 2024-01-29 13:07:59 +00:00
tsconfig.json chore(deps): pin dependencies (#35) 2024-01-29 13:07:59 +00:00

README.md

Welcome to Remix

Development

From your terminal:

pnpm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

pnpm run build

Then run the app in production mode:

pnpm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/