Skip to content

Conversation

@NalinDalal
Copy link

Fixes #issue-number

Changes:
migrated client/modules/Preview to typescript

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

…useSyncFormTranslations to handle null formRef
…med export; update useSyncFormTranslations FormlikeType to take generic
clairep94 and others added 26 commits December 14, 2025 07:01
…odulesUser

Pr05 Typescript Migration processing#21: `client/modules/User`
…_yarn/min-document-2.19.1

Bump min-document from 2.19.0 to 2.19.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.13.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/js-yaml-3.14.2

Bump js-yaml from 3.13.1 to 3.14.2
We recently [released p5.js 2.1.2](https://github.com/processing/p5.js/releases/tag/v2.1.2)! This adds it to the version picker.

I have verified that this pull request:

* [x] has no linting errors (`npm run lint`)
* [x] has no test errors (`npm run test`)
* [x] is from a uniquely-named feature branch and is up to date with the  `develop` branch.
* [x] is descriptively named and links to an issue number, i.e. `Fixes processing#123`
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.3 to 7.0.11.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.7.3...v7.0.11)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/nodemailer-7.0.11

build(deps): bump nodemailer from 6.7.3 to 7.0.11
@clairep94
Copy link
Collaborator

Hi @NalinDalal can you merge the current version of develop into your branch? The diffing is off right now and there seem to be type-errors

@NalinDalal
Copy link
Author

Hi @NalinDalal can you merge the current version of develop into your branch? The diffing is off right now and there seem to be type-errors

hmm, thanks for heads up, yes i have locally checked the type errors after that

Screenshot 2026-01-11 at 4 13 22 PM

Copy link
Collaborator

@clairep94 clairep94 Jan 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think your branch is still out-of- sync with the current version of develop, as this file has already been migrated, so this should not show up on the diff. Same with all the other files related to the user module

Could you take another look?

I noticed that you're making this PR from your fork's develop branch. I would recommend in the future doing the following:

  • Regularly sync your fork's develop branch with the Processing develop branch
  • Branch off of your fork's develop branch with a descriptive branch name (eg. ts_migrate_client_Preview)
  • Before tagging for PR reviews, please check that tests all pass, and that your PR is up-to-date with the latest version of processing:develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: Typescript Migration Related to Typescript Migration after the initial pr05 grant 2025 migration work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants