Add comprehensive tests for role middleware and fix package dependencies
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot 2026-03-16 20:07:22 +00:00
parent 64aa924270
commit bfd432d094
1884 changed files with 384668 additions and 84 deletions

35
node_modules/minimatch/changelog.md generated vendored Normal file
View file

@ -0,0 +1,35 @@
# change log
## 5.1
- use windowsPathNoEscape/allowWindowsEscape opts
- make character classes more faithful to bash glob behavior
- fix handling of escapes
- treat invalid character classes as non-matching pattern
rather than escaped literals
## 5.0
- brace-expansion: ignore only blocks that begins with $
- Expect exclusively forward slash as path sep, same as node-glob
## 4.2
- makeRe: globstar should match zero+ path portions
- Fix bug with escaped '@' in patterns
## 4.1
- treat `nocase:true` as always having magic
- expose GLOBSTAR marker
## 4.0
- Update to modern JS syntax
- Add `allowWindowsEscape` option
## 3.x
- Added basic redos protection
- Handle unfinished `!(` extglob patterns
- Add `partial: true` option