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

aa #43

Merged
merged 134 commits into from
Mar 14, 2025
Merged

aa #43

merged 134 commits into from
Mar 14, 2025

Conversation

smthing
Copy link

@smthing smthing commented Mar 14, 2025

No description provided.

redkale and others added 30 commits November 9, 2024 09:40
Some frameworks, such as Next.js, automatically inject `<meta>`,
`<link>`, and `<script>` tags into pages rendered by their templating
system.  Since the Fortunes test is meant to exercise the templating
system (as opposed to raw string concatenation), it should allow these
tags.

Furthermore, React warns against nesting a `<tr>` directly inside a
`<table>` ("<tr> cannot be a child of <table>") because browsers will
automatically wrap the `<tr>` elements in a `<tbody>`, causing a
mismatch with the virtual DOM.  Therefore, the Fortunes test should
allow optional `<tbody>` (and `<thead>`) tags.

This commit relaxes the HTML validation for the Fortunes test to allow
these tags by simply ignoring them when building the comparison string.
Bumps [rack](https://github.com/rack/rack) from 3.1.10 to 3.1.11.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.1.10...v3.1.11)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…ks/Ruby/rails/rack-3.1.11

Bump rack from 3.1.10 to 3.1.11 in /frameworks/Ruby/rails
Bumps [fastify](https://github.com/fastify/fastify) from 2.12.1 to 2.15.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v2.12.1...v2.15.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.3 to 4.7.7.
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.3...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…meworks/TypeScript/nest/handlebars-4.7.7

Bump handlebars from 4.7.3 to 4.7.7 in /frameworks/TypeScript/nest
spericas and others added 29 commits March 13, 2025 09:44
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
Crax is currently failing and hasn't been updated in 5 years: https://github.com/crax-framework/crax
Hug hasn't received any updates in 2 years and seems abandonned:
hugapi/hug#897

Also, it only implements the plaintext test, which isn't allowed by the
current rules.
Starlite is currently failing and hasn't been updated in 3 years: https://github.com/Harry-Lees/starlite
Morepath is currently failing and hasn't been updated in 3 years:
https://github.com/morepath/morepath/tree/master
Xpresso is currently failing and the framework hasn't been updated in 2
years and the projects seems unmaintained:

https://github.com/adriangb/xpresso

> It's going to stay around, but it's less likely to become a stable
> production ready framework
Vibora hasn't been updated in 6 years and the repo has been archived:
https://github.com/vibora-io/vibora
Also set Date header for Puma only.
+--------------+------+-----+-----+------+-------+---------+--------------+
|              |  json|   db|query|update|fortune|plaintext|weighted_score|
+--------------+------+-----+-----+------+-------+---------+--------------+
|        master| 58048|23085|12225|  5170|  12364|    47186|           775|
|sinatra/iodine|103642|41732|31679|  7853|  10708|   100518|          1461|
+--------------+------+-----+-----+------+-------+---------+--------------+
* Paozhu update

* Update orm file

* [Paozhu] update orm file
Anansi is currently failing and the repo hasn't seen activity in 2
years: https://github.com/saru-tora/anansi
Luxure is currenlty failing and the repo hasn't seen activity in 2
years: https://github.com/cosock/luxure
Play1 is currently failing because downloading the framework fails:
https://tfb-status.techempower.com/unzip/results.2025-03-08-22-02-56-466.zip/results/20250302185309/play1/build/play1.log

The TechEmpower tests haven't been updated in 5 years, and the latest v1
release is from 3 years ago: https://www.playframework.com/releases
This fixes the failing quart test because Werkzeug version 3 removed
`url_quote` raising:

    ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
CueHttp only implements the plaintext test and the framework hasn't been
updated in 4 years:

    https://github.com/doraxcyle/cuehttp
* [ntex]: add io-uring runtime

* wip

* wip
This fixes the failing flask test because Werkzeug version 3 removed
`url_quote` raising:

    ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
[crystal/lucky] Disable compression
[helidon] Should fix some connection issues
…/Rust/rocket/ring-0.17.13

Bump ring from 0.17.8 to 0.17.13 in /frameworks/Rust/rocket
…ython/turbogears/jinja2-3.1.6

Bump jinja2 from 2.11.3 to 3.1.6 in /frameworks/Python/turbogears
…meworks/TypeScript/nest/fastify-2.15.1

Bump fastify from 2.12.1 to 2.15.1 in /frameworks/TypeScript/nest
…works/Go/echo/src/golang.org/x/net-0.36.0

Bump golang.org/x/net from 0.23.0 to 0.36.0 in /frameworks/Go/echo/src
@smthing smthing merged commit 6e19802 into smartboot:master Mar 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.