Skip to content

Bump flat and mocha - #5

Open
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/npm_and_yarn/flat-and-mocha-5.0.2
Open

Bump flat and mocha#5
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/npm_and_yarn/flat-and-mocha-5.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 30, 2022

Copy link
Copy Markdown
Contributor

Bumps flat to 5.0.2 and updates ancestor dependency mocha. These dependencies need to be updated together.

Updates flat from 4.1.1 to 5.0.2

Commits
  • e5ffd66 Release 5.0.2
  • fdb79d5 Update dependencies, refresh lockfile, format with standard.
  • e52185d Test against node 14 in CI.
  • 0189cb1 Avoid arrow function syntax.
  • f25d3a1 Release 5.0.1
  • 54cc7ad use standard formatting
  • 779816e drop dependencies
  • 2eea6d3 Bump lodash from 4.17.15 to 4.17.19
  • a61a554 Bump acorn from 7.1.0 to 7.4.0
  • 20ef0ef Fix prototype pollution on unflatten
  • Additional commits viewable in compare view

Updates mocha from 6.2.3 to 10.2.0

Release notes

Sourced from mocha's releases.

v10.2.0

10.2.0 / 2022-12-11

🎉 Enhancements

  • #4945: API: add possibility to decorate ESM name before import (@​j0tunn)

🐛 Fixes

📖 Documentation

v10.1.0

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

v10.0.0

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

... (truncated)

Changelog

Sourced from mocha's changelog.

10.2.0 / 2022-12-11

🎉 Enhancements

  • #4945: API: add possibility to decorate ESM name before import (@​j0tunn)

🐛 Fixes

📖 Documentation

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `flat` from 4.1.1 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](hughsk/flat@4.1.1...5.0.2)

Updates `mocha` from 6.2.3 to 10.2.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v6.2.3...v10.2.0)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
@bitifet

bitifet commented Jul 29, 2026

Copy link
Copy Markdown
Owner

@copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios.

Ya que estás, tras hacer el commit de los cambios, aprovecha para abrir otra rama y darle una buena revisión a la documentación, puedes reorganizarla si lo consideras necesario, de modo que sea mas manejable y fácil de entender.

Aprovecha también para crear el fichero AGENTS.md y otro de skills para facilitar el uso de la libreria a otros agentes.

Incluye en la documentación las indicaciones necesarias para utilizar el skill.

Luego me haces pull request con todo.

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown

@bitifet I've opened a new pull request, #6, to work on those changes. Once the pull request is ready, I'll request review from you.

@bitifet

bitifet commented Jul 29, 2026

Copy link
Copy Markdown
Owner

@copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios.

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown

@copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios.

Merge conflicts have been resolved. The conflict was in package-lock.json due to master advancing to 1.0.0-32 (Webpack 5 compatibility) while this branch bumped flat to 5.0.2 and mocha to 10.2.0. I merged master into this branch, regenerated package-lock.json via npm install, and all 13 tests pass.

@copilot, corrige los conflictos de fusión mediante combinación en esta solicitud de cambios.

Ya que estás, tras hacer el commit de los cambios, aprovecha para abrir otra rama y darle una buena re...

Merge conflicts resolved in this PR (commit Fix package-lock.json merge conflict). The documentation review, AGENTS.md, and skills file work are being handled in a separate PR (#6) as requested.

Copilot AI requested a review from bitifet July 29, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants