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

chore(dev dependencies): update dev dependencies (major) #1041

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-dom 5.17.0 -> 6.5.0 age adoption passing confidence
@types/fs-extra (source) 9.0.13 -> 11.0.4 age adoption passing confidence
@​types/github-slugger 1.3.0 -> 2.0.0 age adoption passing confidence
@types/jsdom (source) 16.2.15 -> 21.1.7 age adoption passing confidence
@types/mdast (source) 3.0.12 -> 4.0.4 age adoption passing confidence
@​types/mime 2.0.3 -> 4.0.0 age adoption passing confidence
@types/node (source) 18.17.9 -> 20.16.9 age adoption passing confidence
@types/unist (source) 2.0.7 -> 3.0.3 age adoption passing confidence
callsites 3.1.0 -> 4.2.0 age adoption passing confidence
delay 5.0.0 -> 6.0.0 age adoption passing confidence
googleapis 95.0.0 -> 144.0.0 age adoption passing confidence
json-schema-to-typescript 11.0.5 -> 15.0.2 age adoption passing confidence
pa11y 6.2.3 -> 8.0.0 age adoption passing confidence
typescript (source) 4.9.5 -> 5.6.2 age adoption passing confidence

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.5.0

Compare Source

v6.4.8

Compare Source

v6.4.7

Compare Source

v6.4.6

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

v6.4.3

Compare Source

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

For example:

import '@​testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import * as matchers from '@​testing-library/jest-dom/matchers'

  • Update kcd-scripts
  • Drop node < 14
sindresorhus/callsites (callsites)

v4.2.0

Compare Source

  • Add methods for async stack traces to the types (#​22) f294a7e

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
sindresorhus/delay (delay)

v6.0.0

Compare Source

Breaking
  • Require Node.js 16 b2edac7
  • This package is now pure ESM. Please read this.
  • Removed the delay.reject() method.
    • It's not really needed anymore with async/await. Just throw an error after awaiting the delay.
  • const delay = require('delay'); delay.clear(…);import {clearDelay} from 'delay'; clearDelay(…);
  • const delay = require('delay'); delay.range(…);import {rangeDelay} from 'delay'; rangeDelay(…);
  • const delay = require('delay'); delay.createWithTimers(…);import {createDelay} from 'delay'; createDelay(…);

If you only target Node.js and not the browser, I recommend moving to the built-in method whenever possible:

import {setTimeout} from 'node:timers/promises';

await setTimeout(1000);
googleapis/google-api-nodejs-client (googleapis)

v144.0.0

Compare Source

⚠ BREAKING CHANGES
  • migrationcenter: This release has breaking changes.
  • discoveryengine: This release has breaking changes.
  • content: This release has breaking changes.
  • compute: This release has breaking changes.
  • aiplatform: This release has breaking changes.
Features
  • aiplatform: update the API (5608606)
  • alloydb: update the API (ada8fc6)
  • artifactregistry: update the API (698b77f)
  • compute: update the API (42c636d)
  • content: update the API (65db039)
  • dataproc: update the API (0ce260e)
  • discoveryengine: update the API (d7d6c3f)
  • healthcare: update the API (4767f7a)
  • migrationcenter: update the API (d42c0fd)
  • regenerate index files (2f2ab88)
  • securitycenter: update the API (b82bcee)
  • servicenetworking: update the API (770e82d)
Bug Fixes
  • analyticsadmin: update the API (9b434bb)
  • analyticsdata: update the API (725603f)
  • assuredworkloads: update the API (d19c969)
  • cloudasset: update the API (09063b6)
  • cloudfunctions: update the API (158373f)
  • places: update the API (f9b8acb)
  • retail: update the API (f2c43de)
  • sheets: update the API (2c4f5c4)
  • workspaceevents: update the API (dbdb567)

v143.0.0

Compare Source

⚠ BREAKING CHANGES
  • vmmigration: This release has breaking changes.
  • dialogflow: This release has breaking changes.
  • dfareporting: This release has breaking changes.
  • compute: This release has breaking changes.
  • backupdr: This release has breaking changes.
  • alloydb: This release has breaking changes.
Features
  • accessapproval: update the API (cf90cc5)
  • alloydb: update the API (a65f1c6)
  • androidmanagement: update the API (5366254)
  • androidpublisher: update the API (39227ab)
  • assuredworkloads: update the API (4a6bb6a)
  • backupdr: update the API (42f5614)
  • batch: update the API (3d92a17)
  • chat: update the API (24087bb)
  • cloudasset: update the API (2f72369)
  • cloudkms: update the API (d790478)
  • compute: update the API (07afb29)
  • connectors: update the API (e313580)
  • containeranalysis: update the API (f67b2f1)
  • container: update the API (c798230)
  • customsearch: update the API (b0db98e)
  • dataflow: update the API (1f67690)
  • dataplex: update the API (ed2ce18)
  • dfareporting: update the API (f690620)
  • dialogflow: update the API (7e85135)
  • discoveryengine: update the API (a71fc00)
  • displayvideo: update the API (64a72df)
  • firebasedynamiclinks: update the API (8f190a1)
  • firebaseml: update the API (b6ef740)
  • gkeonprem: update the API (c344788)
  • healthcare: update the API (f267f00)
  • looker: update the API (96cf760)
  • merchantapi: update the API (f9aa1e5)
  • migrationcenter: update the API (1c2cc5f)
  • networkmanagement: update the API (3c4d5be)
  • networkservices: update the API (08c6b8f)
  • notebooks: update the API (80ae519)
  • privateca: update the API (1601667)
  • recaptchaenterprise: update the API (f26a373)
  • redis: update the API (98cd830)
  • regenerate index files (ecd017c)
  • run: update the API (008997a)
  • searchads360: update the API (44d0e72)
  • servicenetworking: update the API (e673e80)
  • solar: update the API (36d8685)
  • sqladmin: update the API (fe2dacf)
  • storage: update the API (cae4993)
  • translate: update the API (841a829)
  • vmmigration: update the API (614baa2)
  • workflowexecutions: update the API (7e5f42a)
  • workflows: update the API (467b748)
  • workstations: update the API (4b60597)
  • youtube: update the API (3d838e7)
Bug Fixes
  • analyticsadmin: update the API (90c32f5)
  • androidenterprise: update the API (bc97b0e)
  • artifactregistry: update the API (3702a0d)
  • bigquery: update the API (2aca035)
  • chromemanagement: update the API (71a65a8)
  • cloudcontrolspartner: update the API (5ed5388)
  • cloudtasks: update the API (ab3a2bc)
  • cloudtrace: update the API (e6d9ca4)
  • datastream: update the API (73a27e5)
  • dlp: update the API (52cf151)
  • drive: update the API (d1f9ef2)
  • gkehub: update the API (75d45d7)
  • retail: update the API (2179668)
  • secretmanager: update the API (144ba15)
  • spanner: update the API (ccac052)
  • texttospeech: update the API (c9e1e37)

v142.0.0

Compare Source

⚠ BREAKING CHANGES
  • run: This release has breaking changes.
  • retail: This release has breaking changes.
  • redis: This release has breaking changes.
  • ondemandscanning: This release has breaking changes.
  • networkservices: This release has breaking changes.
  • merchantapi: This release has breaking changes.
  • iam: This release has breaking changes.
  • games: This release has breaking changes.
  • firestore: This release has breaking changes.
  • firebaseml: This release has breaking changes.
  • firebaseappdistribution: This release has breaking changes.
  • file: This release has breaking changes.
  • dataplex: This release has breaking changes.
  • containeranalysis: This release has breaking changes.
  • compute: This release has breaking changes.
  • cloudbuild: This release has breaking changes.
  • androidpublisher: This release has breaking changes.
  • analyticsadmin: This release has breaking changes.
  • alloydb: This release has breaking changes.
  • aiplatform: This release has breaking changes.
Features
  • accesscontextmanager: update the API (781656c)
  • aiplatform: update the API (871bcdd)
  • alloydb: update the API (bad964c)
  • analyticsadmin: update the API (87ff45f)
  • androidenterprise: update the API (36ecebf)
  • androidmanagement: update the API (6be2941)
  • androidpublisher: update the API (c2f3397)
  • apim: update the API (6255dee)
  • appengine: update the API (73ba053)
  • artifactregistry: update the API (972cc2a)
  • assuredworkloads: update the API (27cae80)
  • backupdr: update the API (b615276)
  • beyondcorp: update the API (f926c3d)
  • bigquerydatapolicy: update the API (9ccae46)
  • bigquerydatatransfer: update the API (2bc0468)
  • bigquery: update the API (e4d60b1)
  • bigtableadmin: update the API (121f40d)
  • certificatemanager: update the API (057b9bd)
  • cloudasset: update the API (1c506b6)
  • cloudbuild: update the API (dc3327a)
  • cloudchannel: update the API (2bdaaca)
  • cloudcontrolspartner: update the API (27bcf4f)
  • clouddeploy: update the API (4ed8aa1)
  • clouderrorreporting: update the API (533205d)
  • cloudfunctions: update the API (ca534ba)
  • composer: update the API (ede4837)
  • compute: update the API (91e92db)
  • connectors: update the API (2a34ce1)
  • contactcenterinsights: update the API (268ebb1)
  • containeranalysis: update the API (0701168)
  • container: update the API (932f143)
  • content: update the API (b288a2e)
  • contentwarehouse: update the API (c77ac78)
  • dataform: update the API (388813d)
  • datafusion: update the API (8bca4c5)
  • datamigration: update the API (7c055eb)
  • dataplex: update the API (1ef86c5)
  • dialogflow: update the API (f622257)
  • discoveryengine: update the API (6915c82)
  • displayvideo: update the API (8c45506)
  • dlp: update the API (15ef883)
  • dns: update the API (6443ce5)
  • docs: update the API (0736162)
  • documentai: update the API (2564050)
  • domains: update the API (173b9c0)
  • essentialcontacts: update the API (9476919)
  • file: update the API (7366a6c)
  • firebaseappcheck: update the API (f7e83d0)
  • firebaseappdistribution: update the API (b26b96b)
  • firebaseml: update the API (4e23281)
  • firestore: update the API (ac3d526)
  • games: update the API (3bffea5)
  • gkehub: update the API (43b15cf)
  • healthcare: update the API (9fc351d)
  • iam: update the API (83f9f25)
  • logging: update the API (92a6cc5)
  • manufacturers: update the API (ce9add6)
  • merchantapi: update the API (441cd11)
  • metastore: update the API (b99fe0a)
  • migrationcenter: update the API (aad0bed)
  • monitoring: update the API (8cbfaf6)
  • networkconnectivity: update the API (00f2938)
  • networkmanagement: update the API (b0bb3c5)
  • networksecurity: update the API (238ef95)
  • networkservices: update the API (a4725af)
  • notebooks: update the API (177b423)
  • ondemandscanning: update the API (a99f13a)
  • playintegrity: update the API (53b92b7)
  • pubsub: update the API (4237ab0)
  • realtimebidding: update the API (f257e7d)
  • recaptchaenterprise: update the API (5159cf2)
  • redis: update the API (0897dfe)
  • regenerate index files (3330ab2)
  • retail: update the API (dab474d)
  • run: update the API (139a179)
  • securitycenter: update the API (6ff4ea6)
  • servicecontrol: update the API (8b55b29)
  • serviceusage: update the API (1d34029)
  • sheets: update the API (056784e)
  • spanner: update the API (23ee6cd)
  • sqladmin: update the API (e20497e)
  • storage: update the API (d42b431)
  • sts: update the API (6e5182c)
  • tagmanager: update the API (9a00120)
  • translate: update the API (a9c6028)
  • vault: update the API (8ffa3d0)
  • vmmigration: update the API (5eabdc7)
  • vmwareengine: update the API (e3a7451)
  • walletobjects: update the API (9378da2)
  • workflowexecutions: update the API (a436bad)
  • workloadmanager: update the API (09ceeaf)
  • workstations: update the API (2cabd9e)
Bug Fixes
  • acmedns: update the API (aa0bf10)
  • addressvalidation: update the API (c24f578)
  • admin: update the API (bcfefa5)
  • adsenseplatform: update the API (0103455)
  • analyticsdata: update the API (baab34e)
  • analyticshub: update the API (e9532e0)
  • apikeys: update the API (6fd74d0)
  • authorizedbuyersmarketplace: update the API (9e69b4c)
  • batch: update the API (1ead4f5)
  • bigqueryconnection: update the API (19900d5)
  • calendar: update the API (3193f6b)
  • chat: update the API (205a16c)
  • chromemanagement: update the API (0680dd2)
  • chromepolicy: update the API (2beeb74)
  • classroom: update the API (954c1fd)
  • cloudkms: update the API (0ad2e1f)
  • cloudtrace: update the API (ea38ab2)
  • config: update the API (70cf27d)
  • css: update the API (05d00ac)
  • domainsrdap: update the API (a20aa36)
  • doubleclickbidmanager: update the API (c0965f3)
  • drive: update the API (23195fa)
  • gkebackup: update the API (347d47e)
  • keep: update the API (8c0a0be)
  • meet: update the API ([cfbd697](https://redirect.github.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/major-dev branch 3 times, most recently from b24068b to 90e2078 Compare January 13, 2023 19:54
@renovate renovate bot force-pushed the renovate/major-dev branch 2 times, most recently from 12ec7ce to fb981fe Compare January 30, 2023 06:25
@renovate renovate bot force-pushed the renovate/major-dev branch 4 times, most recently from 64b3817 to 6dac738 Compare February 14, 2023 03:35
@renovate renovate bot force-pushed the renovate/major-dev branch 3 times, most recently from 3f79d96 to 3eeddec Compare March 4, 2023 21:36
@renovate renovate bot force-pushed the renovate/major-dev branch 4 times, most recently from ab59f1b to f93f439 Compare March 19, 2023 17:55
@renovate renovate bot force-pushed the renovate/major-dev branch 5 times, most recently from cd7710c to 3ab10ce Compare March 27, 2023 20:17
@renovate renovate bot force-pushed the renovate/major-dev branch 5 times, most recently from 51fba1f to 9d01a85 Compare April 17, 2023 14:55
@renovate renovate bot force-pushed the renovate/major-dev branch 3 times, most recently from 950237e to b0a3a3d Compare May 9, 2023 05:53
@renovate renovate bot force-pushed the renovate/major-dev branch 12 times, most recently from 7816301 to 341ac46 Compare August 24, 2024 04:42
@renovate renovate bot force-pushed the renovate/major-dev branch 4 times, most recently from ca38562 to fa00ba2 Compare September 2, 2024 18:16
@renovate renovate bot force-pushed the renovate/major-dev branch 6 times, most recently from 3a5fe68 to 1c05ed0 Compare September 7, 2024 22:14
@renovate renovate bot force-pushed the renovate/major-dev branch 3 times, most recently from 3e944fd to e7edd6c Compare September 26, 2024 21:16
@renovate renovate bot force-pushed the renovate/major-dev branch 2 times, most recently from ebd59b6 to ed0b154 Compare September 28, 2024 18:08
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