trpc-demo
trpc-demo copied to clipboard
chore(deps): update dependency tap to v21
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| tap (source) | 16.3.10 -> 21.1.6 |
Release Notes
tapjs/tapjs (tap)
v21.1.6
v21.1.5
v21.1.4
v21.1.3
v21.1.2
v21.1.1
v21.1.0
v21.0.2
v21.0.1
v21.0.0
v20.0.3
v20.0.2
v20.0.1
v20.0.0
v19.2.5
v19.2.4
v19.2.3
v19.2.2
v19.2.1
v19.2.0
v19.1.1
v19.1.0
v19.0.2
v19.0.1
v19.0.0
v18.8.0
v18.7.3
v18.7.2
v18.7.1
v18.7.0
v18.6.1
v18.6.0
v18.5.8
v18.5.7
v18.5.6
v18.5.5
v18.5.4
v18.5.3
v18.5.2
v18.5.1
v18.5.0
v18.4.6
v18.4.5
v18.4.4
v18.4.3
v18.4.2
v18.4.1
v18.4.0
What's Changed
Note: The formatting of Symbol objects and enumerable Symbol properties has changed in snapshots and object diffs.
You may need to run tap --snapshot after updating to this release, and/or update some tests that were relying on symbol property keys being ignored.
- Include
Symbolkeys in formatting/comparison. - Print symbols in formatted objects as
Symbol.for(...)if appropriate. - Print known symbols from the
Symbolconstructor asSymbol.<key>, egSymbol.iteratorinstead ofSymbol(Symbol.iterator). - Add reporter-file config option #931
Full Changelog: https://github.com/tapjs/tapjs/compare/[email protected]@18.4.0
v18.3.1
Bug-fix, actually turning off type checking by default, as intended.
v18.3.0
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.2
What's Changed
- Show only master branch badge by @ranisalt in #250
- Buffered tests by @isaacs in #309
- update to latest release of nyc (fixes #373) by @mykmelez in #394
- Fix missing “not” in default message for strictNotSame by @charmander in #410
- Fix typos in docs + update contributing guide by @customcommander in #424
- docs: add unique page titles by @stephenmathieson in #429
- Add hexagonal-lambda to the tap 100 list by @focusaurus in #433
- add dotenv to the tap 100 list by @maxbeatty in #441
- Don't emit end while waiting for pipes to clear by @isaacs in #507
- Fix font-family typo by @jordanbtucker in #520
- Add support for --coverage-map=
by @isaacs in #533 - Switch back to nyc release by @goto-bus-stop in #540
- fixed directory by @0xflotus in #551
- Remove sentence about Node 4 by @mcollina in #560
- Add
my-wayto 100 club by @amio in #573 - Exit with the yaml parse error on bad rc files by @isaacs in #614
- Add node.js 13 to testing by @coreyfarrell in #627
- Fix extra-from-error processing to handle Win32 absolute filenames by @coreyfarrell in #663
- Disable CI on Node.js 14 by @coreyfarrell in #667
- Fix circular import between mocha.js and tap.js by @coreyfarrell in #671
- Disable
tsandjsxby default, removeesmby @coreyfarrell in #651 - Rename t.notEqual to t.not. by @zkldi in #738
- Remove unused import by @jsumners in #745
- Fix for #740 by @zkldi in #744
- gracefully handle the lack of a global.process object by @isaacs in #775
- Update Node.js min version to 10.x in CONTRIBUTING by @trivikr in #752
- Fix typo on the getting started guide by @henriquehbr in #769
- Add jsonpath-faster by @AndyA in #754
- docs: fix broken link by @iRoachie in #782
- Fix script on using node-tap with codecov by @tsekityam in #768
- Remove unused variables / add linting by @jsumners in #748
- bump listendev action to v0.2.0 by @fntlnz in #862
- Isaacs/node 20 loaders by @isaacs in #884
- TypeScript 5.2, use tshy for hybrid builds by @isaacs in #886
- Add --fail-skip/todo opts, better skip reporting by @isaacs in #901
- node:test interop round 1 by @isaacs in #905
- Isaacs/node test interop by @isaacs in #910
- more reporters by @isaacs in #926
- Compare and format React elements as JSX by @isaacs in #928
New Contributors
- @ranisalt made their first contribution in #250
- @mykmelez made their first contribution in #394
- @charmander made their first contribution in #410
- @customcommander made their first contribution in #424
- @stephenmathieson made their first contribution in #429
- @focusaurus made their first contribution in #433
- @maxbeatty made their first contribution in #441
- @goto-bus-stop made their first contribution in #540
- @0xflotus made their first contribution in #551
- @mcollina made their first contribution in #560
- @amio made their first contribution in #573
- @zkldi made their first contribution in #738
- @jsumners made their first contribution in #745
- @trivikr made their first contribution in #752
- @henriquehbr made their first contribution in #769
- @AndyA made their first contribution in #754
- @iRoachie made their first contribution in #782
- @tsekityam made their first contribution in #768
- @fntlnz made their first contribution in #862
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.1
Note: this is the first auto-generated release notes release for tap 18, and GitHub picked up every change in all the repos pulled into the monorepo since forever. It's not technically "incorrect" per se, but it is unhelpful. Moving forward, these will be hopefully much less absurd. My apologies for the spam if you were tagged in this.
What's Changed
- Show only master branch badge by @ranisalt in #250
- Buffered tests by @isaacs in #309
- update to latest release of nyc (fixes #373) by @mykmelez in #394
- Fix missing “not” in default message for strictNotSame by @charmander in #410
- Fix typos in docs + update contributing guide by @customcommander in #424
- docs: add unique page titles by @stephenmathieson in #429
- Add hexagonal-lambda to the tap 100 list by @focusaurus in #433
- add dotenv to the tap 100 list by @maxbeatty in #441
- Don't emit end while waiting for pipes to clear by @isaacs in #507
- Fix font-family typo by @jordanbtucker in #520
- Add support for --coverage-map=
by @isaacs in #533 - Switch back to nyc release by @goto-bus-stop in #540
- fixed directory by @0xflotus in #551
- Remove sentence about Node 4 by @mcollina in #560
- Add
my-wayto 100 club by @amio in #573 - Exit with the yaml parse error on bad rc files by @isaacs in #614
- Add node.js 13 to testing by @coreyfarrell in #627
- Fix extra-from-error processing to handle Win32 absolute filenames by @coreyfarrell in #663
- Disable CI on Node.js 14 by @coreyfarrell in #667
- Fix circular import between mocha.js and tap.js by @coreyfarrell in #671
- Disable
tsandjsxby default, removeesmby @coreyfarrell in #651 - Rename t.notEqual to t.not. by @zkldi in #738
- Remove unused import by @jsumners in #745
- Fix for #740 by @zkldi in #744
- gracefully handle the lack of a global.process object by @isaacs in #775
- Update Node.js min version to 10.x in CONTRIBUTING by @trivikr in #752
- Fix typo on the getting started guide by @henriquehbr in #769
- Add jsonpath-faster by @AndyA in #754
- docs: fix broken link by @iRoachie in #782
- Fix script on using node-tap with codecov by @tsekityam in #768
- Remove unused variables / add linting by @jsumners in #748
- bump listendev action to v0.2.0 by @fntlnz in #862
- Isaacs/node 20 loaders by @isaacs in #884
- TypeScript 5.2, use tshy for hybrid builds by @isaacs in #886
- Add --fail-skip/todo opts, better skip reporting by @isaacs in #901
- node:test interop round 1 by @isaacs in #905
- Isaacs/node test interop by @isaacs in #910
- more reporters by @isaacs in #926
New Contributors
- @ranisalt made their first contribution in #250
- @mykmelez made their first contribution in #394
- @charmander made their first contribution in #410
- @customcommander made their first contribution in #424
- @stephenmathieson made their first contribution in #429
- @focusaurus made their first contribution in #433
- @maxbeatty made their first contribution in #441
- @goto-bus-stop made their first contribution in #540
- @0xflotus made their first contribution in #551
- @mcollina made their first contribution in #560
- @amio made their first contribution in #573
- @zkldi made their first contribution in #738
- @jsumners made their first contribution in #745
- @trivikr made their first contribution in #752
- @henriquehbr made their first contribution in #769
- @AndyA made their first contribution in #754
- @iRoachie made their first contribution in #782
- @tsekityam made their first contribution in #768
- @fntlnz made their first contribution in #862
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.0
v18.1.5
v18.1.4
v18.1.3
v18.1.2
v18.1.1
v18.1.0
v18.0.4
v18.0.3
v18.0.2
v18.0.1
v18.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deployment failed with the following error:
Resource is limited - try again in 24 minutes (more than 100, code: "api-deployments-free-per-day").
⚠️ No Changeset found
Latest commit: 44906e5c7d6475c9f8881726f0c04c235f04569e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Walkthrough
The change involves upgrading the tap package in the project's package.json from version 16.3.10 to 21.0.1. This upgrade suggests enhancements to the testing framework, which could provide new functionalities or address existing issues. The broader implications of this update on the project's functionality require further investigation of the code that interacts with the tap package.
Changes
| File | Change Summary |
|---|---|
apps/api/package.json |
Updated tap version from 16.3.10 to 21.0.1. |
Poem
🐰 In the garden of code, a hop and a skip,
Totapversion twenty-one, we give a big trip!
With features anew, and bugs waved goodbye,
Testing more smoothly, we soar to the sky!
So let’s dance in the fields, and celebrate cheer,
For our codebase is brighter, the future is near! 🌼✨
Comment @coderabbitai help to get the list of available commands and usage tips.
All alerts resolved. Learn more about Socket for GitHub.
This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| trpc-demo | Nov 2, 2025 0:56am |
🚨 gitStream Monthly Automation Limit Reached 🚨
Your organization has exceeded the number of pull requests allowed for automation with gitStream. Monthly PRs automated: 251/250
To continue automating your PR workflows and unlock additional features, please contact LinearB.
🚨 gitStream Monthly Automation Limit Reached 🚨
Your organization has exceeded the number of pull requests allowed for automation with gitStream. Monthly PRs automated: 251/250
To continue automating your PR workflows and unlock additional features, please contact LinearB.
Deployment failed with the following error:
Resource is limited - try again in 5 hours (more than 100, code: "api-deployments-free-per-day").
Deployment failed with the following error:
Resource is limited - try again in 16 minutes (more than 100, code: "api-deployments-free-per-day").
Deployment failed with the following error:
Resource is limited - try again in 44 minutes (more than 100, code: "api-deployments-free-per-day").
Learn More: https://vercel.com/itman?upgradeToPro=build-rate-limit
Deployment failed with the following error:
Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").
Learn More: https://vercel.com/itman?upgradeToPro=build-rate-limit