Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​thetribe/eslint-config-typescript ^0.5.0 -> ^0.5.1 age adoption passing confidence
@types/jest (source) ^29.5.3 -> ^29.5.13 age adoption passing confidence
@types/jsdom (source) ^21.1.1 -> ^21.1.7 age adoption passing confidence
@types/uuid (source) ^9.0.2 -> ^9.0.8 age adoption passing confidence
axios (source) ^1.4.0 -> ^1.7.7 age adoption passing confidence
eslint (source) ^8.46.0 -> ^8.57.1 age adoption passing confidence
eslint-config-prettier ^8.9.0 -> ^8.10.0 age adoption passing confidence
eslint-plugin-import ^2.28.0 -> ^2.31.0 age adoption passing confidence
jest (source) ^29.6.2 -> ^29.7.0 age adoption passing confidence
retry-axios ^3.0.0 -> ^3.1.3 age adoption passing confidence
ts-jest (source) ^29.1.1 -> ^29.2.5 age adoption passing confidence
ts-node (source) ^10.9.1 -> ^10.9.2 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.6.3 age adoption passing confidence
uuid ^9.0.0 -> ^9.0.1 age adoption passing confidence

Release Notes

axios/axios (axios)

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

v1.7.4

Compare Source

Bug Fixes
Contributors to this release

v1.7.3

Compare Source

Bug Fixes
Contributors to this release

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release

v1.6.8

Compare Source

Bug Fixes
  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#​6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#​6300) (8786e0f)
Contributors to this release

v1.6.7

Compare Source

Bug Fixes
  • capture async stack only for rejections with native error objects; (#​6203) (1a08f90)
Contributors to this release

v1.6.6

Compare Source

Bug Fixes
Contributors to this release

v1.6.5

Compare Source

Bug Fixes
Contributors to this release

v1.6.4

Compare Source

Bug Fixes
  • security: fixed formToJSON prototype pollution vulnerability; (#​6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#​6163) (75af1cd)
Contributors to this release

v1.6.3

Compare Source

Bug Fixes
Contributors to this release

v1.6.2

Compare Source

Features
  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#​6046) (cff9967)
PRs
  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #​6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Contributors to this release

v1.6.1

Compare Source

Bug Fixes
  • formdata: fixed content-type header normalization for non-standard browser environments; (#​6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#​6055) (3dc8369)
Contributors to this release

v1.6.0

Compare Source

Bug Fixes
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes
  • adapters: improved adapters loading logic to have clear error messages; (#​5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#​5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#​5890) (#​5892) (4c89f25)
  • types: removed duplicated code (9e62056)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

v1.5.1

Compare Source

Bug Fixes
  • adapters: improved adapters loading logic to have clear error messages; (#​5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#​5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#​5890) (#​5892) (4c89f25)
  • types: removed duplicated code (9e62056)
Contributors to this release

v1.5.0

Compare Source

Bug Fixes
  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#​5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#​5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#​5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#​5832) (8fda276)
Features
Contributors to this release
eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation


Configuration

📅 Schedule: Branch creation - "after 10:00 am and before 5:00 pm on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ccb1d16 to 7aa52c2 Compare September 18, 2023 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0fc48f2 to 663aa2d Compare September 29, 2023 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from acba711 to bbcb694 Compare October 10, 2023 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d82a339 to c470c91 Compare October 26, 2023 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from df6e705 to a2d6819 Compare November 2, 2023 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 97a3bfc to 613c909 Compare November 11, 2023 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 118bbb4 to cbe1234 Compare November 20, 2023 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c3a77a6 to ef3d798 Compare November 25, 2023 03:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b29e687 to a50fa44 Compare December 9, 2023 01:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7e998b4 to b9ceff0 Compare April 13, 2024 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3f7dce7 to 1dd7f37 Compare May 24, 2024 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca46012 to faa82bf Compare June 3, 2024 23:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4f8162c to 17359cb Compare June 23, 2024 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46fbfb1 to 7e7683c Compare July 11, 2024 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99e0759 to 4cbd2cb Compare July 13, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f484281 to db4d4e2 Compare July 26, 2024 01:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 733f893 to d3285d0 Compare August 4, 2024 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3285d0 to 0ed02fe Compare August 16, 2024 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c3e6c24 to 6eb2afc Compare August 26, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 58b711e to 3afb360 Compare September 6, 2024 07:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a8f77d8 to bb57d0d Compare September 19, 2024 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb57d0d to 3d77a63 Compare October 6, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants