chore: Configure Renovate #1

Merged
realaravinth merged 1 commit from renovate/configure into master 2024-06-04 13:08:26 +05:30
Member

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/linux.yml (github-actions)
  • package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Enable Renovate Dependency Dashboard creation.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 23 Pull Requests:

chore(deps): update dependency @​types/jest to v29.5.12
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-monorepo
  • Merge into: master
  • Upgrade @types/jest to 29.5.12
chore(deps): update dependency @​types/jsdom to v21.1.7
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-21.x-lockfile
  • Merge into: master
  • Upgrade @types/jsdom to 21.1.7
chore(deps): update dependency rimraf to v5.0.7
  • Schedule: ["at any time"]
  • Branch name: renovate/rimraf-5.x-lockfile
  • Merge into: master
  • Upgrade rimraf to 5.0.7
chore(deps): update dependency sinon to v17.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/sinon-17.x-lockfile
  • Merge into: master
  • Upgrade sinon to 17.0.1
chore(deps): update dependency ts-jest to v29.1.4
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-jest-29.x-lockfile
  • Merge into: master
  • Upgrade ts-jest to 29.1.4
chore(deps): update dependency ts-loader to v9.5.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-loader-9.x-lockfile
  • Merge into: master
  • Upgrade ts-loader to 9.5.1
chore(deps): update dependency ts-node to v10.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-10.x-lockfile
  • Merge into: master
  • Upgrade ts-node to 10.9.2
chore(deps): update dependency typedoc to v0.25.13
  • Schedule: ["at any time"]
  • Branch name: renovate/typedoc-0.x-lockfile
  • Merge into: master
  • Upgrade typedoc to 0.25.13
chore(deps): update dependency webpack-dev-server to v4.15.2
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-dev-server-4.x-lockfile
  • Merge into: master
  • Upgrade webpack-dev-server to 4.15.2
chore(deps): update dependency @​types/node to v20.14.1
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x-lockfile
  • Merge into: master
  • Upgrade @types/node to 20.14.1
chore(deps): update dependency eslint to v8.57.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: master
  • Upgrade eslint to 8.57.0
chore(deps): update dependency typescript to v5.4.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x-lockfile
  • Merge into: master
  • Upgrade typescript to 5.4.5
chore(deps): update dependency webpack to v5.91.0
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-5.x-lockfile
  • Merge into: master
  • Upgrade webpack to 5.91.0
chore(deps): update dependency webpack-cli to v4.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-4.x-lockfile
  • Merge into: master
  • Upgrade webpack-cli to 4.10.0
chore(deps): update typescript-eslint monorepo to v6.21.0
chore(deps): update dependency @​types/sinon to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/sinon-17.x
  • Merge into: master
  • Upgrade @types/sinon to ^17.0.0
chore(deps): update dependency copy-webpack-plugin to v12
  • Schedule: ["at any time"]
  • Branch name: renovate/copy-webpack-plugin-12.x
  • Merge into: master
  • Upgrade copy-webpack-plugin to ^12.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency jsdom to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/jsdom-24.x
  • Merge into: master
  • Upgrade jsdom to ^24.0.0
chore(deps): update dependency sinon to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/sinon-18.x
  • Merge into: master
  • Upgrade sinon to ^18.0.0
chore(deps): update dependency webpack-cli to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-5.x
  • Merge into: master
  • Upgrade webpack-cli to ^5.0.0
chore(deps): update dependency webpack-dev-server to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-dev-server-5.x
  • Merge into: master
  • Upgrade webpack-dev-server to ^5.0.0
chore(deps): update typescript-eslint monorepo to v7 (major)

Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Renovate Bot.

Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `.github/workflows/linux.yml` (github-actions) * `package.json` (npm) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Enable Renovate Dependency Dashboard creation. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Enable Renovate Dependency Dashboard creation. 🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### What to Expect With your current configuration, Renovate will create 23 Pull Requests: <details> <summary>chore(deps): update dependency @&#8203;types/jest to v29.5.12</summary> - Schedule: ["at any time"] - Branch name: `renovate/jest-monorepo` - Merge into: `master` - Upgrade [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) to `29.5.12` </details> <details> <summary>chore(deps): update dependency @&#8203;types/jsdom to v21.1.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/jsdom-21.x-lockfile` - Merge into: `master` - Upgrade [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped) to `21.1.7` </details> <details> <summary>chore(deps): update dependency rimraf to v5.0.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/rimraf-5.x-lockfile` - Merge into: `master` - Upgrade [rimraf](https://github.com/isaacs/rimraf) to `5.0.7` </details> <details> <summary>chore(deps): update dependency sinon to v17.0.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/sinon-17.x-lockfile` - Merge into: `master` - Upgrade [sinon](https://github.com/sinonjs/sinon) to `17.0.1` </details> <details> <summary>chore(deps): update dependency ts-jest to v29.1.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/ts-jest-29.x-lockfile` - Merge into: `master` - Upgrade [ts-jest](https://github.com/kulshekhar/ts-jest) to `29.1.4` </details> <details> <summary>chore(deps): update dependency ts-loader to v9.5.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/ts-loader-9.x-lockfile` - Merge into: `master` - Upgrade [ts-loader](https://github.com/TypeStrong/ts-loader) to `9.5.1` </details> <details> <summary>chore(deps): update dependency ts-node to v10.9.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/ts-node-10.x-lockfile` - Merge into: `master` - Upgrade [ts-node](https://github.com/TypeStrong/ts-node) to `10.9.2` </details> <details> <summary>chore(deps): update dependency typedoc to v0.25.13</summary> - Schedule: ["at any time"] - Branch name: `renovate/typedoc-0.x-lockfile` - Merge into: `master` - Upgrade [typedoc](https://github.com/TypeStrong/TypeDoc) to `0.25.13` </details> <details> <summary>chore(deps): update dependency webpack-dev-server to v4.15.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-dev-server-4.x-lockfile` - Merge into: `master` - Upgrade [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to `4.15.2` </details> <details> <summary>chore(deps): update dependency @&#8203;types/node to v20.14.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-20.x-lockfile` - Merge into: `master` - Upgrade [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) to `20.14.1` </details> <details> <summary>chore(deps): update dependency eslint to v8.57.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-monorepo` - Merge into: `master` - Upgrade [eslint](https://github.com/eslint/eslint) to `8.57.0` </details> <details> <summary>chore(deps): update dependency typescript to v5.4.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-5.x-lockfile` - Merge into: `master` - Upgrade [typescript](https://github.com/Microsoft/TypeScript) to `5.4.5` </details> <details> <summary>chore(deps): update dependency webpack to v5.91.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-5.x-lockfile` - Merge into: `master` - Upgrade [webpack](https://github.com/webpack/webpack) to `5.91.0` </details> <details> <summary>chore(deps): update dependency webpack-cli to v4.10.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-cli-4.x-lockfile` - Merge into: `master` - Upgrade [webpack-cli](https://github.com/webpack/webpack-cli) to `4.10.0` </details> <details> <summary>chore(deps): update typescript-eslint monorepo to v6.21.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-eslint-monorepo` - Merge into: `master` - Upgrade [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) to `6.21.0` - Upgrade [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) to `6.21.0` </details> <details> <summary>chore(deps): update dependency @&#8203;types/sinon to v17</summary> - Schedule: ["at any time"] - Branch name: `renovate/sinon-17.x` - Merge into: `master` - Upgrade [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped) to `^17.0.0` </details> <details> <summary>chore(deps): update dependency copy-webpack-plugin to v12</summary> - Schedule: ["at any time"] - Branch name: `renovate/copy-webpack-plugin-12.x` - Merge into: `master` - Upgrade [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) to `^12.0.0` </details> <details> <summary>chore(deps): update dependency eslint to v9</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-eslint-monorepo` - Merge into: `master` - Upgrade [eslint](https://github.com/eslint/eslint) to `^9.0.0` </details> <details> <summary>chore(deps): update dependency jsdom to v24</summary> - Schedule: ["at any time"] - Branch name: `renovate/jsdom-24.x` - Merge into: `master` - Upgrade [jsdom](https://github.com/jsdom/jsdom) to `^24.0.0` </details> <details> <summary>chore(deps): update dependency sinon to v18</summary> - Schedule: ["at any time"] - Branch name: `renovate/sinon-18.x` - Merge into: `master` - Upgrade [sinon](https://github.com/sinonjs/sinon) to `^18.0.0` </details> <details> <summary>chore(deps): update dependency webpack-cli to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-cli-5.x` - Merge into: `master` - Upgrade [webpack-cli](https://github.com/webpack/webpack-cli) to `^5.0.0` </details> <details> <summary>chore(deps): update dependency webpack-dev-server to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/webpack-dev-server-5.x` - Merge into: `master` - Upgrade [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to `^5.0.0` </details> <details> <summary>chore(deps): update typescript-eslint monorepo to v7 (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-typescript-eslint-monorepo` - Merge into: `master` - Upgrade [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) to `^7.0.0` - Upgrade [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) to `^7.0.0` </details> --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:388f0426bb11a51b7bc01c1d8659c05ffc5d272c9b8aa8a8bdffc0dd2574fce7-->
renovate-bot added the
renovate-bot
label 2024-06-04 13:06:38 +05:30
renovate-bot added 1 commit 2024-06-04 13:06:38 +05:30
realaravinth merged commit 7eab26e00d into master 2024-06-04 13:08:26 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/pow_sha256-polyfill#1
No description provided.