Merge pull request #1807 from shlinkio/develop

Release 4.7.0
This commit is contained in:
Alejandro Celaya 2026-02-04 08:35:35 +01:00 committed by GitHub
commit a37be1d2d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 903 additions and 967 deletions

View File

@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
## [4.7.0] - 2026-02-04
### Added
* [shlink-web-component] Add support for Shlink 5.0.0, by supporting date-based redirect conditions.
### Changed
* *Nothing*
### Deprecated
* *Nothing*
### Removed
* *Nothing*
### Fixed
* *Nothing*
## [4.6.2] - 2025-11-15
### Added
* *Nothing*

View File

@ -1,4 +1,4 @@
FROM node:25.2-alpine AS node
FROM node:25.5-alpine AS node
COPY . /shlink-web-client
ARG VERSION="latest"
ENV VERSION=${VERSION}

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.57.0-noble
FROM mcr.microsoft.com/playwright:v1.58.1-noble
ENV NODE_VERSION 22.14
ENV TINI_VERSION v0.19.0

1811
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,22 +27,22 @@
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@json2csv/plainjs": "^7.0.6",
"@reduxjs/toolkit": "^2.11.0",
"@reduxjs/toolkit": "^2.11.2",
"@shlinkio/data-manipulation": "^1.0.4",
"@shlinkio/shlink-frontend-kit": "^1.4.0",
"@shlinkio/shlink-js-sdk": "^3.0.1",
"@shlinkio/shlink-web-component": "^0.17.1",
"@vitest/browser-playwright": "^4.0.15",
"@shlinkio/shlink-js-sdk": "^3.1.0",
"@shlinkio/shlink-web-component": "^0.18.0",
"@vitest/browser-playwright": "^4.0.18",
"bottlejs": "^2.0.1",
"clsx": "^2.1.1",
"compare-versions": "^6.1.1",
"csvtojson": "^2.0.14",
"date-fns": "^4.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-external-link": "^2.6.1",
"react-redux": "^9.2.0",
"react-router": "^7.10.1",
"react-router": "^7.13.0",
"redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.4.0",
"workbox-expiration": "^7.4.0",
@ -52,22 +52,22 @@
},
"devDependencies": {
"@shlinkio/eslint-config-js-coding-standard": "~3.7.0",
"@stylistic/eslint-plugin": "^5.6.1",
"@tailwindcss/vite": "^4.1.17",
"@stylistic/eslint-plugin": "^5.7.1",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@total-typescript/shoehorn": "^0.1.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/browser": "^4.0.3",
"@vitest/coverage-v8": "^4.0.15",
"@vitest/coverage-v8": "^4.0.18",
"adm-zip": "^0.5.16",
"axe-core": "^4.11.0",
"axe-core": "^4.11.1",
"chalk": "^5.6.2",
"eslint": "^9.39.1",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
@ -75,11 +75,11 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"history": "^5.3.0",
"playwright": "^1.57.0",
"playwright": "^1.58.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.3"
},