From c72388fb2ebf5230ad6be560742227fe940a710f Mon Sep 17 00:00:00 2001 From: SimonShiki Date: Sun, 24 Mar 2024 09:32:32 +0000 Subject: [PATCH 1/2] :wrench: chore: add validate workflow Signed-off-by: SimonShiki --- .github/dependabot.yml | 13 +++++++++++++ .github/workflows/validate.yml | 22 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/validate.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a7a5156 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + commit-message: + prefix: ":package: chore: " diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..656c44e --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,22 @@ +name: Validate + +on: + pull_request: + push: + +jobs: + validate: + name: Validating Code + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: 18.x + cache: 'pnpm' + - name: Install + run: pnpm install --lock && pnpm run eureka:init && pnpm run build + - name: Check types + run: npx tsc --noEmit From e5276f9ebf4632876d9816578c9ed5a8f0a0c510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:34:55 +0000 Subject: [PATCH 2/2] :package: chore: Bump solid-js from 1.8.15 to 1.8.16 Bumps [solid-js](https://github.com/solidjs/solid) from 1.8.15 to 1.8.16. - [Release notes](https://github.com/solidjs/solid/releases) - [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md) - [Commits](https://github.com/solidjs/solid/compare/v1.8.15...v1.8.16) --- updated-dependencies: - dependency-name: solid-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8753370..4c812d9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@formatjs/intl": "^2.10.0", "classnames": "^2.5.1", "eventemitter3": "^5.0.1", - "solid-js": "^1.8.15" + "solid-js": "^1.8.16" }, "devDependencies": { "@babel/plugin-proposal-import-attributes-to-assertions": "^7.23.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e98237..6af45c7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^5.0.1 version: 5.0.1 solid-js: - specifier: ^1.8.15 - version: 1.8.15 + specifier: ^1.8.16 + version: 1.8.16 devDependencies: '@babel/plugin-proposal-import-attributes-to-assertions': specifier: ^7.23.3 @@ -8452,8 +8452,8 @@ packages: websocket-driver: 0.7.4 dev: true - /solid-js@1.8.15: - resolution: {integrity: sha512-d0QP/efr3UVcwGgWVPveQQ0IHOH6iU7yUhc2piy8arNG8wxKmvUy1kFxyF8owpmfCWGB87usDKMaVnsNYZm+Vw==} + /solid-js@1.8.16: + resolution: {integrity: sha512-rja94MNU9flF3qQRLNsu60QHKBDKBkVE1DldJZPIfn2ypIn3NV2WpSbGTQIvsyGPBo+9E2IMjwqnqpbgfWuzeg==} dependencies: csstype: 3.1.3 seroval: 1.0.5