dependabot[bot]
|
2699e81684
|
Bump @babel/runtime from 7.27.3 to 7.27.4
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.3 to 7.27.4.
- [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.27.4/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-06-02 05:53:14 +00:00 |
|
Tim Donohue
|
46394d4bba
|
Merge pull request #4385 from atmire/w2p-131441_backport-3065-8
[Port dspace-8_x] Made AdminSearchPageComponent themeable
|
2025-05-30 10:16:56 -05:00 |
|
abhinav
|
3f413af65e
|
fix theming for DS8
|
2025-05-30 11:58:23 +02:00 |
|
Alexandre Vryghem
|
bb17ce42ed
|
Fixed search facet deadlock
Also fixed minor issue in MetadataService, but this doesn't cause any issues in the current code
(cherry picked from commit 446280b59a )
|
2025-05-30 11:44:01 +02:00 |
|
Tim Donohue
|
4b7c95a766
|
Merge pull request #4373 from DSpace/dependabot/npm_and_yarn/dspace-8_x/testing-ff22ddd0c9
Bump ng-mocks from 14.13.4 to 14.13.5 in the testing group
|
2025-05-29 08:50:26 -05:00 |
|
Alan Orth
|
1c6e54909e
|
Merge pull request #4376 from DSpace/dependabot/npm_and_yarn/dspace-8_x/zone.js-0.15.1
Bump zone.js from 0.15.0 to 0.15.1
|
2025-05-29 08:55:05 +03:00 |
|
Alan Orth
|
aca2b3370a
|
Merge pull request #4393 from DSpace/dependabot/npm_and_yarn/dspace-8_x/babel/runtime-7.27.3
Bump @babel/runtime from 7.27.1 to 7.27.3
|
2025-05-29 08:42:56 +03:00 |
|
Tim Donohue
|
cfec1c8b8a
|
Merge pull request #4375 from DSpace/dependabot/npm_and_yarn/dspace-8_x/types/lodash-4.17.17
Bump @types/lodash from 4.17.16 to 4.17.17
|
2025-05-28 16:10:26 -05:00 |
|
Tim Donohue
|
8208f886f2
|
Merge pull request #4374 from DSpace/dependabot/npm_and_yarn/dspace-8_x/webpack-51a062295f
Bump webpack from 5.99.8 to 5.99.9 in the webpack group
|
2025-05-28 15:50:30 -05:00 |
|
dependabot[bot]
|
af29e5e3df
|
Bump webpack from 5.99.8 to 5.99.9 in the webpack group
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack).
Updates `webpack` from 5.99.8 to 5.99.9
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.99.8...v5.99.9)
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-28 18:12:53 +00:00 |
|
dependabot[bot]
|
5de271ef94
|
Bump ng-mocks from 14.13.4 to 14.13.5 in the testing group
Bumps the testing group with 1 update: [ng-mocks](https://github.com/help-me-mom/ng-mocks).
Updates `ng-mocks` from 14.13.4 to 14.13.5
- [Release notes](https://github.com/help-me-mom/ng-mocks/releases)
- [Changelog](https://github.com/help-me-mom/ng-mocks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/help-me-mom/ng-mocks/compare/v14.13.4...v14.13.5)
---
updated-dependencies:
- dependency-name: ng-mocks
dependency-version: 14.13.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: testing
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-28 18:08:42 +00:00 |
|
dependabot[bot]
|
fb28098ece
|
Bump @babel/runtime from 7.27.1 to 7.27.3
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.27.1 to 7.27.3.
- [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.27.3/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-28 18:07:01 +00:00 |
|
Tim Donohue
|
83d5400c1c
|
Merge pull request #4388 from atmire/backport-4060-submission-form-getting-stuck-in-loop-contribute-8
[Port dspace-8_x] Fix infinite loading submission forms
|
2025-05-27 16:41:55 -05:00 |
|
Tim Donohue
|
7c45c78082
|
Merge pull request #4370 from atmire/w2p-130424_impossible-to-add-new-values-for-fields-without-qualifiers_contribute-8
[Port dspace-8_x] Fix unqualified metadata field validation in Edit Metadata tab by sorting fields in validation request
|
2025-05-27 14:53:58 -05:00 |
|
abhinav
|
c38711d8a9
|
Merge remote-tracking branch 'alex-upstream/w2p-127655_fix-submission-form-getting-stuck-in-loop_contribute-7.6' into backport-4060-submission-form-getting-stuck-in-loop-contribute-8
|
2025-05-26 11:44:13 +02:00 |
|
abhinav
|
b18260f8ae
|
Merge remote-tracking branch 'alex-upstream/w2p-115051_themed-admin-search-page_contribute-7.4' into w2p-131441_backport-3065-8
|
2025-05-26 11:03:50 +02:00 |
|
dependabot[bot]
|
97bf3c2b79
|
Bump zone.js from 0.15.0 to 0.15.1
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.1/packages/zone.js)
---
updated-dependencies:
- dependency-name: zone.js
dependency-version: 0.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-26 02:21:45 +00:00 |
|
dependabot[bot]
|
cd4de478bc
|
Bump @types/lodash from 4.17.16 to 4.17.17
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.16 to 4.17.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-version: 4.17.17
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-26 02:21:21 +00:00 |
|
abhinav
|
65c47fbdfc
|
Merge remote-tracking branch 'alex-upstream/w2p-130424_impossible-to-add-new-values-for-fields-without-qualifiers_contribute-7.6' into w2p-130424_impossible-to-add-new-values-for-fields-without-qualifiers_contribute-8
|
2025-05-23 17:59:56 +02:00 |
|
Tim Donohue
|
eb6759817f
|
Merge pull request #4366 from DSpace/backport-4364-to-dspace-8_x
[Port dspace-8_x] Remove stray comma from `config.example.yml` which makes example config invalid
|
2025-05-22 13:58:53 -05:00 |
|
Tim Donohue
|
d2cc002af0
|
Remove stray comma
(cherry picked from commit bcd2081ee3 )
|
2025-05-22 17:05:17 +00:00 |
|
Tim Donohue
|
09182f9cee
|
Merge pull request #4361 from DSpace/backport-4360-to-dspace-8_x
[Port dspace-8_x] Fix and simplify submission section 'enabled' logic
|
2025-05-21 15:53:05 -05:00 |
|
Kim Shepherd
|
3ee1983426
|
Fix and simplify submission section 'enabled' logic
Fixes cases where a section needs to be disabled on save/init
because it is empty and non-mandatory
(cherry picked from commit f77dfa37da )
|
2025-05-21 20:13:11 +00:00 |
|
Tim Donohue
|
ed4dfdad1d
|
Merge pull request #4348 from DSpace/dependabot/npm_and_yarn/dspace-8_x/eslint-1ccb09f07e
Bump eslint-plugin-jsonc from 2.20.0 to 2.20.1 in the eslint group
|
2025-05-19 11:07:45 -05:00 |
|
Tim Donohue
|
fdeb1d0963
|
Merge pull request #4349 from DSpace/dependabot/npm_and_yarn/dspace-8_x/sass-5219375de9
Bump sass from 1.88.0 to 1.89.0 in the sass group
|
2025-05-19 11:06:13 -05:00 |
|
Tim Donohue
|
ff95c2303b
|
Merge pull request #4350 from DSpace/dependabot/npm_and_yarn/dspace-8_x/isbot-5.1.28
Bump isbot from 5.1.27 to 5.1.28
|
2025-05-19 10:23:21 -05:00 |
|
dependabot[bot]
|
94097dd636
|
Bump isbot from 5.1.27 to 5.1.28
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.27 to 5.1.28.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.27...v5.1.28)
---
updated-dependencies:
- dependency-name: isbot
dependency-version: 5.1.28
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-19 02:34:29 +00:00 |
|
dependabot[bot]
|
5c5aef86c6
|
Bump sass from 1.88.0 to 1.89.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).
Updates `sass` from 1.88.0 to 1.89.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.88.0...1.89.0)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.89.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sass
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-19 02:34:10 +00:00 |
|
dependabot[bot]
|
8c38380bbd
|
Bump eslint-plugin-jsonc from 2.20.0 to 2.20.1 in the eslint group
Bumps the eslint group with 1 update: [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc).
Updates `eslint-plugin-jsonc` from 2.20.0 to 2.20.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.20.0...v2.20.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsonc
dependency-version: 2.20.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-19 02:33:36 +00:00 |
|
Tim Donohue
|
c2246d50fe
|
Merge pull request #4345 from 4Science/task/dspace-8_x/DURACOM-226
[Port dspace-8_x] fix submission footer wrapping on medium screens
|
2025-05-16 11:41:28 -05:00 |
|
Andrea Barbasso
|
c9338ad362
|
[DURACOM-226] fix submission footer wrapping on medium screens
|
2025-05-16 12:48:59 +02:00 |
|
Tim Donohue
|
6e63e8e372
|
Merge pull request #4343 from DSpace/backport-4341-to-dspace-8_x
[Port dspace-8_x] Use ellipsis for truncatable parts
|
2025-05-15 15:54:23 -05:00 |
|
Andrea Barbasso
|
3ef7adff79
|
[CST-19327] use ellipsis for truncatable parts
(cherry picked from commit 6703a07207 )
|
2025-05-15 19:55:50 +00:00 |
|
Tim Donohue
|
c7d5611a4e
|
Merge pull request #4320 from DSpace/dependabot/npm_and_yarn/dspace-8_x/sass-d0f2b75659
Bump sass from 1.87.0 to 1.88.0 in the sass group
|
2025-05-14 10:03:01 -05:00 |
|
Tim Donohue
|
2428dfeb4b
|
Merge pull request #4337 from DSpace/backport-3373-to-dspace-8_x
[Port dspace-8_x] Adjust the font size of the 'No thumbnails available' text.
|
2025-05-13 17:34:23 -05:00 |
|
dependabot[bot]
|
2a5905d7f4
|
Bump sass from 1.87.0 to 1.88.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass).
Updates `sass` from 1.87.0 to 1.88.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.87.0...1.88.0)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.88.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: sass
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-13 22:08:51 +00:00 |
|
Tim Donohue
|
67563e37ff
|
Merge pull request #4321 from DSpace/dependabot/npm_and_yarn/dspace-8_x/webpack-ab0e10ec03
Bump webpack from 5.99.7 to 5.99.8 in the webpack group
|
2025-05-13 17:05:21 -05:00 |
|
DanGastardelli
|
e579725dfb
|
Adjust thumb text for smaller resolutions
(cherry picked from commit fa723c17a9 )
|
2025-05-13 21:41:26 +00:00 |
|
DanGastardelli
|
490bf758ac
|
Key spacing adjustment
(cherry picked from commit 829d406808 )
|
2025-05-13 21:41:26 +00:00 |
|
DanGastardelli
|
6e9018a01d
|
Adding treatment for the use of the thumb-font-2 class
(cherry picked from commit e06db4cbab )
|
2025-05-13 21:41:26 +00:00 |
|
DanGastardelli
|
2eed8f13d0
|
Changed the implementation of changing the text font size when there is no thumbnail.
(cherry picked from commit 3cd5432034 )
|
2025-05-13 21:41:26 +00:00 |
|
DanGastardelli
|
be2bf9897a
|
Adjust the font size of the 'No thumbnails available' text.
(cherry picked from commit c4dfed0e02 )
|
2025-05-13 21:41:26 +00:00 |
|
Tim Donohue
|
d6f75af9d3
|
Merge pull request #4313 from oscar-escire/Issue/4201-DS-8
[Port dspace-8_x] Keyboard 'tab' key navigation improved
|
2025-05-13 12:02:12 -05:00 |
|
Tim Donohue
|
3d7ba529c1
|
Merge pull request #4333 from tdonohue/port_4326_to_8x
[Port dspace-8_x] Add basic automated tests to ensure common HTTP Return Codes do not break
|
2025-05-13 11:35:56 -05:00 |
|
Tim Donohue
|
e5047f52ac
|
Add basic tests to our build to verify correct HTTP return codes for 301, 403, 404 and 500.
|
2025-05-13 09:37:41 -05:00 |
|
Tim Donohue
|
ce44a89f8e
|
Merge pull request #4325 from DSpace/backport-4227-to-dspace-8_x
[Port dspace-8_x] Remove `ssr.paths` configuration and replace with `ssr.excludePathPatterns` which excludes specific paths from SSR
|
2025-05-12 15:58:45 -05:00 |
|
FrancescoMolinaro
|
5cbec3719b
|
[DURACOM-344] refactor solution to avoid double slashes
(cherry picked from commit c442d35505 )
|
2025-05-12 19:11:55 +00:00 |
|
FrancescoMolinaro
|
d4231e0e3e
|
[DURACOM-344] adapt patterns and example file, fix possible error from YAML
(cherry picked from commit 4c9638150a )
|
2025-05-12 19:11:55 +00:00 |
|
FrancescoMolinaro
|
4bb7b54be9
|
[DURACOM-344] Adapt SSR page filtering mechanism to a not allowed list
(cherry picked from commit b1c5460bbb )
|
2025-05-12 19:11:55 +00:00 |
|
dependabot[bot]
|
c6bb829ac2
|
Bump webpack from 5.99.7 to 5.99.8 in the webpack group
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack).
Updates `webpack` from 5.99.7 to 5.99.8
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.8)
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.8
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-12 03:05:11 +00:00 |
|