Skip to content

[pull] gh-pages from expressjs:gh-pages #5

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

Open
wants to merge 368 commits into
base: gh-pages
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 16, 2021

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Dec 16, 2021
@dougwilson dougwilson force-pushed the gh-pages branch 21 times, most recently from bb4652e to 726bf05 Compare December 16, 2021 22:50
@dougwilson dougwilson force-pushed the gh-pages branch 4 times, most recently from 297cae3 to cf49d9b Compare February 19, 2022 03:08
ShubhamOulkar and others added 4 commits June 5, 2025 20:20
Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: Sebastian Beltran <[email protected]>
* docs: new process for translate page

* docs: update link in contributing guide for local setup

* Update CONTRIBUTING.md

* Update README.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: Copilot <[email protected]>

* Update CONTRIBUTING.md

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
fix: correctly link id to header

Co-authored-by: shubham oulkar <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.


steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/ci.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Set up Node.js
uses: actions/setup-node@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/ci.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help

steps:
- name: Checkout repository
uses: actions/checkout@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/codeql.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/codeql.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/codeql.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help

permissions:
pull-requests: write
contents: write

Check failure

Code scanning / Scorecard

Token-Permissions

score is 0: topLevel 'contents' permission set to 'write' Remediation tip: Visit [https://app.stepsecurity.io/secureworkflow](https://app.stepsecurity.io/secureworkflow/github.com/expressjs/expressjs.com/update-external-docs.yml/gh-pages?enable=permissions). Tick the 'Restrict permissions for GITHUB_TOKEN' Untick other options NOTE: If you want to resolve multiple issues at once, you can visit [https://app.stepsecurity.io/securerepo](https://app.stepsecurity.io/securerepo) instead. Click Remediation section below for further remediation help
runs-on: ubuntu-latest
if: github.repository_owner == 'expressjs'
steps:
- uses: actions/checkout@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/update-external-docs.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/update-external-docs.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help
bash ./get-readmes.sh
node ./get-express-version.mjs
- name: Create Pull Request
uses: gr2m/create-or-update-pull-request-action@v1

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: third-party GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/update-external-docs.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help
if: github.repository_owner == 'expressjs'
steps:
- name: Checkout
uses: actions/checkout@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 4: GitHub-owned GitHubAction not pinned by hash Remediation tip: update your workflow using [https://app.stepsecurity.io](https://app.stepsecurity.io/secureworkflow/expressjs/expressjs.com/update-external-docs.yml/gh-pages?enable=pin) Click Remediation section below for further remediation help
github-actions bot and others added 24 commits June 10, 2025 21:07
update external docs

Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: Sebastian Beltran <[email protected]>
)

* fix: remove code block rendering in the note section Closes #1949

* fix: removed markdown from note include to prevent code block rendering

* fix: remove code block rendering from all translation pages

* add markdown attribute

---------

Co-authored-by: shubham oulkar <[email protected]>
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@f49aabe...05b42c6)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update external docs

* fix location of security file

---------

Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: Sebastian Beltran <[email protected]>
* New Crowdin translations by GitHub Action

* nothing

---------

Co-authored-by: Crowdin Bot <[email protected]>
Co-authored-by: Sebastian Beltran <[email protected]>
…1903)

* docs: clarify MIME type changes when migrating from Express 4 to 5

* fix: removed trailing spaces

* fix: added router.params(fn) back

* docs: specify exact MIME type changes in Express 5 upgrade notes

---------

Co-authored-by: Sebastian Beltran <[email protected]>
* ci: update CI workflows to handle pull request reviews

Signed-off-by: Sebastian Beltran <[email protected]>

* chore: update codeowners

Signed-off-by: Sebastian Beltran <[email protected]>

* Update .github/workflows/ci.yml

---------

Signed-off-by: Sebastian Beltran <[email protected]>
* remove multilingual documentation section from footer

* add acknowledgements section to README

* remove translation acknowledgements from notice files

* remove acknowledgements section from README

Signed-off-by: Sebastian Beltran <[email protected]>

---------

Signed-off-by: Sebastian Beltran <[email protected]>
* update tables in 5.x for consistency in design

* update tables in 4.x for consistency in design

* remove content overflow for mobile devices

* remove inline padding from main conatent

---------

Co-authored-by: Sebastian Beltran <[email protected]>
New Crowdin translations by GitHub Action

Co-authored-by: Crowdin Bot <[email protected]>
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.207.0 to 1.245.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@v1.207.0...a4effe4)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.245.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.1 to 2.32.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.2.0 to 6.6.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.2.0...v6.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@b8012bd...297234b)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Create or Update Pull Request Action <[email protected]>
…l screens (#1972)

adding title to small screens by removing css rule

Co-authored-by: Sebastian Beltran <[email protected]>
fix grid layout and refactor css
* build: apply language based on folder.

* i18n: remove lang tag

* style: fix home style

* fixup!: fix lang 404 page

* re-add grid area

* fix zh_ch

* re add style changes
…on the small screen

* fix(docs): add horizontal scroll wrapper to middleware diagram to prevent overflow on mobile (#1967)

* fix(docs): replace mw-fig-scroll with table-scroller as per review feedback (#1967)

* apply scroller width for same cross browser behaviour

---------

Co-authored-by: shubham oulkar <[email protected]>
New Crowdin translations by GitHub Action

Co-authored-by: Crowdin Bot <[email protected]>
* refactor footer

* fix icons layout

* remove font awesome icons

* refactor header icons

* redeploy netlify preview

* use absolute path for a svg icons

* replace img elements with CSS background-image and mask-image for theme icons

* fix bugs and remove unused css classes

* apply thin scroller for tables (chrome)

* inherit colors for footer social icons

* simplify openjs icon

* use openjs white logo

* simplify theme icons

* fix theme icons

* fix background color

* fix bugs and refactor theme.js

* remove color flicker

* fix bugs and refactor theme.js

* refactor

* remove comments from svg

* legacy fix: alignment of icons
* "fixed the issue #1981"

* #1982 fixed link part

* Update index.md

* "done the recommended changes in style.css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.