web UI for open trip planner
Find a file
dependabot[bot] d47e1167d0
chore(deps): bump serialize-javascript from 4.0.0 to 6.0.2
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 4.0.0 to 6.0.2.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v4.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 11:16:15 +00:00
.github chore: update actions 2024-08-22 18:13:40 +03:00
.yarn chore: merge tested branches 2023-07-07 09:45:03 +03:00
app Update tampere's routetimetable base url 2025-02-07 15:52:47 +02:00
build via point routing mvp 2024-12-09 15:56:57 +02:00
config chore: a couple of version bumps more 2024-02-09 14:06:12 +02:00
digitransit-component upgrade changed digitransit-component versions 2025-01-03 16:39:48 +02:00
digitransit-search-util via point routing mvp 2024-12-09 15:56:57 +02:00
digitransit-store chore: update babel 2024-02-05 17:27:58 +02:00
digitransit-util fix: bump up versions of changed libraries 2024-06-25 08:44:48 +03:00
docs chore: clean up sentry docs 2025-02-04 12:12:16 +02:00
sass Merge pull request #5242 from HSLdevcom/DT-6586 2025-01-30 09:37:54 +02:00
scripts Remove unnecessary parts from script. 2024-10-15 15:31:49 +03:00
server Switch to using new route timetable API for HSL 2025-02-07 15:50:21 +02:00
static fix: remove lots of unused icons 2025-01-23 15:46:58 +02:00
test Switch to using new route timetable API for HSL 2025-02-07 15:50:21 +02:00
win-launch-scripts Rewrite Webpack config for Webpack 4 2018-05-19 00:39:11 +03:00
.codecov.yml Ignore auto-generated code from coverage. 2018-12-13 10:35:05 +02:00
.dockerignore debug CI [drop] 2023-06-23 10:22:34 +02:00
.eslintignore chore: use new graphql linter 2024-01-15 09:59:09 +02:00
.eslintrc.js Revert "feat: added eslint plugin for react-hooks (tentative)" 2024-11-07 23:43:53 +02:00
.git-blame-ignore-revs chore: ignore some prettier commits in blame 2024-01-15 17:28:34 +02:00
.gitignore chore: add .vscode directory to .gitignore for local IDE-dependent project files 2022-05-20 14:15:30 +03:00
.lvimrc Add project style to local vim config 2016-05-09 16:03:55 +03:00
.nvmrc bump node to v20, sharp to 0.33. 2024-05-20 16:11:34 +02:00
.nycrc.json fixed test coverage babel problems 2018-07-03 14:05:49 +03:00
.stylelintrc.json fix: disable another rule that clashes 2024-01-15 17:15:46 +02:00
.yarnrc.yml chore: use new graphql linter 2024-01-15 09:59:09 +02:00
babel.config.js Revert "test: turn babel preset debug on temporarily" 2024-02-09 10:19:38 +02:00
COPYING Licenses 2015-08-06 16:57:39 +03:00
Dockerfile chore: clean up sentry docs 2025-02-04 12:12:16 +02:00
lerna.json feat: sharing FutureRouteStore 2020-09-11 10:17:33 +03:00
LICENSE-AGPL.txt Licenses 2015-08-06 16:57:39 +03:00
LICENSE-EUPL.txt Licenses 2015-08-06 16:57:39 +03:00
package.json chore(deps): bump serialize-javascript from 4.0.0 to 6.0.2 2025-02-11 11:16:15 +00:00
postcss.config.js chore: upgrade style related dev dependencies 2020-09-11 17:29:36 +03:00
README.md chore: touch readme 2024-04-12 08:45:31 +03:00
webpack.config.babel.js switch host from 0.0.0.0 to ::1 2024-05-19 18:22:43 +02:00
yarn.lock chore(deps): bump serialize-javascript from 4.0.0 to 6.0.2 2025-02-11 11:16:15 +00:00

Build

Digitransit-ui is a mobile friendly User interface built to work with Digitransit platform

Licensing

The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.

Issues

Our main issue tracking is handled in https://digitransit.atlassian.net However, we also monitor this repository's issues and import them to Jira. You can create issues in GitHub.

Demos

Testing

Digitransit-ui is tested to work on the latest and the second latest major versions of Firefox, Chromium and Safari.

Visual tests are run with jest and playwright.

More information about testing.

Documentation