Skip to content

Bump @babel/core, tap and ava#53

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-b31ae8c0f7
Open

Bump @babel/core, tap and ava#53
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-b31ae8c0f7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Removes @babel/core. It's no longer used after updating ancestor dependencies @babel/core, tap and ava. These dependencies need to be updated together.

Removes @babel/core

Updates tap from 14.10.7 to 21.7.4

Release notes

Sourced from tap's releases.

tap@21.7.4

No release notes provided.

tap@21.7.2

No release notes provided.

tap@21.6.3

No release notes provided.

tap@21.6.2

No release notes provided.

tap@21.6.1

No release notes provided.

tap@21.6.0

No release notes provided.

tap@21.5.1

No release notes provided.

tap@21.5.0

No release notes provided.

tap@21.3.0

No release notes provided.

tap@21.2.0

No release notes provided.

tap@21.1.6

No release notes provided.

tap@21.1.5

No release notes provided.

tap@21.1.3

No release notes provided.

tap@21.1.2

No release notes provided.

tap@21.1.0

No release notes provided.

tap@21.0.2

No release notes provided.

tap@21.0.1

No release notes provided.

... (truncated)

Commits
  • 9b0010e update versions
  • 5dd46c9 @​tapjs/processinfo@​3.1.12
  • 9bf9c46 try second time to remove local tags when pub fails
  • 0ab7f3c update versions
  • 79acbfa changelog for 21.7 patch
  • 49c7eec fix node 26 ts warnings by ignoring them
  • ce51daf update processinfo to use module.registerHooks
  • e793776 update versions
  • 8c5675c update processinfo to fix uuid advisory
  • c96e8e1 fix homepage links in package.json
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tap since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates ava from 2.4.0 to 8.0.1

Release notes

Sourced from ava's releases.

v8.0.1

What's Changed

This release officially adds Node.js 26 support, with thanks to @​novemberborn in avajs/ava#3450.

Per our policy, support for Node.js 25 has been removed.

Full Changelog: avajs/ava@v8.0.0...v8.0.1

v8.0.0

Breaking Changes

AVA now expects Node.js 22.20, 24.12 or newer.

Internally AVA is now fully ESM. This is possible now that Node.js supports loading ES modules using require() calls and simplifies AVA's types and internals.

If you use AVA from a CommonJS project you'll have to update your imports:

-const test = require('ava');
+const {default: test} = require('ava');

We expect an increasing number of projects to be ESM only. As per the above, CommonJS is still supported, but we don't expect cjs extensions to be used. The default file extensions are now js and mjs. Specify extensions: ['cjs', 'js', 'mjs'] for AVA to run test files with the cjs extension.

All test files (and those loaded through AVA's require config) are now loaded via import(). Use customization hooks for transpilation. The object form of the extensions configuration is no longer supported.

If you use AVA with @​ava/typescript you must upgrade that package to v7.

New Features

There's two new test modifiers courtesy of @​sindresorhus: test.skipIf() to skip a test based on a runtime condition. test.runIf() is the inverse: the test only runs when the condition is true.

test.skipIf(process.platform === 'win32')('not on Windows', t => {
	t.pass();
});
test.runIf(process.platform === 'linux')('Linux only', t => {
t.pass();
});

These work with other modifiers like .serial and .failing:

test.serial.skipIf(process.platform === 'win32')('serial, not on Windows', t => {
	t.pass();
});
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ava since your current version.


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.

Removes [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). It's no longer used after updating ancestor dependencies [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [tap](https://github.com/tapjs/tapjs) and [ava](https://github.com/avajs/ava). These dependencies need to be updated together.


Removes `@babel/core`

Updates `tap` from 14.10.7 to 21.7.4
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](https://github.com/tapjs/tapjs/compare/v14.10.7...tap@21.7.4)

Updates `ava` from 2.4.0 to 8.0.1
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v2.4.0...v8.0.1)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version:
  dependency-type: indirect
- dependency-name: tap
  dependency-version: 21.7.4
  dependency-type: direct:production
- dependency-name: ava
  dependency-version: 8.0.1
  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 24, 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