Giter Site home page Giter Site logo

the-guild-org / shared-config Goto Github PK

View Code? Open in Web Editor NEW
30.0 8.0 7.0 2.26 MB

A collection of config, setups, pipelines and GitHub Actions we use in our tools

Home Page: https://github.com/the-guild-org/Stack/discussions/19

License: MIT License

JavaScript 45.75% TypeScript 54.25%
eslint-config prettier-config code-standards github-actions javascript shared-configuration typescript the-guild

shared-config's People

Contributors

ardatan avatar charlypoly avatar dimamachina avatar dotansimha avatar eddeee888 avatar emrysmyrddin avatar enisdenjo avatar gilgardosh avatar github-actions[bot] avatar kamilkisiela avatar n1ru4l avatar renovate[bot] avatar saihaj avatar theguild-bot avatar yassineldeeb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shared-config's Issues

Bot/Comment for releasing community PR as canary

Today we cannot easily publish contributor PRs as canaries because the workflows don't have access to our GitHub secrets (which is fine).

Instead we should have a way of pinging a bot that will import the branch into our repository and then release canary from there, and then comment on the original PR.

Allow for passing version number for package manger

Instead of doing based on packageManager for version we should have a new input that can be used to pin a version number.

In graph-tooling it uses pnpm as main package manager but some of integration tests use yarn and if yarn install is run in the CI where we pin with packageManager that makes it very cryptic to debug. Instead I force the version number using engines in package.json then being able to just define as an input to CI job would be sufficient

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm @types/marked Unavailable

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/algolia-integrity.yml
  • actions/checkout v4
  • marocchino/sticky-pull-request-comment v2
  • ubuntu 22.04
.github/workflows/algolia-publish.yml
  • actions/checkout v4
  • EndBug/add-and-commit v9
  • ubuntu 22.04
.github/workflows/changesets-dependencies.yaml
  • actions/checkout v4
  • ubuntu 22.04
.github/workflows/ci-node-matrix.yml
  • actions/checkout v4
  • ubuntu 22.04
  • ubuntu 22.04
.github/workflows/ci.yml
  • actions/checkout v4
  • ubuntu 22.04
.github/workflows/lint.yml
  • actions/checkout v4
  • ataylorme/eslint-annotate-action v2
  • ubuntu 22.04
.github/workflows/release-snapshot.yml
  • actions/checkout v4
  • the-guild-org/changesets-snapshot-action v0.0.1
  • ubuntu 22.04
.github/workflows/release-stable.yml
  • actions/checkout v4
  • dotansimha/changesets-action v1.5.2
  • ubuntu 22.04
setup/action.yml
  • styfle/cancel-workflow-action 0.12.1
  • pnpm/action-setup v4.0.0
  • actions/setup-node v4
website-cf/action.yml
  • cloudflare/pages-action v1.5.0
  • peter-evans/find-comment v3
  • peter-evans/create-or-update-comment v4
npm
package.json
  • @changesets/changelog-github 0.5.0
  • @changesets/cli 2.27.7
  • @shopify/eslint-plugin 45.0.0
  • @types/eslint 8.56.11
  • @types/node 20.14.10
  • cspell 8.10.4
  • eslint 8.57.0
  • eslint-remote-tester 3.0.1
  • prettier 3.3.3
  • ts-node 10.9.2
  • typescript 5.5.3
  • node >=21.6
  • pnpm >=9.0.6
  • pnpm 9.6.0
packages/eslint-config/package.json
  • @rushstack/eslint-patch ^1.6.1
  • @typescript-eslint/eslint-plugin ^7.0.0
  • @typescript-eslint/parser ^7.0.0
  • eslint-config-prettier ^9.1.0
  • eslint-import-resolver-typescript ^3.6.1
  • eslint-plugin-import ^2.29.1
  • eslint-plugin-jsonc ^2.11.1
  • eslint-plugin-jsx-a11y ^6.8.0
  • eslint-plugin-mdx ^3.0.0
  • eslint-plugin-n ^17.0.0
  • eslint-plugin-promise ^6.1.1
  • eslint-plugin-react ^7.33.2
  • eslint-plugin-react-hooks ^4.6.0
  • eslint-plugin-sonarjs ^1.0.0
  • eslint-plugin-unicorn ^55.0.0
  • eslint-plugin-yml ^1.11.0
  • eslint ^8
  • typescript ^5
packages/prettier-config/package.json
  • @ianvs/prettier-plugin-sort-imports 4.3.1
  • prettier-plugin-pkg ^0.18.0
  • prettier-plugin-sh ^0.14.0
  • prettier ^3
packages/tailwind-config/package.json
  • autoprefixer ^10.4.19
  • cssnano ^7.0.0
  • postcss ^8.4.38
  • postcss-import ^16.1.0
  • tailwindcss ^3.4.3
  • postcss-load-config 6.0.1
  • tsup ^8.0.2
release-trackback/package.json
  • @actions/core 1.10.1
  • @actions/github 6.0.0
  • marked 12.0.2
  • semver 7.6.2
  • @types/marked 6.0.0
  • @types/node 20.14.10
  • @types/semver 7.5.8
  • @vercel/ncc 0.38.1
  • typescript 5.5.3

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.