Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 9renpoto/.59-node

Tags

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update vitest coverage config (#2452)

* chore: update vitest coverage config

* chore: bump biome pre-commit

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps-dev): bump the storybook group with 4 updates (#2414)

Bumps the storybook group with 4 updates: [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs), [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links), [@storybook/preact-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/preact-vite) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).


Updates `@storybook/addon-docs` from 9.1.10 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/HEAD/code/addons/docs)

Updates `@storybook/addon-links` from 9.1.10 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/HEAD/code/addons/links)

Updates `@storybook/preact-vite` from 9.1.10 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/HEAD/code/frameworks/preact-vite)

Updates `storybook` from 9.1.10 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/HEAD/code/core)

---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/preact-vite"
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-version: 9.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(web): add footer to main layout (#2405)

* feat(web): add footer to main layout

Adds the existing `Footer` component from the `@app/ui` package to the main layout of the `services/web` application.

This change also includes:
- Updating the Storybook configuration for the `Footer` component to ensure proper testing.
- Verifying the component is correctly displayed on the frontend.

* fix(web): correct footer layout and styling

This commit addresses a styling issue where the footer was not spanning the full width of the viewport on smaller screens.

- The `Footer` component in `@app/ui` has been updated to use a full-width background with a centered content container, aligning it with the layout of the `Header`.
- The `max-w-screen-lg` class has been replaced with `max-w-7xl` and `mx-auto` on an inner container to ensure consistent layout across the application.
- Responsive padding has also been adjusted.

This also includes the initial addition of the footer to the `services/web` application.

* fix: resolve footer layout and biome ci issues

This commit addresses several issues:
- A styling issue where the footer was not spanning the full width of the viewport on smaller screens.
- A failing Biome CI check due to an outdated schema and formatting errors.

The `Footer` component in `@app/ui` has been updated to use a full-width background with a centered content container, aligning it with the layout of the `Header`. The `max-w-screen-lg` class has been replaced with `max-w-7xl` and `mx-auto` on an inner container to ensure consistent layout across the application. Responsive padding has also been adjusted.

The `biome.json` schema has been migrated to the correct version, and all formatting issues have been resolved, which allows the Biome CI check to pass.

This also includes the initial addition of the footer to the `services/web` application.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2394 from 9renpoto/dependabot/npm_and_yarn/storyb…

…ook-88f1ca2607

chore(deps-dev): bump the storybook group with 4 updates

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Integrate Chromatic deployment into CI (#2372)

* feat: Integrate Chromatic deployment into CI

Adds a GitHub Actions workflow job to automatically publish Storybook to Chromatic.

- Adds the `chromatic` package to the UI workspace.
- Integrates a new `chromatic` job into the existing `node.js.yml` workflow.
- The job runs after the `build` and `quality` jobs have succeeded.
- Configures the Chromatic action to use Turbosnap (`onlyChanged: true`) for optimized builds.
- Sets the correct `workingDir` for the Storybook project.
- Updates `package-lock.json` with the new dependency.

* feat: Integrate Chromatic deployment into CI

Adds a GitHub Actions workflow job to automatically publish Storybook to Chromatic, incorporating user feedback.

- Integrates a new `chromatic` job into the existing `node.js.yml` workflow.
- The job runs after the `build` and `quality` jobs have succeeded.
- Updates `build` and `chromatic` jobs to use the latest LTS Node.js version.
- Configures the Chromatic action to use Turbosnap (`onlyChanged: true`) for optimized builds.
- The `chromatic` package is not added as a dependency, as it's handled by the `chromaui/action`.
- Sets the correct `workingDir` for the Storybook project.

* Potential fix for code scanning alert no. 16: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump actions/download-artifact from 4 to 5 (#2343)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump lucide-preact from 0.473.0 to 0.475.0 (#2278)

Bumps [lucide-preact](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-preact) from 0.473.0 to 0.475.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.475.0/packages/lucide-preact)

---
updated-dependencies:
- dependency-name: lucide-preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2260 from 9renpoto/dependabot/npm_and_yarn/vite-6…

….0.7

chore(deps-dev): bump vite from 6.0.5 to 6.0.7

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump lucide-preact from 0.460.0 to 0.468.0 (#2247)

Bumps [lucide-preact](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-preact) from 0.460.0 to 0.468.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.468.0/packages/lucide-preact)

---
updated-dependencies:
- dependency-name: lucide-preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump preactjs/compressed-size-action from 2.5.0 to 2.6.0 (…

…#2111)