copilot-swe-agent[bot]
|
c34e2019dc
|
docs: clarify official scoped npm package and publish access
Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/3f647bf4-06fc-42ca-b237-765f74c4ded2
Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
|
2026-05-08 08:06:54 +00:00 |
|
Stalin
|
d92ca944f1
|
Merge pull request #78 from th30d4y/copilot/update-openlearnx-readme
Fix npm/release metadata to consistently reflect v2.0.4 scoped package
|
2026-05-08 12:39:26 +05:30 |
|
copilot-swe-agent[bot]
|
01f2187e36
|
Align npm package references to v2.0.4 scoped package
Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/29d50a49-95d6-4192-8230-96fae71d8219
Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
|
2026-05-08 07:06:44 +00:00 |
|
copilot-swe-agent[bot]
|
9f59efb0b4
|
Plan version and npm metadata alignment
Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/29d50a49-95d6-4192-8230-96fae71d8219
Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
|
2026-05-08 07:04:22 +00:00 |
|
github-actions[bot]
|
5b240bc23f
|
Merge pull request #76 from th30d4y/dependabot/npm_and_yarn/frontend/react-19.2.6
build(deps): bump react from 19.2.5 to 19.2.6 in /frontend
|
2026-05-08 06:43:58 +00:00 |
|
dependabot[bot]
|
787ff326a7
|
build(deps): bump react from 19.2.5 to 19.2.6 in /frontend
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 to 19.2.6.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react)
---
updated-dependencies:
- dependency-name: react
dependency-version: 19.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-08 06:43:41 +00:00 |
|
github-actions[bot]
|
bcf5a12e2c
|
Merge pull request #62 from th30d4y/dependabot/npm_and_yarn/frontend/axios-1.16.0
build(deps): bump axios from 1.13.4 to 1.16.0 in /frontend
|
2026-05-08 06:41:56 +00:00 |
|
dependabot[bot]
|
1ca4472b56
|
build(deps): bump axios from 1.13.4 to 1.16.0 in /frontend
Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.16.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.4...v1.16.0)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-08 06:41:27 +00:00 |
|
Stalin
|
f63ba0ef11
|
Merge commit from fork
Advisory fix 1
|
2026-05-08 12:09:38 +05:30 |
|
Stalin
|
c00f2dcde7
|
Add quick start guide for NPM publishing
|
2026-05-08 11:31:11 +05:30 |
|
Stalin
|
f8b8a92a43
|
Add complete release summary v2.0.4
|
2026-05-08 11:30:47 +05:30 |
|
Stalin
|
2d283c70cf
|
Add NPM publishing validation script
|
2026-05-08 11:30:13 +05:30 |
|
Stalin
|
97319c4012
|
Add comprehensive NPM publishing guide with fixes
|
2026-05-08 11:29:45 +05:30 |
|
Stalin
|
2e005731b3
|
Fix: Remove local link: dependencies from package.json for public NPM publishing
- Remove link:@/components/ui/badge
- Remove link:@/components/ui/button
- Remove link:@/components/ui/card
- Remove link:@/components/ui/progress
- Remove link:@/components/ui/separator
These are internal component references only needed for development.
Keeping them breaks public NPM package distribution.
|
2026-05-08 11:29:03 +05:30 |
|
Stalin
|
9990b85c09
|
Add comprehensive NPM publishing guide for v2.0.4
|
2026-05-08 11:25:21 +05:30 |
|
Stalin
|
6bdc81d4ea
|
Add release notes for v2.0.4
|
2026-05-08 11:24:51 +05:30 |
|
Stalin
|
169215d055
|
Release 2.0.4: Fix JWT signature verification vulnerability
- Update version to 2.0.4
- Add security advisory GHSA-223g-f5mq-gw33 fix documentation
- Document JWT signature verification security patch
v2.0.4
|
2026-05-08 11:23:30 +05:30 |
|
Stalin
|
05f081b205
|
Fix JWT signature verification vulnerability (GHSA-223g-f5mq-gw33)
- Enable proper JWT signature verification in backend/routes/dashboard.py
- Enable proper JWT signature verification in backend/main.py
- Enable proper JWT signature verification in backend/activity_logger.py
- Replace verify_signature=False with cryptographic verification using JWT_SECRET_KEY
- Prevents JWT forgery attacks and account takeover
|
2026-05-07 16:57:42 +05:30 |
|
github-actions[bot]
|
2f9d94d29d
|
Merge pull request #75 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-slider-1.3.6
build(deps): bump @radix-ui/react-slider from 1.2.2 to 1.3.6 in /frontend
|
2026-05-06 19:00:32 +00:00 |
|
dependabot[bot]
|
b8a1ce4677
|
build(deps): bump @radix-ui/react-slider in /frontend
Bumps [@radix-ui/react-slider](https://github.com/radix-ui/primitives) from 1.2.2 to 1.3.6.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-slider"
dependency-version: 1.3.6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-06 19:00:04 +00:00 |
|
github-actions[bot]
|
6d801047d9
|
Merge pull request #73 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-toast-1.2.15
build(deps): bump @radix-ui/react-toast from 1.2.4 to 1.2.15 in /frontend
|
2026-05-05 19:22:36 +00:00 |
|
dependabot[bot]
|
1edf29e4a4
|
build(deps): bump @radix-ui/react-toast in /frontend
Bumps [@radix-ui/react-toast](https://github.com/radix-ui/primitives) from 1.2.4 to 1.2.15.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-toast"
dependency-version: 1.2.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:22:15 +00:00 |
|
github-actions[bot]
|
4f37b8c26f
|
Merge pull request #70 from th30d4y/dependabot/npm_and_yarn/frontend/embla-carousel-react-8.6.0
build(deps): bump embla-carousel-react from 8.5.1 to 8.6.0 in /frontend
|
2026-05-05 19:20:20 +00:00 |
|
dependabot[bot]
|
aade20582b
|
build(deps): bump embla-carousel-react from 8.5.1 to 8.6.0 in /frontend
Bumps [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](https://github.com/davidjerleke/embla-carousel/compare/v8.5.1...v8.6.0)
---
updated-dependencies:
- dependency-name: embla-carousel-react
dependency-version: 8.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:18:16 +00:00 |
|
github-actions[bot]
|
bfc6cd1120
|
Merge pull request #68 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-separator-1.1.8
build(deps): bump @radix-ui/react-separator from 1.1.1 to 1.1.8 in /frontend
|
2026-05-05 19:16:03 +00:00 |
|
dependabot[bot]
|
932413b8c2
|
build(deps): bump @radix-ui/react-separator in /frontend
Bumps [@radix-ui/react-separator](https://github.com/radix-ui/primitives) from 1.1.1 to 1.1.8.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-separator"
dependency-version: 1.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:15:49 +00:00 |
|
github-actions[bot]
|
aa182a4596
|
Merge pull request #69 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-navigation-menu-1.2.14
build(deps): bump @radix-ui/react-navigation-menu from 1.2.3 to 1.2.14 in /frontend
|
2026-05-05 19:14:51 +00:00 |
|
dependabot[bot]
|
1c9199cfdb
|
build(deps): bump @radix-ui/react-navigation-menu in /frontend
Bumps [@radix-ui/react-navigation-menu](https://github.com/radix-ui/primitives) from 1.2.3 to 1.2.14.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-navigation-menu"
dependency-version: 1.2.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:14:34 +00:00 |
|
github-actions[bot]
|
a40d5ae45b
|
Merge pull request #56 from th30d4y/dependabot/npm_and_yarn/frontend/multi-0193e73c84
build(deps): bump react and @types/react in /frontend
|
2026-05-05 19:13:43 +00:00 |
|
dependabot[bot]
|
f4788e0829
|
build(deps): bump react and @types/react in /frontend
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.
Updates `react` from 19.1.0 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)
Updates `@types/react` from 19.1.8 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.2.14
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: react
dependency-version: 19.2.5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:13:30 +00:00 |
|
github-actions[bot]
|
ee17c656f1
|
Merge pull request #67 from th30d4y/dependabot/npm_and_yarn/frontend/autoprefixer-10.5.0
Bump autoprefixer from 10.4.21 to 10.5.0 in /frontend
|
2026-05-05 19:12:55 +00:00 |
|
github-actions[bot]
|
67eb4ab53a
|
Merge pull request #66 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-progress-1.1.8
build(deps): bump @radix-ui/react-progress from 1.1.1 to 1.1.8 in /frontend
|
2026-05-05 19:12:07 +00:00 |
|
dependabot[bot]
|
0880d04da3
|
build(deps): bump @radix-ui/react-progress in /frontend
Bumps [@radix-ui/react-progress](https://github.com/radix-ui/primitives) from 1.1.1 to 1.1.8.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-progress"
dependency-version: 1.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:11:48 +00:00 |
|
github-actions[bot]
|
4072242f7c
|
Merge pull request #55 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-label-2.1.8
build(deps): bump @radix-ui/react-label from 2.1.1 to 2.1.8 in /frontend
|
2026-05-05 19:11:19 +00:00 |
|
dependabot[bot]
|
364154833b
|
build(deps): bump @radix-ui/react-label from 2.1.1 to 2.1.8 in /frontend
Bumps [@radix-ui/react-label](https://github.com/radix-ui/primitives) from 2.1.1 to 2.1.8.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-label"
dependency-version: 2.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:11:08 +00:00 |
|
dependabot[bot]
|
5d9d368b17
|
Bump autoprefixer from 10.4.21 to 10.5.0 in /frontend
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.21 to 10.5.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.21...10.5.0)
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-version: 10.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:10:14 +00:00 |
|
github-actions[bot]
|
f5e962408c
|
Merge pull request #65 from th30d4y/dependabot/npm_and_yarn/frontend/react-day-picker-9.14.0
Bump react-day-picker from 9.8.0 to 9.14.0 in /frontend
|
2026-05-05 19:09:50 +00:00 |
|
github-actions[bot]
|
fa9fdb66b3
|
Merge pull request #64 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-dropdown-menu-2.1.16
Bump @radix-ui/react-dropdown-menu from 2.1.4 to 2.1.16 in /frontend
|
2026-05-05 19:09:16 +00:00 |
|
dependabot[bot]
|
e7b0f7c003
|
Bump react-day-picker from 9.8.0 to 9.14.0 in /frontend
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 9.8.0 to 9.14.0.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Commits](https://github.com/gpbl/react-day-picker/compare/v9.8.0...v9.14.0)
---
updated-dependencies:
- dependency-name: react-day-picker
dependency-version: 9.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:08:38 +00:00 |
|
github-actions[bot]
|
e047ff19a5
|
Merge pull request #63 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-alert-dialog-1.1.15
Bump @radix-ui/react-alert-dialog from 1.1.4 to 1.1.15 in /frontend
|
2026-05-05 19:08:25 +00:00 |
|
dependabot[bot]
|
d6acd68c46
|
Bump @radix-ui/react-dropdown-menu from 2.1.4 to 2.1.16 in /frontend
Bumps [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) from 2.1.4 to 2.1.16.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-dropdown-menu"
dependency-version: 2.1.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:08:13 +00:00 |
|
github-actions[bot]
|
298fe86906
|
Merge pull request #57 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-switch-1.2.6
Bump @radix-ui/react-switch from 1.1.2 to 1.2.6 in /frontend
|
2026-05-05 19:07:59 +00:00 |
|
dependabot[bot]
|
5ed1da5f82
|
Bump @radix-ui/react-alert-dialog from 1.1.4 to 1.1.15 in /frontend
Bumps [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) from 1.1.4 to 1.1.15.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-alert-dialog"
dependency-version: 1.1.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:07:49 +00:00 |
|
github-actions[bot]
|
1aee5ceb91
|
Merge pull request #54 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-scroll-area-1.2.10
Bump @radix-ui/react-scroll-area from 1.2.2 to 1.2.10 in /frontend
|
2026-05-05 19:07:41 +00:00 |
|
dependabot[bot]
|
d192001a72
|
Bump @radix-ui/react-switch from 1.1.2 to 1.2.6 in /frontend
Bumps [@radix-ui/react-switch](https://github.com/radix-ui/primitives) from 1.1.2 to 1.2.6.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-switch"
dependency-version: 1.2.6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:07:26 +00:00 |
|
dependabot[bot]
|
3bf3ed4b0b
|
Bump @radix-ui/react-scroll-area from 1.2.2 to 1.2.10 in /frontend
Bumps [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) from 1.2.2 to 1.2.10.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-scroll-area"
dependency-version: 1.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:07:01 +00:00 |
|
github-actions[bot]
|
cbac588492
|
Merge pull request #61 from th30d4y/dependabot/npm_and_yarn/frontend/react-hook-form-7.75.0
Bump react-hook-form from 7.61.1 to 7.75.0 in /frontend
|
2026-05-05 19:06:51 +00:00 |
|
dependabot[bot]
|
dce38943fc
|
Bump react-hook-form from 7.61.1 to 7.75.0 in /frontend
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.61.1 to 7.75.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.61.1...v7.75.0)
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-version: 7.75.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:06:02 +00:00 |
|
github-actions[bot]
|
a7e12c1ac2
|
Merge pull request #60 from th30d4y/dependabot/npm_and_yarn/frontend/radix-ui/react-collapsible-1.1.12
Bump @radix-ui/react-collapsible from 1.1.2 to 1.1.12 in /frontend
|
2026-05-05 19:05:57 +00:00 |
|
dependabot[bot]
|
c8764822a9
|
Bump @radix-ui/react-collapsible from 1.1.2 to 1.1.12 in /frontend
Bumps [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) from 1.1.2 to 1.1.12.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)
---
updated-dependencies:
- dependency-name: "@radix-ui/react-collapsible"
dependency-version: 1.1.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-05 19:05:36 +00:00 |
|