Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm-modules-updates group in /frontend/apps/remark42 with 6 updates #1836

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps the npm-modules-updates group in /frontend/apps/remark42 with 6 updates:

Package From To
clsx 1.2.1 2.1.1
node-emoji 1.11.0 2.1.3
preact 10.6.2 10.24.3

Updates clsx from 1.2.1 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b

... (truncated)

Commits

Updates node-emoji from 1.11.0 to 2.1.3

Release notes

Sourced from node-emoji's releases.

v2.1.0: TypeScript Types!

What's Changed

New Contributors

Full Changelog: omnidan/node-emoji@v2.0.2...v2.1.0

2.0.2

  • completely new codebase
  • ESM support
  • new API and functions

emoji.replace now requires preserveSpaces: true to be passed to preserve spaces:

emoji.replace('I ❤️ coffee!', 'love', { preserveSpaces: true })
Changelog

Sourced from node-emoji's changelog.

2.1.3 (2023-11-20)

Bug Fixes

  • pin skin-tone to ^2.0.0 and add renovate.json ignoreDeps (dcd6c43)

2.1.2 (2023-11-20)

Bug Fixes

  • add back CJS support, with a test (e2856d9)

2.1.1 (2023-11-18)

Bug Fixes

  • underlines in README.md badges (05e30ae)
Commits
  • d17d670 chore: release v2.1.3
  • 3eae526 Merge pull request #157 from JoshuaKGoldberg/skin-tone-and-ignore-deps
  • dcd6c43 fix: pin skin-tone to ^2.0.0 and add renovate.json ignoreDeps
  • fc53f07 chore: release v2.1.2
  • ac996a3 Merge pull request #154 from JoshuaKGoldberg/fix-cjs
  • 54bec24 chore(deps): update dependency skin-tone to v3
  • 68d554f Fix coverage
  • b53ad87 Move CJS test to its own file
  • f2de234 build before lint and test
  • e2856d9 fix: add back CJS support, with a test
  • Additional commits viewable in compare view

Updates preact from 10.6.2 to 10.24.3

Release notes

Sourced from preact's releases.

10.24.3

Fixes

Performance

Maintenance

10.24.2

Performance

Types

Maintenance

10.24.1

Fixes

Types

Maintenance

10.24.0

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from umputun as a code owner November 8, 2024 01:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 8, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch from b66a452 to c64c2a1 Compare November 8, 2024 21:58
@paskal
Copy link
Collaborator

paskal commented Nov 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch from c64c2a1 to cfa1c1e Compare November 8, 2024 22:37
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11750584124

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.939%

Totals Coverage Status
Change from base Build 11750473760: 0.0%
Covered Lines: 5995
Relevant Lines: 7058

💛 - Coveralls

@paskal
Copy link
Collaborator

paskal commented Nov 10, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch from cfa1c1e to a34f7c8 Compare November 10, 2024 18:43
@paskal
Copy link
Collaborator

paskal commented Nov 10, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch from a34f7c8 to af570e8 Compare November 10, 2024 19:32
@paskal paskal force-pushed the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch from af570e8 to 39252a3 Compare November 10, 2024 19:35
Bumps the npm-modules-updates group in /frontend/apps/remark42 with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.1` |
| [node-emoji](https://github.com/omnidan/node-emoji) | `1.11.0` | `2.1.3` |
| [preact](https://github.com/preactjs/preact) | `10.6.2` | `10.24.3` |

Updates `clsx` from 1.2.1 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.1.1)

Updates `node-emoji` from 1.11.0 to 2.1.3
- [Release notes](https://github.com/omnidan/node-emoji/releases)
- [Changelog](https://github.com/omnidan/node-emoji/blob/main/CHANGELOG.md)
- [Commits](omnidan/node-emoji@v1.11.0...v2.1.3)

Updates `preact` from 10.6.2 to 10.24.3
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.6.2...10.24.3)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
- dependency-name: node-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-modules-updates
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-modules-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@paskal paskal force-pushed the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch from 39252a3 to 9a489d8 Compare November 10, 2024 20:04
@paskal paskal closed this Nov 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@paskal paskal deleted the dependabot/npm_and_yarn/frontend/apps/remark42/npm-modules-updates-33950cb83c branch November 10, 2024 20:15
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.

2 participants