Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:HTML language:Java language:JavaScript language:Java

Filter by

155M results  (2 s)

155M results

Bumps the main group with 5 updates: | Package | From | To | | --- | --- | --- | | caniuse-lite | 1.0.30001793 | 1.0.30001799 | | js-yaml | 4.1.1 | 4.2.0 | | node-releases | 2.0.46 | 2.0.47 | | string.prototype.trim ...
dependencies
javascript

Adds the missing branch-lifecycle step to ADR-0017: after squash-merging dev- main, run git merge origin/main into dev (merge-back) so main is an ancestor again and the next PR diffs cleanly. Force-reset ...

What - src/App.tsx: elevate the shared AppNavbar from z-40 to z-40 md:z-[60] so the top bar sits above the comparison sidebar (z-51) but below modals (z-1000+). - src/css/comparison.css: flush ...

Bumps axios to 1.17.0 and updates ancestor dependency prettier-plugin-apex. These dependencies need to be updated together. Updates axios from 1.3.5 to 1.17.0 details summary Release notes /summary p ...
dependencies
javascript

Problem The Procfile references app:wbs as the WSGI callable, but the Flask application in app.py is assigned to a variable named app, not wbs. This causes gunicorn to crash on startup with Failed to ...