Skip to content

Dspace 8 x -- update fork#2

Open
lhenze wants to merge 526 commits intonyudlts:nyu-devfrom
DSpace:dspace-8_x
Open

Dspace 8 x -- update fork#2
lhenze wants to merge 526 commits intonyudlts:nyu-devfrom
DSpace:dspace-8_x

Conversation

@lhenze
Copy link
Member

@lhenze lhenze commented Oct 13, 2025

References

Add references/links to any related issues or PRs. These may include:

  • Fixes #issue-number (if this fixes an issue ticket)
  • Requires DSpace/DSpace#pr-number (if a REST API PR is required to test this)

Description

Short summary of changes (1-2 sentences).

Instructions for Reviewers

Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.

List of changes in this PR:

  • First, ...
  • Second, ...

Include guidance for how to test or review your PR. This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.

Checklist

This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!

  • My PR is small in size (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
  • My PR passes ESLint validation using yarn lint
  • My PR doesn't introduce circular dependencies (verified via yarn check-circ-deps)
  • My PR includes TypeDoc comments for all new (or modified) public methods and classes. It also includes TypeDoc for large or complex private methods.
  • My PR passes all specs/tests and includes new/updated specs or tests based on the Code Testing Guide.
  • If my PR includes new libraries/dependencies (in package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.
  • If my PR includes new features or configurations, I've provided basic technical documentation in the PR itself.
  • If my PR fixes an issue ticket, I've linked them together.

tdonohue and others added 30 commits July 30, 2025 11:44
…_x/core-js-3.44.0

Bump core-js from 3.42.0 to 3.44.0
…pack-dev-server-5.2.1

[Dependabot] Bump webpack-dev-server from 4.15.2 to 5.2.1
…pack-dev-server-5.2.1

[Dependabot] Bump webpack-dev-server from 4.15.2 to 5.2.1
…e-5.4.19

[Dependabot] Bump vite from 5.4.17 to 5.4.19
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.6 to 7.28.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…el/helpers-7.27.6

[Dependabot] Bump @babel/helpers from 7.21.0 to 7.27.6
…el/helpers-7.27.6

[Dependabot] Bump @babel/helpers from 7.25.6 to 7.27.6
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.6 to 7.28.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the webpack group with 2 updates in the / directory: [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Updates `webpack` from 5.99.9 to 5.101.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.99.9...v5.101.0)

Updates `webpack-dev-server` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webpack
- dependency-name: webpack-dev-server
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webpack
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…_x/webpack-16f7f9f544

Bump the webpack group across 1 directory with 2 updates
…_x/webpack-dev-server-5.2.2

Bump webpack-dev-server from 5.2.1 to 5.2.2
…_x/babel/runtime-7.28.2

Bump @babel/runtime from 7.27.6 to 7.28.2
…_x/babel/runtime-7.28.2

Bump @babel/runtime from 7.27.6 to 7.28.2
[Port dspace-8_x] fix back button navigation after visiting a community or collection page
Version 2 was deprecated in January, 2024 after the release of v3.

See: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
(cherry picked from commit 3333ee4)
Version 2 was deprecated in January, 2024 after the release of v3.

See: https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
(cherry picked from commit 3333ee4)
[Port dspace-8_x] .github/workflows/codescan.yml: use codeql-action v3
[Port dspace-7_x] .github/workflows/codescan.yml: use codeql-action v3
Adding the missing French translations (dspace-8_x)
Adding the missing French translations (dspace-7_x)
ybnd and others added 30 commits January 21, 2026 17:05
[Port dspace-8_x] Fix authentication method retrieval after Tomcat restart
…lts’ controls in hierarchical browse

(cherry picked from commit a201d2f)
…ubject category page

(cherry picked from commit 231da9c)
(cherry picked from commit f007a25)
(cherry picked from commit 9aacba6)
(cherry picked from commit 8fb9d83)
[Port dspace-8_x] Add paginated vocabulary search with 'Show previous/next results' controls in hierarchical browse
[Port dspace-8_x] 134983: new funnel icon in search scope
(cherry picked from commit 9b03e82)
[Port dspace-8_x] Added directive in robots.txt
Node.js 17+ changed DNS resolution to prefer IPv6 over IPv4. When running
in PM2 cluster mode, this causes "ECONNREFUSED ::1:8080" errors if the
backend only listens on IPv4 (127.0.0.1).

This fix sets dns.setDefaultResultOrder('ipv4first') at the very start
of the SSR bootstrap to ensure localhost resolves to IPv4.

See: nodejs/node#40537

🤖 Generated with [Claude Code](https://claude.ai/claude-code)

Co-Authored-By: Claude <[email protected]>
- Change from namespace import to named import (import/no-namespace)
- Move DNS configuration after all imports (import/first)
- Fix import ordering (simple-import-sort/imports)

All linting errors resolved. No functional changes to the DNS fix.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Address PR feedback: remove file header comment and place the
explanatory comment directly next to the code it documents.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
[Port dspace-8_x] Fix for issue #4960 PM2 cluster mode ECONNREFUSED errors
backport DSpace 8: Improve community list e2e tests
[Port dspace-8_x] Update DSO creation and edition selectors in admin menu to use more specific authorization endpoints
(cherry picked from commit 70a689f)
[Port dspace-8_x] Fix typo in license disclaimer text
Corrected typos in accessibility and process error messages.

(cherry picked from commit bd5dda4)
Add missing NgIf and NgFor imports to AuthorizedItemSelectorComponent (8x)
[Port dspace-8_x] Fix several typos in en.json5
[Port dspace-8_x] Fix typos and improve translations in de.json5
- In 7.6.0, ./cypress/integration/ dir was renamed to ./cypress/e2e/
- Related PR: #2127

(cherry picked from commit 359d355)
[Port dspace-8_x] Update Cypress section in README.md
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.