shopware-api-client
shopware-api-client copied to clipboard
Bump ms, ava and debug
Bumps ms to 2.1.3 and updates ancestor dependencies ms, ava and debug. These dependencies need to be updated together.
Updates ms from 0.7.1 to 2.1.3
Release notes
Sourced from ms's releases.
2.1.3
Patches
- Rename zeit to vercel: #151
- Bump eslint from 4.12.1 to 4.18.2: #122
- Add prettier as a dev dependency: #135 #153
- Use GitHub Actions CI: #154
Credits
Huge thanks to
@​getsnoopyfor helping!2.1.2
Patches
- Fixed negative decimals less than -10 don't work: #111
- Support error in case of Infinity: #116
- Update regexp for
10-.5is invalid input: #117- Update chat badge: #119
Credits
Huge thanks to
@​yulerand@​7ma7Xfor helping!2.1.1
Patches
- Add full support for negative numbers: #104
Credits
Huge thanks to
@​thevtmfor helping!2.1.0
Minor Changes
- Add "week" / "w" support: a2caead13ac7f9931338a1a51ab4e36ddb505e00
- Fixed match regex to support negative numbers: #96
Patches
- Applied a few text improvements: 15dc8c5b5a9e8372555400485a749ec04cc02444
- Fixed spelling of “millisecond” in description: #95
- Lockfile added: 2425ebdefcdd1c2b726c06f6a65c4f2dea58dee7
Credits
Huge thanks to
@​yoavmmnand@​binkifor helping!2.0.0
... (truncated)
Commits
1c6264b2.1.382495adUse GitHub Actions CI (#154)1a13a88Run prettier 2.x (#153)1048042Add prettier as a dev dependency (#135)f2bfb40Rename zeit to vercel (#151)adf1eb2Bump eslint from 4.12.1 to 4.18.2 (#122)79208852.1.2199ff78Update chat badge (#119)d1add60Update regexp for10-.5is invalid input (#117)d95e17fSupport error in case of Infinity (#116)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by styfle, a new releaser for ms since your current version.
Updates ava from 0.19.1 to 5.1.0
Release notes
Sourced from ava's releases.
v5.1.0
What's Changed
- Output logs for tests that remain pending when AVA exits by
@​kevo1utionin avajs/ava#3125- Check for --config file extensions after they fail to load, allowing custom loaders by
@​panvain avajs/ava#3135New Contributors
@​kevo1utionmade their first contribution in avajs/ava#3125@​panvamade their first contribution in avajs/ava#3135Full Changelog: https://github.com/avajs/ava/compare/v5.0.1...v5.1.0
v5.0.1
Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.
npm install --save-dev avaBreaking Changes
- AVA now requires Node.js 14.19, 16.15 or 18. avajs/ava#3043
- Type definition distribution assumes at least TypeScript 4.7. avajs/ava#3041
- We're now exporting types rather than interfaces. avajs/ava#3096
Improvements
- Detect
process.exit()called from tests by@​gibson042in avajs/ava#3080- Improve test result accessibility by
@​gibson042in avajs/ava#3082- Parse for line numbers with latest supported ECMA version by
@​novemberbornin avajs/ava#3063- Work around
os.cpus()returning an empty array on unsupported platforms by@​catink123in avajs/ava#3095- Count timeouts separately from the timed out tests by
@​novemberbornin avajs/ava#3099- Cap idle timeouts to the maximum possible value by
@​creestorin avajs/ava#3100New Contributors
@​Prinzhornmade their first contribution in avajs/ava#3073@​catink123made their first contribution in avajs/ava#3095@​creestormade their first contribution in avajs/ava#3100@​DavidVujicmade their first contribution in avajs/ava#3109Full Changelog: https://github.com/avajs/ava/compare/v4.3.3...v5.0.1
v5.0.0
Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer.
It's available as a pre-release under the
nexttag for the next few weeks:npm install --save-dev ava@next
... (truncated)
Commits
4ecfe7d5.1.0609b307Update dependencies647d3e1Check for --config file extensions after they fail to load, allowing custom l...9206928Output logs for tests that remain pending when AVA exits136dde3Update reporter logs for latest Node.js 167007f135.0.148dcafaUpdate dependencies; more type tweaks3ebe65cRe-organize types for maximum compatibility2d3f394Update to the browser testing recipe to use jsdom directly52b2270Cap idle timeouts to the maximum possible value- Additional commits viewable in compare view
Updates debug from 2.6.6 to 2.6.9
Release notes
Sourced from debug's releases.
2.6.9
Patches
- Remove ReDoS regexp in
%oformatter: #504Credits
Huge thanks to
@​zhuangyafor their help!release 2.6.7
No release notes provided.
Changelog
Sourced from debug's changelog.
2.6.9 / 2017-09-22
- remove ReDoS regexp in %o formatter (#504)
2.6.8 / 2017-05-18
- Fix: Check for undefined on browser globals (#462,
@​marbemac)2.6.7 / 2017-05-16
- Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458,
@​hubdotcom)- Fix: Inline extend function in node implementation (#452,
@​dougwilson)- Docs: Fix typo (#455,
@​msasad)2.6.5 / 2017-04-27
- Fix: null reference check on window.documentElement.style.WebkitAppearance (#447,
@​thebigredgeek)- Misc: clean up browser reference checks (#447,
@​thebigredgeek)- Misc: add npm-debug.log to .gitignore (
@​thebigredgeek)2.6.4 / 2017-04-20
- Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444,
@​LucianBuzzo)- Chore: ignore bower.json in npm installations. (#437,
@​joaovieira)- Misc: update "ms" to v0.7.3 (
@​tootallnate)2.6.3 / 2017-03-13
- Fix: Electron reference to
process.env.DEBUG(#431,@​paulcbetts)- Docs: Changelog fix (
@​thebigredgeek)2.6.2 / 2017-03-10
- Fix: DEBUG_MAX_ARRAY_LENGTH (#420,
@​slavaGanzin)- Docs: Add backers and sponsors from Open Collective (#422,
@​piamancini)- Docs: Add Slackin invite badge (
@​tootallnate)2.6.1 / 2017-02-10
... (truncated)
Commits
13abeaeRelease 2.6.9f53962eremove ReDoS regexp in %o formatter (#504)52e1f21Release 2.6.82482e08Check for undefined on browser globals (#462)6bb07f7release 2.6.715850cbFix Regular Expression Denial of Service (ReDoS)4a6c85cupdate "debug" to v1.0.0 (#454)b68dbf8Fix typo (#455)1351d2fInline extend function in node implementation (#452)- See full diff 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 ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.