Open
Conversation
…_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
(cherry picked from commit c7c1c0f)
[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)
[Port dspace-8_x] Fix authentication method retrieval after Tomcat restart
…lts’ controls in hierarchical browse (cherry picked from commit a201d2f)
[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
…ity-selector to require admin privileges
[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)
(cherry picked from commit ab2fd5a)
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
[Port dspace-8_x] Update Cypress section in README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Add references/links to any related issues or PRs. These may include:
issue-number(if this fixes an issue ticket)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:
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!
yarn lintyarn check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.