Skip to content

Bump std-mocks from 1.0.1 to 2.0.0#520

Merged
bkendall merged 1 commit intomasterfrom
dependabot/npm_and_yarn/std-mocks-2.0.0
Feb 25, 2026
Merged

Bump std-mocks from 1.0.1 to 2.0.0#520
bkendall merged 1 commit intomasterfrom
dependabot/npm_and_yarn/std-mocks-2.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps std-mocks from 1.0.1 to 2.0.0.

Release notes

Sourced from std-mocks's releases.

v2.0.0

Bug Fixes

  • fix incorrect CJS / ESM distribution (#17) (048c4ea)

Features

  • ESM only & named export (a928d61)

BREAKING CHANGES

  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

import { mergeRefs } from "react-merge-refs";

v1.1.0

Features

  • add typescript mappings (53480d2)

v1.0.2

No release notes provided.

Changelog

Sourced from std-mocks's changelog.

2.0.0 (2022-06-19)

⚠ BREAKING CHANGES

  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

import { mergeRefs } from "react-merge-refs";

Features

  • ESM only & named export (a928d61)

Bug Fixes

  • fix incorrect CJS / ESM distribution (#17) (048c4ea)

1.1.0 (2020-07-27)

Features

  • add typescript mappings (53480d2)

1.0.0 (2019-09-19)

Features

Commits

Dependabot compatibility score

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)

Bumps [std-mocks](https://github.com/gregberge/react-merge-refs) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/gregberge/react-merge-refs/releases)
- [Changelog](https://github.com/gregberge/react-merge-refs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/react-merge-refs/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: std-mocks
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Feb 25, 2026
@bkendall bkendall merged commit bb4185e into master Feb 25, 2026
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/std-mocks-2.0.0 branch February 25, 2026 18:26
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.

1 participant