Skip to content

chore(deps): bump zekr from 1.8.0 to 2.0.0#131

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/zekr-2.0.0
Open

chore(deps): bump zekr from 1.8.0 to 2.0.0#131
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/zekr-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps zekr from 1.8.0 to 2.0.0.

Release notes

Sourced from zekr's releases.

v2.0.0

2.0.0 (2026-04-07)

⚠ BREAKING CHANGES

  • Removes redundant prefixes where the function name repeated the module name.

Assert: assertEqual -> Assert.equal assertNotEqual -> Assert.notEqual assertTrue -> Assert.isTrue assertFalse -> Assert.isFalse assertGreaterThan -> Assert.greaterThan assertLessThan -> Assert.lessThan assertGreaterThanOrEqual -> Assert.greaterThanOrEqual assertLessThanOrEqual -> Assert.lessThanOrEqual assertContains -> Assert.contains assertArrayContains -> Assert.arrayContains assertMatch -> Assert.matches assertSome -> Assert.some assertNone -> Assert.none assertOk -> Assert.ok assertError -> Assert.error assertThrows -> Assert.throws

Snapshot: setSnapshotDir -> Snapshot.setDir assertMatchesSnapshot -> Snapshot.matches updateSnapshot -> Snapshot.update

DomEvent: fireEvent -> DomEvent.fire

isTrue/isFalse/matches used where the natural name clashes with a ReScript reserved keyword (true, false, match).

  • Public API is reorganized around submodules instead of a flat facade. Enables 'namespace': true in rescript.json, drops the Zekr.res facade, and distributes helpers into logical submodules.

Migration:

  • Zekr.test -> Zekr.Test.make
  • Zekr.testSkip -> Zekr.Test.skip
  • Zekr.testOnly -> Zekr.Test.only
  • Zekr.asyncTest -> Zekr.Test.async
  • Zekr.asyncTestSkip -> Zekr.Test.asyncSkip
  • Zekr.asyncTestOnly -> Zekr.Test.asyncOnly
  • Zekr.suite -> Zekr.Suite.make
  • Zekr.asyncSuite -> Zekr.Suite.async
  • Zekr.assert* -> Zekr.Assert.assert*

... (truncated)

Changelog

Sourced from zekr's changelog.

2.0.0 (2026-04-07)

⚠ BREAKING CHANGES

  • Removes redundant prefixes where the function name repeated the module name.

Assert: assertEqual -> Assert.equal assertNotEqual -> Assert.notEqual assertTrue -> Assert.isTrue assertFalse -> Assert.isFalse assertGreaterThan -> Assert.greaterThan assertLessThan -> Assert.lessThan assertGreaterThanOrEqual -> Assert.greaterThanOrEqual assertLessThanOrEqual -> Assert.lessThanOrEqual assertContains -> Assert.contains assertArrayContains -> Assert.arrayContains assertMatch -> Assert.matches assertSome -> Assert.some assertNone -> Assert.none assertOk -> Assert.ok assertError -> Assert.error assertThrows -> Assert.throws

Snapshot: setSnapshotDir -> Snapshot.setDir assertMatchesSnapshot -> Snapshot.matches updateSnapshot -> Snapshot.update

DomEvent: fireEvent -> DomEvent.fire

isTrue/isFalse/matches used where the natural name clashes with a ReScript reserved keyword (true, false, match).

  • Public API is reorganized around submodules instead of a flat facade. Enables 'namespace': true in rescript.json, drops the Zekr.res facade, and distributes helpers into logical submodules.

Migration:

  • Zekr.test -> Zekr.Test.make
  • Zekr.testSkip -> Zekr.Test.skip
  • Zekr.testOnly -> Zekr.Test.only
  • Zekr.asyncTest -> Zekr.Test.async
  • Zekr.asyncTestSkip -> Zekr.Test.asyncSkip
  • Zekr.asyncTestOnly -> Zekr.Test.asyncOnly
  • Zekr.suite -> Zekr.Suite.make
  • Zekr.asyncSuite -> Zekr.Suite.async
  • Zekr.assert* -> Zekr.Assert.assert*
  • Zekr.runSuite(s) -> Zekr.Runner.runSuite(s)

... (truncated)

Commits
  • bb98b8b chore(release): 2.0.0 [skip ci]
  • 08c71c6 docs: rewrite AGENTS.md as a general library guide
  • 4a01bb4 docs: update README, AGENTS, CLAUDE, and docs-website for new API
  • 099b755 refactor!: drop module-name prefixes from function names
  • 889cb48 refactor!: switch to ReScript namespacing with module-scoped API
  • 23b859f refactor: use ReScript namespacing instead of Zekr__ prefix
  • e573392 chore(deps-dev): bump vite
  • 2ab1605 chore(deps): bump lodash in the npm_and_yarn group across 1 directory
  • f739938 chore(deps-dev): bump lodash-es
  • e047bcc chore(deps-dev): bump handlebars
  • Additional commits viewable in compare view

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 [zekr](https://github.com/brnrdog/zekr) from 1.8.0 to 2.0.0.
- [Release notes](https://github.com/brnrdog/zekr/releases)
- [Changelog](https://github.com/brnrdog/zekr/blob/main/CHANGELOG.md)
- [Commits](brnrdog/zekr@v1.8.0...v2.0.0)

---
updated-dependencies:
- dependency-name: zekr
  dependency-version: 2.0.0
  dependency-type: direct:production
  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 Apr 13, 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