chore(deps): bump the npm_and_yarn group with 7 updates
Bumps the npm_and_yarn group with 7 updates:
| Package | From | To |
|---|---|---|
| @babel/traverse | 7.21.5 |
7.24.8 |
| axios | 0.21.4 |
1.7.2 |
| apify-client | 2.7.1 |
2.9.4 |
| braces | 3.0.2 |
3.0.3 |
| follow-redirects | 1.15.2 |
1.15.6 |
| ws | 7.5.9 |
7.5.10 |
| tough-cookie | 4.1.2 |
4.1.4 |
Updates @babel/traverse from 7.21.5 to 7.24.8
Release notes
Sourced from @babel/traverse's releases.
v7.24.8 (2024-07-11)
Thanks
@H0onnn,@jkupand@SreeXDfor your first pull requests!:eyeglasses: Spec Compliance
babel-parser
- #16567 Do not use strict mode in TS
declare(@liuxingbaoyu):bug: Bug Fix
babel-generator
- #16630 Correctly print parens around
ininforheads (@nicolo-ribaudo)- #16626 Fix printing of comments in
await using(@nicolo-ribaudo)- #16591 fix typescript code generation for yield expression inside type expre… (
@SreeXD)babel-parser
- #16613 Disallow destructuring assignment in
usingdeclarations (@H0onnn)- #16490 fix: do not add
.value: undefinedto regexp literals (@liuxingbaoyu)babel-types
- #16615 Remove boolean props from
ObjectTypeInternalSlotvisitor keys (@nicolo-ribaudo)babel-plugin-transform-typescript
- #16566 fix: Correctly handle
export import x =(@liuxingbaoyu):nail_care: Polish
babel-generator
- #16625 Avoid unnecessary parens around
asyncinfor await(@nicolo-ribaudo)babel-traverse
- #16619 Avoid checking
Scope.globalsmultiple times (@liuxingbaoyu)Committers: 9
- Amjad Yahia Robeen Hassan (
@amjed-98)- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jon Kuperman (
@jkup)- Nagendran N (
@SreeXD)- Nicolò Ribaudo (
@nicolo-ribaudo)- Sukka (
@SukkaW)@H0onnn@liuxingbaoyuv7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.24.8 (2024-07-11)
:eyeglasses: Spec Compliance
babel-parser
- #16567 Do not use strict mode in TS
declare(@liuxingbaoyu):bug: Bug Fix
babel-generator
- #16630 Correctly print parens around
ininforheads (@nicolo-ribaudo)- #16626 Fix printing of comments in
await using(@nicolo-ribaudo)- #16591 fix typescript code generation for yield expression inside type expre… (
@SreeXD)babel-parser
- #16613 Disallow destructuring assignment in
usingdeclarations (@H0onnn)- #16490 fix: do not add
.value: undefinedto regexp literals (@liuxingbaoyu)babel-types
- #16615 Remove boolean props from
ObjectTypeInternalSlotvisitor keys (@nicolo-ribaudo)babel-plugin-transform-typescript
- #16566 fix: Correctly handle
export import x =(@liuxingbaoyu):nail_care: Polish
babel-generator
- #16625 Avoid unnecessary parens around
asyncinfor await(@nicolo-ribaudo)babel-traverse
- #16619 Avoid checking
Scope.globalsmultiple times (@liuxingbaoyu)v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)v7.24.6 (2024-05-24)
:bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties
- #16514 Fix source maps for private member expressions (
@nicolo-ribaudo)babel-core,babel-generator,babel-plugin-transform-modules-commonjs
- #16515 Fix source maps for template literals (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3babel-parser,babel-plugin-transform-typescript
... (truncated)
Commits
1f5af44v7.24.8c90bb0c[babel 8] Remove methods starting with_in@babel/traverse(#16504)e0368a8Avoid checkingScope.globalsmultiple times (#16619)683c654Enable some lint rules (#16605)cfe13c2[babel 8] Updateglobalsdependency (#16600)c36fa6aUpdate typescript-eslint v8 (#16557)12619ffimprove getBindingIdentifiers.keys typing (#16570)424fc90Update to TypeScript 5.5 (#16536)bf1e9a3v7.24.74463aa5fix: incorrectconstantViolationswith destructuring (#16522)- Additional commits viewable in compare view
Updates axios from 0.21.4 to 1.7.2
Release notes
Sourced from axios's releases.
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
Bug Fixes
Contributors to this release
Release v1.7.0-beta.2
Release notes:
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
Release v1.7.0-beta.1
Release notes:
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
1.7.0 (2024-05-19)
Features
Bug Fixes
Contributors to this release
1.7.0-beta.2 (2024-05-19)
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
... (truncated)
Commits
0e4f9fachore(release): v1.7.2 (#6414)4f79aeffix(fetch): enhance fetch API detection; (#6413)67d1373chore(release): v1.7.1 (#6411)733f15ffix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...3041c61[Release] v1.7.0 (#6408)18b13cbchore(docs): add fetch adapter docs; (#6407)e62099bfix(fetch): fixed a possible memory leak in the AbortController for the strea...b49aa8echore(release): v1.7.0-beta.2 (#6403)d57f03achore(ci): bump create-pull-request version to fix a bug; (#6405)097b0d1chore(ci): add tag resolution for npm releases based on package version; (#6404)- Additional commits viewable in compare view
Updates apify-client from 2.7.1 to 2.9.4
Release notes
Sourced from apify-client's releases.
v2.9.4
What's Changed
- fix: add missing
isApifyIntegrationfield toWebhooktype by@omikaderin apify/apify-client-js#523- feat: add notifications field to Schedule by
@m-murasovsin apify/apify-client-js#545- feat: added data property to API error object by
@gippyin apify/apify-client-js#559Full Changelog: https://github.com/apify/apify-client-js/compare/v2.9.3...v2.9.4
v2.9.3
What's Changed
- chore: remove warning when parseDateFields reaches depth limit by
@tobicein apify/apify-client-js#521Full Changelog: https://github.com/apify/apify-client-js/compare/v2.9.2...v2.9.3
v2.9.2
What's Changed
- feat: add monthlyUsage() and limits() endpoints to UserClients by
@tobicein apify/apify-client-js#517- feat: parse monthlyUsage.dailyServiceUsages[].date as Date by
@tobicein apify/apify-client-js#519Full Changelog: https://github.com/apify/apify-client-js/compare/v2.9.1...v2.9.2
v2.9.1
What's Changed
- fix: ensure axios headers are instance of AxiosHeaders via interceptor by
@B4nanin apify/apify-client-js#515Full Changelog: https://github.com/apify/apify-client-js/compare/v2.9.0...v2.9.1
v2.9.0
What's Changed
- fix: publish browser bundle by
@B4nanin apify/apify-client-js#506- fix: update axios to v1.6 by
@B4nanin apify/apify-client-js#505- feat: add
KeyValueStore.recordExists()method by@barjinin apify/apify-client-js#510- feat: add
log()method to BuildClient by@tobicein apify/apify-client-js#509- feat: add
runs()andbuilds()top level endpoints by@foxt451in apify/apify-client-js#468New Contributors
@tobicemade their first contribution in apify/apify-client-js#509Full Changelog: https://github.com/apify/apify-client-js/compare/v2.8.6...v2.9.0
v2.8.6
What's Changed
- fix: replace ReadableStream with Readable by
@foxt451in apify/apify-client-js#463- fix: add missing properties to
ActorCollectionCreateOptionstype by@jirimoravcikin apify/apify-client-js#486- feat(request-queue): Limit payload size for batchAddRequests() by
@drobnikjin apify/apify-client-js#489- docs: add code owner for documentation by
@TC-MOin apify/apify-client-js#488
... (truncated)
Commits
3b7c4b7feat: added data property to API error object (#559)5480321chore: Automatic theme updating workflow [skip ci]cebd145chore(deps): lock file maintenanced677c68chore(deps): lock file maintenance67f4545chore: Automatic theme updating workflow [skip ci]523a816chore(deps): lock file maintenance4e670efchore(deps): lock file maintenance (#554)248e183chore: Automatic theme updating workflow [skip ci]117f52dchore: Automatic theme updating workflow [skip ci]7d91187chore: Automatic theme updating workflow [skip ci]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by apify-service-account, a new releaser for apify-client since your current version.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates follow-redirects from 1.15.2 to 1.15.6
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates ws from 7.5.9 to 7.5.10
Release notes
Sourced from ws's releases.
7.5.10
Bug fixes
- Backported e55e5106 to the 7.x release line (22c28763).
Commits
d962d70[dist] 7.5.1022c2876[security] Fix crash when the Upgrade header cannot be read (#2231)- See full diff in compare view
Updates tough-cookie from 4.1.2 to 4.1.4
Release notes
Sourced from tough-cookie's releases.
v4.1.4
https://www.npmjs.com/package/tough-cookie/v/4.1.4
What's Changed
- Add local alias for
toStringby@corvidismin salesforce/tough-cookie#409- Fix incorrect string validation for URL by
@coditvain salesforce/tough-cookie#261New Contributors
@corvidismmade their first contribution in salesforce/tough-cookie#409@coditvamade their first contribution in salesforce/tough-cookie#261Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.3...v4.1.4
4.1.3
Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the
inspectutility is affected by this change, we felt this change was important enough to be pushed into the next patch.
Commits
cacbc37Bump version to 4.1.4a48fb3aAdd tests for url validation50e69bfMerge pull request #261 from postmanlabs/fix/url-string-validation1253d58Merge pull request #409 from corvidism/validators-to-string238367eAdd local alias fortoString4ff4d294.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747Prevent prototype pollution in cookie memstore (#283)f06b72dFix documentation for store.findCookies, missing allowSpecialUseDomain proper...cf6debdFix incorrect string validation for URL- See full diff in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
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 You can disable automated security fix PRs for this repo from the Security Alerts page.