itsferdiardiansa / Oxcyn

About me and everything is surrounding me
https://ferdiardiansa.com
MIT License
1 stars 0 forks source link

Dependency Dashboard #29

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

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

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

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.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/actions/setup/action.yaml - `nrwl/nx-set-shas v4` - `pnpm/action-setup v3.0.0` - `actions/setup-node v4`
npm
apps/server/landing-api/package.json - `@apollo/server ^4.10.4` - `@graphql-tools/utils ^10.2.2` - `@nestjs/apollo ^12.1.0` - `@nestjs/common ^10.3.9` - `@nestjs/config ^3.2.2` - `@nestjs/core ^10.3.9` - `@nestjs/graphql ^12.1.1` - `@nestjs/mongoose ^10.0.6` - `@nestjs/platform-express ^10.3.9` - `class-validator ^0.14.1` - `graphql ^16.8.2` - `graphql-query-complexity ^0.12.0` - `graphql-subscriptions ^2.0.0` - `mongoose ^8.4.1` - `reflect-metadata ^0.1.14` - `rxjs ^7.8.1` - `@nestjs/cli ^10.3.2` - `@nestjs/schematics ^10.1.1` - `@nestjs/testing ^10.3.9` - `@types/express ^4.17.21` - `@types/jest ^29.5.12` - `@types/node ^20.14.2` - `@types/supertest ^6.0.2` - `@typescript-eslint/eslint-plugin ^6.21.0` - `@typescript-eslint/parser ^6.21.0` - `eslint ^8.57.0` - `eslint-config-prettier ^9.1.0` - `eslint-plugin-prettier ^5.1.3` - `jest ^29.7.0` - `prettier ^3.3.2` - `source-map-support ^0.5.21` - `supertest ^6.3.4` - `ts-jest ^29.1.4` - `ts-loader ^9.5.1` - `ts-node ^10.9.2` - `tsconfig-paths ^4.2.0` - `typescript ^5.4.5` - `pnpm 7.3.0`
apps/web/personal/package.json - `@gsap/react ^2.1.0` - `@studio-freight/react-lenis ^0.0.45` - `@tanstack/react-query ^5.24.8` - `@types/react-transition-group ^4.4.10` - `firebase ^10.7.1` - `framer-motion ^11.0.8` - `gsap ^3.12.5` - `next 14.2.0` - `react ^18.2.0` - `react-dom ^18.2.0` - `react-transition-group ^4.4.5` - `sass ^1.71.1` - `@jest/types ^29.6.3` - `@svgr/webpack ^8.1.0` - `@tailwindcss/typography ^0.5.10` - `@testing-library/jest-dom ^6.4.5` - `@testing-library/react ^15.0.7` - `@types/jest ^29.5.12` - `@types/node ^20.10.6` - `@types/react ^18.2.46` - `@types/react-dom ^18.2.18` - `autoprefixer ^10.4.16` - `eslint 8.56.0` - `eslint-config-next 14.2.0` - `jest ^29.7.0` - `jest-environment-jsdom ^29.7.0` - `postcss ^8.4.32` - `tailwindcss ^3.4.0` - `typescript ^5.3.3`
package.json - `vercel ^34.2.7` - `@commitlint/cli ^19.3.0` - `@commitlint/config-conventional ^19.2.2` - `@jest/globals ^29.7.0` - `@nx/js 18.2.4` - `@vercel/analytics ^1.3.1` - `@vercel/node ^3.1.7` - `@vercel/remote-nx ^2.0.0` - `@vercel/speed-insights ^1.0.12` - `chalk ^4.1.2` - `husky ^9.0.11` - `jest ^29.7.0` - `lint-staged ^15.2.7` - `nodemon ^3.1.3` - `nx 18.2.4` - `nyc ^15.1.0` - `prettier ^3.3.2` - `default 7.3.0`
packages/@types/oxcyn/package.json
packages/config/eslint/package.json
packages/config/ts/package.json
packages/firebase/package.json - `firebase ^10.7.1` - `typescript ^5.3.3` - `@types/node ^20.10.6` - `tslib ^2.6.2`
packages/utils/package.json - `clsx ^2.1.0` - `tailwind-merge ^2.2.1` - `typescript ^5.3.3` - `@babel/preset-env ^7.23.8` - `@babel/preset-typescript ^7.23.3` - `@types/node ^20.10.6` - `@typescript-eslint/eslint-plugin ^7.0.0` - `@typescript-eslint/parser ^7.0.0` - `eslint 8.56.0` - `eslint-config-prettier ^9.1.0` - `eslint-plugin-prettier ^5.1.3` - `rimraf ^5.0.5` - `ts-node-dev ^2.0.0`
nvm
.nvmrc

itsferdiardiansa commented 4 months ago

Just add this to skip local deps get scan and update.

"packageRule": [
    {
       "groupName": "Oxcyn packages",
       "matchPackagePrefixes": [
           "@oxcyn/"
       ],
       "enabled": false
    },
    ...
]