multiple-cucumber-html-reporter
multiple-cucumber-html-reporter copied to clipboard
chore(deps): bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| luxon | 3.4.4 |
3.5.0 |
| open | 8.4.2 |
10.1.0 |
| uuid | 10.0.0 |
11.0.1 |
| jasmine | 5.1.0 |
5.4.0 |
| nyc | 17.0.0 |
17.1.0 |
| release-it | 17.6.0 |
17.10.0 |
Updates luxon from 3.4.4 to 3.5.0
Changelog
Sourced from luxon's changelog.
3.5.0 (2024-08-03)
- Various performance improvements
- throwOnInvalid causes the constructor to throw if the year is invalid
Commits
a4044febump to 3.5.0cea7b5fDocumented weekSettings opt in DateTime (#1640)2008075Fixed duplicate word in comment in datetime.js (#1623)cafc4eePerf: Cache ts offset guesses for quickDT (#1579)73c4438fix cutoff year docs895a749Added some JS doc for time zones (#1499)080e813Alias DateTime in documentation site (#1546)55bdb08add DATETIME_MED_WITH_WEEKDAY to formatting.md (#1554)1616114format5763215Update interval.js doc per #742 (#1565)- Additional commits viewable in compare view
Updates open from 8.4.2 to 10.1.0
Release notes
Sourced from open's releases.
v10.1.0
- Linux: Update
xdg-opento 1.2.1 (#338) c702c66https://github.com/sindresorhus/open/compare/v10.0.4...v10.1.0
v10.0.4
- Fix support for passing predefined app to
openApp()(#335) d9e7422https://github.com/sindresorhus/open/compare/v10.0.3...v10.0.4
v10.0.3
- Fix
targetoption on macOS (#332) b597dechttps://github.com/sindresorhus/open/compare/v10.0.2...v10.0.3
v10.0.2
- Fix Linux compatibility 798cd93
https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2
v10.0.1
- Add Windows environment variable fallback for some broken systems (#328) 8e69be4
https://github.com/sindresorhus/open/compare/v10.0.0...v10.0.1
v10.0.0
Breaking
- Require Node.js 18 5628dc8
https://github.com/sindresorhus/open/compare/v9.1.0...v10.0.0
v9.1.0
- Update dependencies 46adf0b
https://github.com/sindresorhus/open/compare/v9.0.0...v9.1.0
v9.0.0
Breaking
- Require Node.js 14 7f5995e
- This package is now pure ESM. Please read this.
- Please don't open issues regarding ESM / CommonJS.
open.openAppis now a named import:import {openApp} from 'open'open.appsis now a named import:import {apps} from 'open'Improvements
- Add the ability to open default browser and default browser in private mode (#294) 3b79981
... (truncated)
Commits
2ea66da10.1.0c702c66Linux: Updatexdg-opento 1.2.1 (#338)ee13d9310.0.4d9e7422Fix support for passing predefined app toopenApp()(#335)2d5e95910.0.3b597decFixtargetoption on macOS (#332)31da4c310.0.2798cd93Fix Linux compatibility818946e10.0.18e69be4Add Windows environment variable fallback for some broken systems (#328)- Additional commits viewable in compare view
Updates uuid from 10.0.0 to 11.0.1
Release notes
Sourced from uuid's releases.
v11.0.1
11.0.1 (2024-10-27)
Bug Fixes
v11.0.0
11.0.0 (2024-10-27)
⚠ BREAKING CHANGES
- refactor v1 internal state and options logic (#780)
- refactor v7 internal state and options logic, fixes #764 (#779)
- Port to TypeScript, closes #762 (#763)
- update node support matrix (only support node 16-20) (#750)
- This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
- Remove the minified UMD build from the package.
- Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
- Although in practice this is currently a noop since the resulting build does not change, the build will no longer transpiles future changes for Node.js 8.x targets, so semantically this is still a breaking change.
- Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
- The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
- Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
- Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
- Remove support for generating v3 and v5 UUIDs in Node.js<4.x
- Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.
Features
- add parse/stringify/validate/version/NIL APIs (#479) (0e6c10b)
- add support for MAX uuid (new in RFC9562) (#714) (0385cd3)
- add UMD build to npm package (#357) (4e75adf)
- add various es module and CommonJS examples (b238510)
- enforce Conventional Commit style commit messages (#282) (0705cd5)
- ensure that docs are up-to-date in CI (ee5e77d)
- hybrid CommonJS & ECMAScript modules build (a3f078f)
- improve performance of v1 string representation (#453) (0ee0b67)
- improve v4 performance by reusing random number array (#435) (bf4af0d)
- optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) (#597) (3a033f6)
- optimize V8 performance of bytesToUuid (#434) (e156415)
- Port to TypeScript, closes #762 (#763) (1e0f987)
- remove deep requires (#426) (daf72b8)
- remove deprecated v4 string parameter (#454) (88ce3ca)
- remove insecure fallback random number generator (3a5842b)
- remove support for pre Node.js v4 Buffer API (#356) (b59b5c5)
- remove UMD build (#645) (e948a0f), closes #620
- rename repository to github:uuidjs/uuid (#351) (c37a518), closes #338
- rename repository to github:uuidjs/uuid (#351) (e2d7314), closes #338
... (truncated)
Changelog
Sourced from uuid's changelog.
11.0.1 (2024-10-27)
Bug Fixes
11.0.0-0 (2024-09-05)
⚠ BREAKING CHANGES
- refactor v1 internal state and options logic (#780)
- refactor v7 internal state and options logic, fixes #764 (#779)
- Port to TypeScript, closes #762 (#763)
- update node support matrix (only support node 16-20) (#750)
Features
- Port to TypeScript, closes #762 (#763) (1e0f987)
- update node support matrix (only support node 16-20) (#750) (883b163)
Bug Fixes
- missing v7 expectations in browser spec (#751) (f54a866)
- refactor v1 internal state and options logic (#780) (031b3d3)
- refactor v7 internal state and options logic, fixes #764 (#779) (9dbd1cd)
- remove v4 options default assignment preventing native.randomUUID from being used (#786) (afe6232), closes #763
- seq_hi shift for byte 6 (#775) (1d532ca)
- tsconfig module type (#778) (7eff835)
Commits
50dc0cechore(main): release 11.0.1 (#818)ae8f386fix: restore package.json#browser field (#817)6695be6chore: RP cleanup (#816)7d2547echore: restore rp conditionals964be22Merge branch 'main' of github.com:uuidjs/uuid76e5f68chore: test npm publish from release-pleasec560d8achore(main): release 11.0.0 (#813)a22a55dchore: bootstrap releases for path: . (#811)3a2363aMerge branch 'main' of github.com:uuidjs/uuid0faa075chore: debug release-please- Additional commits viewable in compare view
Updates jasmine from 5.1.0 to 5.4.0
Release notes
Sourced from jasmine's releases.
v5.4.0
Please see the release notes.
v5.3.1
Please see the release notes.
v5.3.0
Please see the release notes.
v5.2.0
Please see the release notes.
Commits
9066695Bump version to 5.4.0c590650Bump version to 5.3.1bff25e1Fixed README formatting1bba22bUpdated copyright date53a4077Removed broken Fossa badge from Readme12fd347Handle non-serializable expected and actual values in parallel mode7c31381Bump version to 5.3.0d9f1c03Bump version to 5.2.087d1806Moved eslint config out of package.json7884d34Wrap help text to the terminal width- Additional commits viewable in compare view
Updates nyc from 17.0.0 to 17.1.0
Commits
41f4476chore(main): release nyc 17.1.0 (#1572)d338985chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (#1582)af74d1efeat(deps): bump foreground-child from ^2.0.0 to ^3.0.0 (#1546)ae657b6fix: reduce size of serialized JSON output (#1570)b6a9484chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1571)b86edbcchore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#1568)- See full diff in compare view
Updates release-it from 17.6.0 to 17.10.0
Release notes
Sourced from release-it's releases.
Release 17.10.0
- Add error handling for gitlab requests + release url (312fd8b)
- Add proper Content-Type header to fetch requests (#1166) (04bd34c)
Release 17.9.0
- Fix up tests re. branch/ref name (70398b4)
- Update dependencies (b4be09d)
- feat: create tag via Gitlab release (release-it#1115) (#1161) (2263772)
- Update projects list (e1a5c5d)
Release 17.8.2
- Revert "Fix up other tests" (e19bcd8)
- discussion_category_name = undefined (9225077)
Release 17.8.1
- Fix up other tests (d8f903e)
- Fix up discussion_category_name (5716681)
Release 17.7.0
- Lint/formatting fixes (79530b9)
- Fix uploaded assets URL for Gitlab version >= 17.2 (#1153) (1a6325b)
- feat(github): expose github make_latest flag (#1150) (eeda65b)
- fix(github-comments): make search query respect 256 character limit (encoded) (#1148) (43a5e71)
- fix: replace obsolete
is-cilibrary byci-infolibrary (closes #1145) (#1146) (19c232d)- Remove
node-fetchandgotfrom dependencies (#1133) (696f082)- Fix schema for
git.requireBranch(closes #1138) (8b57290)
Commits
a4a6876Release 17.10.0312fd8bAdd error handling for gitlab requests + release url04bd34cAdd proper Content-Type header to fetch requests (#1166)4a38c27Release 17.9.070398b4Fix up tests re. branch/ref nameb4be09dUpdate dependencies2263772feat: create tag via Gitlab release (release-it#1115) (#1161)e1a5c5dUpdate projects listab01d16Release 17.8.2e19bcd8Revert "Fix up other tests"- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditions