Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:CSS language:C# language:JavaScript

Filter by

170M results  (2 s)

170M results

deployed

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Bumps launch-editor from 2.6.0 to 2.14.1. details summary Commits /summary ul li a href= https://github.com/vitejs/launch-editor/commit/3f97c648307a70e7c930ba63f040e6ba8e72bc16 code 3f97c64 /code /a v2.14.1 ...
dependencies
javascript

Bumps react-router from 7.12.0 to 7.15.0. details summary Release notes /summary p em Sourced from a href= https://github.com/remix-run/react-router/releases react-router s releases /a . /em /p blockquote ...
dependencies
javascript

Summary - Stands up a Postgres-backed pytest fixture driven by TEST_DATABASE_URL: skips cleanly when unset locally (no Docker required for local dev), hard-fails in CI if the var is missing so DB ...

This PR updates boto3 from 1.20.19 to 1.43.22. details summary Changelog /summary 1.43.22 ======= * api-change:``arc-region-switch``: [``botocore``] ARC Region Switch now supports three new execution ...

Processing eval-dashboard plots for many confusion matrix and TP/FP/FN collector runs was slow because collection metrics were normalized by expanding each collection field into a synthetic single-field ...
polishing

Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | next | 16.1.0 | 16.2.6 | | postcss | 8.5.6 | 8.5.10 | | minimatch | 3.1.2 | 3.1.5 | | flatted ...
dependencies
javascript

변경 사항 feat — 인증 기반(로그인 + 내 프로필 조회) 구현. - POST /auth/login — 이름·비밀번호 인증 후 JWT(HS256) 발급. 해싱은 argon2id(pwdlib). - GET /me — Bearer 토큰 검증 후 현재 사용자 프로필 반환(get_current_user 의존성). - 공통 — JWT_SECRET(필수)·JWT ...