[PR #8] [MERGED] Bump nth-check from 2.0.0 to 2.1.1 #8

Closed
opened 2025-12-01 17:04:01 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/artdanj-api/pull/8
Author: @dependabot[bot]
Created: 7/3/2022
Status: Merged
Merged: 7/3/2022
Merged by: @ArthurDanjou

Base: masterHead: dependabot/npm_and_yarn/nth-check-2.1.1


📝 Commits (1)

  • b6c1441 Bump nth-check from 2.0.0 to 2.1.1

📊 Changes

1 file changed (+2 additions, -9 deletions)

View changed files

📝 yarn.lock (+2 -9)

📄 Description

Bumps nth-check from 2.0.0 to 2.1.1.

Release notes

Sourced from nth-check's releases.

v2.1.1

  • The ESM code had some issues that are now fixed aeeb067

https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1

v2.1.0

What's Changed

  • nth-check is now a dual CommonJS and ESM module fb55/nth-check#206
  • With the new sequence and generate methods, it is now possible to generate a sequence of indices for a given formula fb55/nth-check#207

Full Changelog: https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0

v2.0.1

Fixes:

  • Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
    • Ensures parsing will always have linear time complexity.

Internal:

  • chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
  • Bump dependencies

https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/artdanj-api/pull/8 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/3/2022 **Status:** ✅ Merged **Merged:** 7/3/2022 **Merged by:** [@ArthurDanjou](https://github.com/ArthurDanjou) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nth-check-2.1.1` --- ### 📝 Commits (1) - [`b6c1441`](https://github.com/ArthurDanjou/artdanj-api/commit/b6c14418ba87f781669f508a34ca205a824e6524) Bump nth-check from 2.0.0 to 2.1.1 ### 📊 Changes **1 file changed** (+2 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+2 -9) </details> ### 📄 Description Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fb55/nth-check/releases">nth-check's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <ul> <li>The ESM code had some issues that are now fixed aeeb067</li> </ul> <p><a href="https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1">https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1</a></p> <h2>v2.1.0</h2> <h2>What's Changed</h2> <ul> <li><code>nth-check</code> is now a dual CommonJS and ESM module <a href="https://github-redirect.dependabot.com/fb55/nth-check/pull/206">fb55/nth-check#206</a></li> <li>With the new <code>sequence</code> and <code>generate</code> methods, it is now possible to generate a sequence of indices for a given formula <a href="https://github-redirect.dependabot.com/fb55/nth-check/pull/207">fb55/nth-check#207</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0">https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0</a></p> <h2>v2.0.1</h2> <p><strong>Fixes:</strong></p> <ul> <li>Replace regex with hand-rolled parser for nth-expressions (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/9">#9</a>) 9894c1d <ul> <li>Ensures parsing will always have linear time complexity.</li> </ul> </li> </ul> <p><strong>Internal:</strong></p> <ul> <li>chore(ci): Use GitHub Actions, Dependabot (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/10">#10</a>) e02b4dd</li> <li>Bump dependencies</li> </ul> <p><a href="https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1">https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fb55/nth-check/commit/639fd2a4000b69f82350aad8c34cb43f77e483ba"><code>639fd2a</code></a> 2.1.1</li> <li><a href="https://github.com/fb55/nth-check/commit/0eec65bb14c0f49deb4d5ea05108575edbe4b489"><code>0eec65b</code></a> fix(test): Add <code>moduleNameMapper</code></li> <li><a href="https://github.com/fb55/nth-check/commit/aeeb0676f6af940e8639f64e27781443694ca05e"><code>aeeb067</code></a> fix: Fix ESM</li> <li><a href="https://github.com/fb55/nth-check/commit/432ebc605de10e2f26d7cc2a1fc3fcb048eea6e6"><code>432ebc6</code></a> 2.1.0</li> <li><a href="https://github.com/fb55/nth-check/commit/3e8cd1ea382c14a0a51aa4b67b00024f1c4acb68"><code>3e8cd1e</code></a> feat: Add <code>generate</code> and <code>sequence</code> methods (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/207">#207</a>)</li> <li><a href="https://github.com/fb55/nth-check/commit/57a5c6246d3ce56717a07ff7c86bd31d2d9ca5a0"><code>57a5c62</code></a> feat: Add ESM (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/206">#206</a>)</li> <li><a href="https://github.com/fb55/nth-check/commit/1ce0c7c9281aac4869bfa26c451854d5c0557618"><code>1ce0c7c</code></a> chore(deps-dev): Bump <code>@​types/node</code> from 17.0.34 to 17.0.35 (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/205">#205</a>)</li> <li><a href="https://github.com/fb55/nth-check/commit/eebb040a8104ce61f24f3cbd0ec8ceffd5b82879"><code>eebb040</code></a> chore(deps-dev): Bump <code>@​typescript-eslint/parser</code> from 5.24.0 to 5.25.0 (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/204">#204</a>)</li> <li><a href="https://github.com/fb55/nth-check/commit/a316aaab13f7992dbf0d8bbe778dcaa634b4b584"><code>a316aaa</code></a> chore(deps-dev): Bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/203">#203</a>)</li> <li><a href="https://github.com/fb55/nth-check/commit/454c0de7b9be154957247f857192810ae566d4bb"><code>454c0de</code></a> chore(deps-dev): Bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/fb55/nth-check/issues/202">#202</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fb55/nth-check/compare/v2.0.0...v2.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nth-check&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ArthurDanjou/artdanj-api/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:04:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/artdanj-api#8