Skip to content

Bump @tootallnate/once and @jspsych/config in /Experiments7+/RedundantGestures/RequiredFiles/CustomPlugins7+/plugin-self-paced-reading#22

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Experiments7/RedundantGestures/RequiredFiles/CustomPlugins7/plugin-self-paced-reading/multi-ecc305ede6
Open

Bump @tootallnate/once and @jspsych/config in /Experiments7+/RedundantGestures/RequiredFiles/CustomPlugins7+/plugin-self-paced-reading#22
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Experiments7/RedundantGestures/RequiredFiles/CustomPlugins7/plugin-self-paced-reading/multi-ecc305ede6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps @tootallnate/once to 2.0.1 and updates ancestor dependency @jspsych/config. These dependencies need to be updated together.

Updates @tootallnate/once from 1.1.2 to 2.0.1

Release notes

Sourced from @​tootallnate/once's releases.

v2.0.1

Patch Changes

  • a1e5e2d: Fix promise hang when AbortSignal is aborted

2.0.0

Major Changes

  • Big refactor for v2: #5
    • Returns a regular Promise instead of CancelablePromise.
    • The Promise is strongly typed when posssible. This is the main new feature.
    • Always returns the full array of arguments passed to the event handler (i.e. what was previously once.spread() is now the regular once()).
    • Compatible with AbortController to remove event listeners before the Promise has been fulfilled.
    • Requires TypeScript v4 or newer.
    • Jest tests running CI via GitHub Actions.

Minor Changes

  • Add README.md: d00821f35b44ed48466b8e5d202c2788e3688df6
  • Create LICENSE: #2

Patches

  • Fix: c3260138d77811bde3823cebd490ff59b35fe32f
  • Remove test script: #4

Credits

Huge thanks to @​lewish and @​vivekkj123 for helping!

Changelog

Sourced from @​tootallnate/once's changelog.

2.0.1

Patch Changes

  • a1e5e2d: Fix promise hang when AbortSignal is aborted
Commits
  • bcbb21d ci: fix OIDC publishing — Node 24, npm latest, provenance
  • dc24387 Version Packages (2.x) (#12)
  • b8a6f80 CI: test all Node versions on Linux only
  • dabcc0f ci: drop EOL Node.js 14.x/16.x, add 22.x
  • b464efc Update CI: modern Node versions, fix macOS ARM64 compat
  • a1e5e2d Fix promise hang when AbortSignal is aborted
  • b71b6e8 2.0.0
  • 4460bff Big refactor for v2 (#5)
  • c4862ce Remove test script (#4)
  • de4a704 Create LICENSE (#2)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tootallnate/once since your current version.


Updates @jspsych/config from 1.1.0 to 1.3.3

Changelog

Sourced from @​jspsych/config's changelog.

1.3.3

Patch Changes

  • #3073 caef8713 Thanks @​jodeleeuw! - Update canvas package dependency version to fix missing binaries issues with newer node/npm versions

1.3.2

Patch Changes

  • e3e9d903 Thanks @​bjoluc! - Prevent rollup from relying on node internals in browser builds

1.3.1

Patch Changes

  • #2643 dc005661 Thanks @​bjoluc! - Include previously undefined regeneratorRuntime in the Babel build of the jspsych package

1.3.0

Minor Changes

  • 3463e977 Thanks @​becky-gilbert! - Add the updatePluginVersions gulp task. This task looks at each of the docs/plugins markdown files, finds the page title and "Current version" string, adds the current version number (from the package.json file), and uses the package name as the page title.

Patch Changes

  • #2631 e77371e9 Thanks @​bjoluc! - Update dependencies, including Jest v27 to v28. The changelogs have been carefully checked and no breaking changes are to be expected in packages using @jspsych/config. Check out the Jest 28 blog post for a summary of the changes in Jest.
  • #2632 a17f423f Thanks @​bjoluc! - Apply Babel Rollup plugin to .ts files in the index.browser.min.js build. It was erroneously ignoring transpiled .ts files before.

1.2.0

Minor Changes

  • #2431 87f332f9 Thanks @​bjoluc! - Implement an updateUnpkgLinks Gulp task to update each unpkg link with a precise version number to the corresponding package's current version as defined in the package's package.json.

Patch Changes

  • #2505 9486bc50 Thanks @​bjoluc! - Fix css path rewriting in createCoreDistArchive Gulp task when link tags do not end in />
Commits
  • 4f1fda8 chore(release): version packages
  • caef871 update canvas version
  • 5d1cb03 chore(release): version packages
  • e3e9d90 Set preferBuiltins: false for @rollup/plugin-node-resolve
  • 16fac08 chore(release): version packages
  • dc00566 Include regenerator-runtime in the jspsych Babel build
  • f1fa90e chore(release): version packages
  • a17f423 Fix @rollup/plugin-babel config in conjunction with `rollup-plugin-typescri...
  • e77371e Update @​jspsych/config dependencies
  • 2154423 change gulp task name updatePluginVersion -> updatePluginVersions #2609
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@tootallnate/once](https://github.com/TooTallNate/once) to 2.0.1 and updates ancestor dependency [@jspsych/config](https://github.com/jspsych/jsPsych/tree/HEAD/packages/config). These dependencies need to be updated together.


Updates `@tootallnate/once` from 1.1.2 to 2.0.1
- [Release notes](https://github.com/TooTallNate/once/releases)
- [Changelog](https://github.com/TooTallNate/once/blob/v2.0.1/CHANGELOG.md)
- [Commits](TooTallNate/once@1.1.2...v2.0.1)

Updates `@jspsych/config` from 1.1.0 to 1.3.3
- [Release notes](https://github.com/jspsych/jsPsych/releases)
- [Changelog](https://github.com/jspsych/jsPsych/blob/main/packages/config/CHANGELOG.md)
- [Commits](https://github.com/jspsych/jsPsych/commits/@jspsych/config@1.3.3/packages/config)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 2.0.1
  dependency-type: indirect
- dependency-name: "@jspsych/config"
  dependency-version: 1.3.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants