Commit Graph

14846 Commits

Author SHA1 Message Date
Alan Orth
af71c152c1 Use node: for Node.js builtin modules
Use the the `node:` protocol when importing Node.js builtin modules
and enable rule in eslint to enforce.

The `node:` protocol for Node.js builtin modules has been available
since Node.js v14.

See: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/enforce-node-protocol-usage.md
2025-08-09 11:06:09 +03:00
Tim Donohue
67a17e4ea1 Merge pull request #4386 from arvoConsultores/i18n-spanish-update
Spanish translation updated
2025-08-05 14:50:30 -05:00
Tim Donohue
b0d5430a4c Merge pull request #4623 from alanorth/webpack-pin
Update webpack and webpack-cli dependencies
2025-08-05 14:35:14 -05:00
Tim Donohue
18aafea9bc Merge pull request #4622 from alanorth/node-types
Update @types/node to ^18.11.9
2025-08-05 09:15:27 -05:00
Alan Orth
46e291d767 package.json: update webpack-cli to v6.0.1
Update webpack-cli from v5.1.4 to v6.0.1. This is compatible with
webpack v5 and the minimum required Node.js version is 18.12.0.

See: https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md
2025-08-05 11:12:09 +03:00
Alan Orth
24ca6442f6 package.json: use semver for webpack dependency
As far as I can tell dspace-angular doesn't explicitly need any
particular version of webpack itself, but angular-cli specifies
a semver string of `^5.54.0` so we should do the same.

Also, our dependabot configuration currently considers minor and
patch versions for updates, so we should not be using an exact
version here anyway.

See: https://github.com/angular/angular-cli/blob/18.2.x/packages/ngtools/webpack/package.json
2025-08-05 11:05:18 +03:00
Alan Orth
41282f064c Update @types/node to ^18.11.9
As of DSpace 10.0-SNAPSHOT we currently support Node.js v18 and v20
so we should be using appropriate types.
2025-08-05 09:48:00 +03:00
Tim Donohue
eaf11d5ffe Merge pull request #4453 from sh-habibi/main
Contribute to adding Persian translation to DSpace
2025-08-04 11:44:32 -05:00
Tim Donohue
4fa0c57e02 Add Persian language to default configs 2025-08-04 11:02:40 -05:00
Tim Donohue
c0ba94836f Merge pull request #4589 from DSpace/dependabot/npm_and_yarn/babel/runtime-7.28.2
Bump @babel/runtime from 7.27.6 to 7.28.2
2025-08-01 10:46:36 -05:00
Tim Donohue
4f8724bb3e Merge pull request #4614 from DSpace/dependabot/npm_and_yarn/webpack-16f7f9f544
Bump the webpack group across 1 directory with 2 updates
2025-08-01 09:59:49 -05:00
dependabot[bot]
85066ac595 Bump the webpack group across 1 directory with 2 updates
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](https://github.com/webpack/webpack/compare/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](https://github.com/webpack/webpack-dev-server/compare/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] <support@github.com>
2025-07-31 21:24:52 +00:00
Tim Donohue
fa58bc5da7 Merge pull request #4617 from tdonohue/refactor_dependabot_rules
[Dependabot] Move zone.js and typescript rules into "ignore" settings and ignore major/minor versions
2025-07-31 16:23:29 -05:00
Tim Donohue
9f8fd506f0 Move zone.js and typescript rules into "ignore" settings and ignore all major/minor versions 2025-07-31 16:09:42 -05:00
Tim Donohue
5015e68901 Merge pull request #4115 from atmire/w2p-129629_add-models-to-provide-core-list_contribute-main
129629: Add models to provide-core.ts and remove duplicates
2025-07-30 17:00:10 -05:00
Tim Donohue
45f7ea8f03 Merge pull request #4611 from DSpace/backport-4606-to-main
[Port main] [Dependabot] Bump webpack-dev-server from 4.15.2 to 5.2.1
2025-07-30 16:05:31 -05:00
dependabot[bot]
a1fb28a03f Bump webpack-dev-server from 4.15.2 to 5.2.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 8454a1cbe7)
2025-07-30 19:58:59 +00:00
Alan Orth
c1bd789180 Merge pull request #4610 from tdonohue/change_dependabot_schedule 2025-07-30 11:39:02 -07:00
Tim Donohue
2ee68323d5 Update dependabot to run monthly 2025-07-30 11:53:04 -05:00
Tim Donohue
3fc4cedb44 Merge pull request #4544 from DSpace/dependabot/npm_and_yarn/core-js-3.44.0
Bump core-js from 3.42.0 to 3.44.0
2025-07-30 11:42:38 -05:00
Tim Donohue
69655a5217 Merge pull request #4471 from DSpace/dependabot/npm_and_yarn/ngtools/webpack-18.2.20
Bump @ngtools/webpack from 18.2.19 to 18.2.20
2025-07-30 10:08:22 -05:00
Tim Donohue
7fafa8602c Merge pull request #4575 from DSpace/dependabot/npm_and_yarn/axios-1.11.0
Bump axios from 1.10.0 to 1.11.0
2025-07-30 09:59:26 -05:00
Tim Donohue
eddbe0eea5 Merge pull request #4344 from jlipka/fix/4327-encode-version-summary
fix(versioning): Encode summary
2025-07-30 09:20:49 -05:00
Shafi Habibi
a85f5c5d5c Update fa.json5 2025-07-30 17:29:25 +03:30
Shafi Habibi
c20de9eddf Update fa.json5 2025-07-30 17:17:19 +03:30
Alan Orth
4cfbe00dd1 Merge pull request #4597 from DSpace/dependabot/npm_and_yarn/isbot-5.1.29 2025-07-29 10:43:40 -07:00
dependabot[bot]
9bae9e2659 Bump isbot from 5.1.28 to 5.1.29
Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.28 to 5.1.29.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.28...v5.1.29)

---
updated-dependencies:
- dependency-name: isbot
  dependency-version: 5.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 14:44:25 +00:00
Tim Donohue
813f9ba23f Merge pull request #4483 from alanorth/dependabot-typescript
.github/dependabot.yml: adjust rules for typescript
2025-07-29 09:28:54 -05:00
Tim Donohue
9555630ae0 Merge pull request #4482 from alanorth/ng-tools-dependabot
.github/dependabot.yml: group @ngtools/webpack with Angular
2025-07-29 09:26:22 -05:00
Alan Orth
4cd8544a43 .github/dependabot.yml: group @ngtools/webpack with Angular
@ngtools/webpack is provided by the Angular team and follows the
same versioning so we should group it with Angular in dependabot.
2025-07-28 21:53:09 -07:00
Alan Orth
460cef44c1 .github/dependabot.yml: adjust rules for typescript
Our package.json uses the "~" specifier to pin typescript to patch
versions so dependabot should not try to update minor versions here.
2025-07-28 21:48:20 -07:00
Tim Donohue
5c0580201f Merge pull request #4593 from tdonohue/remove_pgcryto_in_docker
[Docker] Remover references to obsolete backend "pgcrypto" images
2025-07-28 16:22:51 -05:00
Tim Donohue
1e4ee4fb0b Update Docker to no longer reference removed/replaced backend "pgcrypto" images. 2025-07-28 15:48:14 -05:00
Tim Donohue
38b641e577 Update package-lock.json to remove dependency that is no longer needed. This was an automated change by "npm install" 2025-07-28 09:22:35 -05:00
dependabot[bot]
45953931d9 Bump @babel/runtime from 7.27.6 to 7.28.2
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] <support@github.com>
2025-07-28 07:43:55 +00:00
Alan Orth
0435802002 Merge pull request #4536 from lareferencia/fix-search-bar-empty-query-interaction 2025-07-24 10:58:43 -07:00
dependabot[bot]
b751b103b1 Bump axios from 1.10.0 to 1.11.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.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.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-23 16:52:33 +00:00
Tim Donohue
11fdc4ab39 Merge pull request #4568 from lareferencia/fix-subcommunity-current-parent-order
Fix current parent order when creating subcommunity
2025-07-23 10:41:55 -05:00
Jesiel Viana
44fcc7221b Fix current parent order when creating subcommunity 2025-07-23 09:18:40 -03:00
Tim Donohue
841a46c9a9 Merge tag 'dspace-7.6.5' 2025-07-22 16:12:32 -05:00
Tim Donohue
6967b84ddb Merge tag 'dspace-7.6.4' 2025-07-22 16:11:46 -05:00
Tim Donohue
9497decf07 Update version tag for release dspace-7.6.5 2025-07-22 15:30:23 -05:00
Tim Donohue
d4edbf2e25 Automatic update to yarn.locak after various dependency updates. This dependency is no longer needed. 2025-07-22 11:26:15 -05:00
Tim Donohue
f80992f1fc Merge pull request #4559 from DSpace/dependabot/npm_and_yarn/dspace-7_x/morgan-1.10.1
Bump morgan from 1.10.0 to 1.10.1
2025-07-22 10:52:57 -05:00
Alan Orth
4179519953 Merge pull request #4557 from DSpace/dependabot/npm_and_yarn/morgan-1.10.1 2025-07-21 21:31:24 -07:00
Alan Orth
bb3af14b6c Merge pull request #4560 from DSpace/dependabot/npm_and_yarn/dspace-7_x/compression-1.8.1 2025-07-21 21:27:13 -07:00
Alan Orth
dc6b317425 Merge pull request #4490 from DSpace/dependabot/npm_and_yarn/eslint-036d341c50 2025-07-21 21:08:52 -07:00
Alan Orth
3a5f4565a5 Merge pull request #4493 from DSpace/dependabot/npm_and_yarn/dspace-7_x/eslint-036d341c50 2025-07-21 21:07:37 -07:00
Alan Orth
fc43e2473d Merge pull request #4457 from DSpace/dependabot/npm_and_yarn/dspace-7_x/sass-63defccb8e 2025-07-21 18:17:26 -07:00
Alan Orth
ae15b2fa73 Merge pull request #4558 from DSpace/dependabot/npm_and_yarn/compression-1.8.1 2025-07-21 18:12:35 -07:00