brave / brave-talk

Unlimited private video calls with your friends and colleagues
Mozilla Public License 2.0
123 stars 35 forks source link

Update all non-major dependencies #1528

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
html-webpack-plugin 5.6.0 -> 5.6.2 age adoption passing confidence
i18next (source) 23.16.0 -> 23.16.1 age adoption passing confidence
npm-run-all2 6.2.3 -> 6.2.4 age adoption passing confidence

Release Notes

jantimon/html-webpack-plugin (html-webpack-plugin) ### [`v5.6.2`](https://redirect.github.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#562-2024-10-17) [Compare Source](https://redirect.github.com/jantimon/html-webpack-plugin/compare/v5.6.1...v5.6.2) ### [`v5.6.1`](https://redirect.github.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#561-2024-10-17) [Compare Source](https://redirect.github.com/jantimon/html-webpack-plugin/compare/v5.6.0...v5.6.1)
i18next/i18next (i18next) ### [`v23.16.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23161) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.16.0...v23.16.1) - perf: Optimize size of Formatter [2247](https://redirect.github.com/i18next/i18next/pull/2247)
bcomnes/npm-run-all2 (npm-run-all2) ### [`v6.2.4`](https://redirect.github.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v624) [Compare Source](https://redirect.github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4) ##### Merged - Switch to JS-based `which` command [`#154`](https://redirect.github.com/bcomnes/npm-run-all2/pull/154) ##### Fixed - Switch to JS-based `which` command [`#153`](https://redirect.github.com/bcomnes/npm-run-all2/issues/153)

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 3 weeks ago

[puLL-Merge] - jantimon/html-webpack-plugin@v5.6.0..v5.6.2

Here's a description of the changes in this pull request:

Description

This PR makes several changes to improve code quality, development setup, and project configuration:

  1. Adds ESLint, Prettier, CSpell, and CommitLint configurations for code linting and formatting.
  2. Updates GitHub Actions workflow to include linting and security checks.
  3. Removes the separate hooks.js file and integrates its functionality directly into the main index.js.
  4. Updates various dependencies and devDependencies.
  5. Refactors and improves code style across multiple files, including better TypeScript typing.
  6. Adds new scripts in package.json for linting, formatting, and testing.
  7. Updates documentation and examples to reflect current best practices.
Changes ### Changes 1. `.cspell.json`: Added for spell checking configuration. 2. `.editorconfig`: Updated with more specific settings. 3. `.eslintrc.js`: Added for ESLint configuration. 4. `.github/workflows/main.yml`: Updated with new jobs for linting and security checks. 5. `.gitignore`: Added entries for IDE files and linting caches. 6. `.husky/`: Added pre-commit and commit-msg hooks. 7. `.prettierignore`: Added to exclude certain files from Prettier formatting. 8. `CHANGELOG.md`: Updated with recent changes. 9. `README.md`: Minor formatting improvements. 10. `commitlint.config.js`: Added for commit message linting. 11. `index.js`: Major refactoring, including removal of separate hooks file and integration of its functionality. 12. `lib/`: Various files updated with improved code style and formatting. 13. `lint-staged.config.js`: Added for running linters on staged files. 14. `package.json`: Updated dependencies, added new scripts for development workflows. 15. `spec/`: Test files updated with improved formatting and minor refactoring. 16. `tsconfig.json`: Minor updates to TypeScript configuration. 17. `typings.d.ts`: Added `getCompilationHooks` method to type definitions.

Possible Issues

Security Hotspots

No significant security issues were introduced or addressed in this PR. The main security-related change is the addition of a security audit step in the GitHub Actions workflow.