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 minor-patch group across 1 directory with 4 updates #1030

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the minor-patch group with 4 updates in the /frontend directory: @tinyhttp/app, isbot, preact and preact-render-to-string.

Updates @tinyhttp/app from 2.1.4 to 2.3.1

Release notes

Sourced from @​tinyhttp/app's releases.

@​tinyhttp/app@​2.3.1

What's Changed

Full Changelog: https://github.com/tinyhttp/tinyhttp/compare/@​tinyhttp/app@​2.3.0...@​tinyhttp/app@​2.3.1

@​tinyhttp/app@​2.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/tinyhttp/tinyhttp/compare/@​tinyhttp/app@​2.2.4...@​tinyhttp/app@​2.3.0

@​tinyhttp/app@​2.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/tinyhttp/tinyhttp/compare/@​tinyhttp/app@​2.2.0...@​tinyhttp/app@​2.2.1

v2.2: New (old) view engine

v.2.2

Features

new View engine

by @​talentlessguy in tinyhttp/tinyhttp#401

View engine was ported from express for cases like multiple view engines and custom View processing. See docs for more info.

App doesn't require a first argument as engine options in a generic anymore. Instead pass engine options to app.engine and res.render.

Example:

import { App } from '@tinyhttp/app'
import { renderFile, type EtaConfig } from 'eta'
import type { PartialConfig } from 'eta/dist/types/config'
const app = new App()
</tr></table>

... (truncated)

Commits

Updates isbot from 5.1.13 to 5.1.17

Changelog

Sourced from isbot's changelog.

5.1.17

  • [Pattern] Pattern updates for better recognition

5.1.16

  • [Pattern] Treat CCleaner broswer as an actual browser, not a bot

5.1.15

  • [Pattern] Pattern updates for better recognition

5.1.14

  • [Pattern] More accurate patterns for some substrings
Commits

Updates preact from 10.23.1 to 10.23.2

Release notes

Sourced from preact's releases.

10.23.2

Fixes

Types

Maintenance

Commits

Updates preact-render-to-string from 6.5.7 to 6.5.10

Release notes

Sourced from preact-render-to-string's releases.

v6.5.10

Patch Changes

v6.5.9

Patch Changes

v6.5.8

Patch Changes

Changelog

Sourced from preact-render-to-string's changelog.

6.5.10

Patch Changes

6.5.9

Patch Changes

6.5.8

Patch Changes

Commits
  • e7ec96b Merge pull request #392 from preactjs/changeset-release/main
  • 0586df1 Version Packages
  • 6a60e81 Merge pull request #391 from preactjs/cursed-class-name
  • d80e4dc fix: allow any stringified value in class + className
  • 19ebe20 Merge pull request #389 from preactjs/changeset-release/main
  • 03f88f0 Version Packages
  • 1754f99 Merge pull request #388 from preactjs/spellcheck
  • 4621fa3 fix: wrong spellcheck attribute value
  • b40944a Version Packages (#384)
  • 220ad45 Add async benchmark and perf iterations (#386)
  • Additional commits viewable in compare view

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
Bumps the minor-patch group with 4 updates in the /frontend directory: [@tinyhttp/app](https://github.com/tinyhttp/tinyhttp/tree/HEAD/packages/app), [isbot](https://github.com/omrilotan/isbot), [preact](https://github.com/preactjs/preact) and [preact-render-to-string](https://github.com/preactjs/preact-render-to-string).


Updates `@tinyhttp/app` from 2.1.4 to 2.3.1
- [Release notes](https://github.com/tinyhttp/tinyhttp/releases)
- [Commits](https://github.com/tinyhttp/tinyhttp/commits/@tinyhttp/app@2.3.1/packages/app)

Updates `isbot` from 5.1.13 to 5.1.17
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.13...v5.1.17)

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

Updates `preact-render-to-string` from 6.5.7 to 6.5.10
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.5.7...v6.5.10)

---
updated-dependencies:
- dependency-name: "@tinyhttp/app"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: preact-render-to-string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/minor-patch-055eedef1e branch from 04f3f73 to 90cea18 Compare September 1, 2024 21:58
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/minor-patch-055eedef1e branch October 1, 2024 16:44
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