Bumps the npm_and_yarn group with 4 updates in the / directory: brace-expansion, js-yaml, minimatch and picomatch.
Updates brace-expansion from 1.1.14 to 5.0.6
Release notes
Sourced from brace-expansion's releases.
v4.0.1
- fmt 5a5cc17
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 0b6a978
juliangruber/brace-expansion@v4.0.0...v4.0.1
v4.0.0
- feat: use string replaces instead of splits (#64) 278132b
- fmt dd72a59
- add
tea.yaml 70e4c1b
juliangruber/brace-expansion@v3.0.0...v4.0.0
As a precaution to not risk breaking anything with 278132b, this is a new semver major release
v3.0.1
- pkg: publish on tag 3.x 3059c07
- fmt 8229e6f
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 15f9b3c
juliangruber/brace-expansion@v3.0.0...v3.0.1
v3.0.0
- Switch to ES Modules and balanced-match 3.0.0 (#62) c0360e8
- added jsdoc (#55) 68c0e37
- node 16 is EOL 9e781e9
- add standard 3494c4d
- use const and let (#57) dd5a4cb
- docs 6dad209
- remove
test e3dd8ae
- ci: update node versions d23ede9
- docs: add
@lanodan to contributors 1eb3fa4
- docs 1e7c9cd
- switch from tape to test module (#60) 2520537
- Bump minimist from 1.2.5 to 1.2.6 (#59) 61a94f1
- Bump path-parse from 1.0.6 to 1.0.7 (#51) dc741cf
- docs: add back ci badge 8ee5626
- Add github actions, remove travis. Closes #52 (#53) 5c8756a
- CI: Drop unused sudo: false Travis directive (#50) 05978a7
juliangruber/brace-expansion@v2.0.1...v3.0.0
v2.0.2
- pkg: publish on tag 2.x 14f1d91
- fmt ed7780a
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 36603d5
... (truncated)
Commits
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
Updates js-yaml from 3.14.2 to 4.1.1
Changelog
Sourced from js-yaml's changelog.
[3.14.2] - 2025年11月15日
Security
- Backported v4.1.1 fix to v3
[4.1.1] - 2025年11月12日
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
[4.1.0] - 2021年04月15日
Added
- Types are now exported as
yaml.types.XXX.
- Every type now has
options property with original arguments kept as they were
(see yaml.types.int.options as an example).
Changed
Schema.extend() now keeps old type order in case of conflicts
(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).
[4.0.0] - 2021年01月03日
Changed
- Check migration guide to see details for all breaking changes.
- Breaking: "unsafe" tags
!!js/function, !!js/regexp, !!js/undefined are
moved to js-yaml-js-types package.
- Breaking: removed
safe* functions. Use load, loadAll, dump
instead which are all now safe by default.
yaml.DEFAULT_SAFE_SCHEMA and yaml.DEFAULT_FULL_SCHEMA are removed, use
yaml.DEFAULT_SCHEMA instead.
yaml.Schema.create(schema, tags) is removed, use schema.extend(tags) instead.
!!binary now always mapped to Uint8Array on load.
- Reduced nesting of
/lib folder.
- Parse numbers according to YAML 1.2 instead of YAML 1.1 (
01234 is now decimal,
0o1234 is octal, 1:23 is parsed as string instead of base60).
dump() no longer quotes :, [, ], (, ) except when necessary, #470, #557.
- Line and column in exceptions are now formatted as
(X:Y) instead of
at line X, column Y (also present in compact format), #332.
- Code snippet created in exceptions now contains multiple lines with line numbers.
dump() now serializes undefined as null in collections and removes keys with
undefined in mappings, #571.
dump() with skipInvalid=true now serializes invalid items in collections as null.
- Custom tags starting with
! are now dumped as !tag instead of !<!tag>, #576.
- Custom tags starting with
tag:yaml.org,2002: are now shorthanded using !!, #258.
Added
- Added
.mjs (es modules) support.
- Added
quotingType and forceQuotes options for dumper to configure
string literal style, #290, #529.
- Added
styles: { '!!null': 'empty' } option for dumper
(serializes { foo: null } as "foo: "), #570.
... (truncated)
Commits
Updates minimatch from 3.1.5 to 10.2.5
Changelog
Sourced from minimatch's changelog.
change log
10.2
- Add
braceExpandMax option
10.1
- Add
magicalBraces option for escape
- Fix
makeRe when partial: true is set.
- Fix
makeRe when pattern ends in a final ** path part.
10.0
- Require node 20 or 22 and higher
9.0
- No default export, only named exports.
8.0
- Recursive descent parser for extglob, allowing correct support
for arbitrarily nested extglob expressions
- Bump required Node.js version
7.4
- Add
escape() method
- Add
unescape() method
- Add
Minimatch.hasMagic() method
7.3
- Add support for posix character classes in a unicode-aware way.
7.2
- Add
windowsNoMagicRoot option
7.1
- Add
optimizationLevel configuration option, and revert the
default back to the 6.2 style minimal optimizations, making the
advanced transforms introduced in 7.0 opt-in. Also, process
provided file paths in the same way in optimizationLevel:2
mode, so most things that matched with optimizationLevel 1 or
0 should match with level 2 as well. However, level 1 is the
default, out of an abundance of caution.
... (truncated)
Commits
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
Updates picomatch from 2.3.2 to 4.0.4
Release notes
Sourced from picomatch's releases.
4.0.4
This is a security release fixing several security relevant issues.
What's Changed
Full Changelog: micromatch/picomatch@4.0.3...4.0.4
4.0.3
What's Changed
New Contributors
Full Changelog: micromatch/picomatch@4.0.2...4.0.3
3.0.2
This is a security release fixing several security relevant issues.
What's Changed
Full Changelog: micromatch/picomatch@3.0.1...3.0.2
Changelog
Sourced from picomatch's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog ):
Added for new features.
Changed for changes in existing functionality.
Deprecated for soon-to-be removed features.
Removed for now removed features.
Fixed for any bug fixes.
Security in case of vulnerabilities.
4.0.0 (2024年02月07日)
Fixes
Changed
- Remove process global to work outside of node #129, thanks to
@styfle
- Add sideEffects to package.json #128, thanks to
@frandiox
- Removed
os, make compatible browser environment. See #124, thanks to @gwsbhqt
3.0.1
Fixes
... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps the npm_and_yarn group with 4 updates in the / directory: brace-expansion, js-yaml, minimatch and picomatch.
Updates
brace-expansionfrom 1.1.14 to 5.0.6Release notes
Sourced from brace-expansion's releases.
... (truncated)
Commits
46317b55.0.6c0b095bMerge commit from forkec56020Bump picomatch from 4.0.3 to 4.0.4 (#93)87939015.0.59a02af5Merge commit from forkdaa71bcBump tar from 7.5.10 to 7.5.11 (#92)799e5f7Bump tar from 7.5.9 to 7.5.10 (#90)012c2305.0.4243c491Fix handling of brackets. Closes #87609f858Correct incorrect brace-expansion import (#89)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
js-yamlfrom 3.14.2 to 4.1.1Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
cc482e74.1.1 released50968b8dist rebuildd092d86lint fix383665ffix prototype pollution in merge (<<)0d3ca7aREADME.md: HTTP => HTTPS (#678)49baadddoc: 'empty' style option for !!nullba3460eFix demo link (#618)2cef47b4.1.0 released810b149dist rebuild2b5620eExport built-in types, type override now preserves orderUpdates
minimatchfrom 3.1.5 to 10.2.5Changelog
Sourced from minimatch's changelog.
... (truncated)
Commits
693c82310.2.57953af1do not allow .. to consume drive letter on Windows1caf918lint and format7783ed6ignore docs6d9b356update deps etcc36addb10.2.426b9002docs: add warning about ReDoS3a0d83bfix partial matching of globstar patternsea9484010.2.30873fbaupdate depsInstall script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
picomatchfrom 2.3.2 to 4.0.4Release notes
Sourced from picomatch's releases.
Changelog
Sourced from picomatch's changelog.
... (truncated)
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.