Giter VIP home page Giter VIP logo

toolkit's Introduction

Frontend Toolkit

GitHub | Toolkit Showcase Development | Toolkit Showcase Demo

Build, Test and Publish

Overview

This repository uses workspaces to link multiple separate packages together and to hoist all shared dependencies to the top level node_modules.

In addition, we use lerna for running commands for all contained packages.

Setup

npm install

cd packges/some-package and continue development with npm run watch etc.

Tip

Make sure that the toolkit-showcase package has your package as dependency!

Other commands

  • npm run test - Run test for all packages
  • npm run clean - Removes all node_modules directories.

Publishing packages to npmjs.com

There is an automatic publishing process initiated for each package if code is pushed to the main branch, if the package isn't set to private in its package.json and the version number in its package.json is higher than the version number on npmjs.com.

Reserved attributes

Attribute Description
subscribe Used in all components to subscribe to attributes set by a provider
unsubscribe Reserved for future use
auth Authentication information, set by the authentication component
lang Currently selected language, set by the language selector
lang-dir Location of the i18n language file where all required i18n translations are
entry-point-url Entry point url for all api requests
requested-login-status Used by the login buttons to trigger a login in auth components
initial-file-handling-state Used by the file-handling component to sync file source/sink at first time open
clipboard-files Used by the file-handling component to use the clipboard source and sink
analytics-event Used to send analytics events to the Matomo component

Reserved events

Event Description
dbp-subscribe Event to tell a provider that the component wants to subscribe to an attribute
dbp-unsubscribe Event to tell a provider that the component wants to unsubscribe from an attribute
dbp-set-property Event to tell a provider that a property should be changed

toolkit's People

Contributors

bitsofshiva avatar euneuber avatar lazka avatar manuelkocher avatar pbek avatar renovate[bot] avatar ruxandragherman avatar tobiasgv avatar toegl avatar tsteinwen13 avatar zsuffad avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

toolkit's Issues

Port to i18next v4 format

Now that we have switched to i18next-parser we can also switch the json format to the newer version.

https://www.i18next.com/misc/json-format#i18next-json-v4

Todo:

  • switch i18next-parser to v4
  • switch the i18next init to v4
  • port all apps, foreach:
    • update toolkit
    • switch i18next-parser to v4

v4 requires https://developer.mozilla.org/en-US/docs/web/javascript/reference/global_objects/intl/pluralrules -> https://caniuse.com/intl-pluralrules

Which means we would drop support for Safari<13. If we do this then we need to add a check for (typeof Intl === 'undefined' || !Intl.PluralRules) to the browser check script.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update all non-major dependencies to v1.47.0 (minor) (playwright, playwright-core)

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • chore(deps): lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build-test-publish.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • actions/checkout v4
  • actions/setup-node v4
  • digital-blueprint/gitlab-pipeline-trigger-action v1
npm
package.json
  • lerna ^8.0.0
  • node >=20.0.0
  • npm >=7.0.0
packages/app-shell/package.json
  • @open-wc/scoped-elements ^2.1.0
  • i18next ^23.0.0
  • lit ^3.0.0
  • universal-router ^9.0.1
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-emit-ejs ^3.1.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/auth/package.json
  • @open-wc/scoped-elements ^2.1.0
  • event-target-shim ^6.0.0
  • keycloak-js ^25.0.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-replace ^5.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-emit-ejs ^3.1.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/common/package.json
  • @open-wc/scoped-elements ^2.1.0
  • dialog-polyfill ^0.5.6
  • i18next ^23.0.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/dev-utils/package.json
  • find-cache-dir ^5.0.0
  • selfsigned ^2.0.0
  • prettier ^3.0.0
  • globals ^15.3.0
  • @eslint/js ^9.8.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
packages/file-handling/package.json
  • @open-wc/scoped-elements ^2.1.0
  • file-saver ^2.0.2
  • i18next ^23.0.0
  • jose ^5.0.0
  • jszip ^3.5.0
  • lit ^3.0.0
  • material-design-icons-svg ^3.0.0
  • tabulator-tables ^6.0.0
  • webdav ^4.8.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.0
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/font-source-sans-pro/package.json
  • globals ^15.3.0
packages/knowledge-base-web-page-element-view/package.json
  • @open-wc/scoped-elements ^2.1.0
  • i18next ^23.0.0
  • lit ^3.0.0
  • material-design-icons-svg ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/language-select/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/matomo/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/notification/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/pdf-viewer/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • pdfjs-dist ^4.3 <4.6
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/person-select/package.json
  • @open-wc/scoped-elements ^2.1.0
  • jquery ^3.4.1
  • lit ^3.0.0
  • select2 ^4.0.10
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-replace ^5.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/provider/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/qr-code-scanner/package.json
  • @open-wc/scoped-elements ^2.1.0
  • async-mutex ^0.5.0
  • lit ^3.0.0
  • qr-scanner ^1.4.1
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/resource-select/package.json
  • @open-wc/scoped-elements ^2.1.0
  • jquery ^3.4.1
  • lit ^3.0.0
  • select2 ^4.0.10
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-replace ^5.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/tabulator-table/package.json
  • @open-wc/scoped-elements ^2.1.0
  • i18next ^23.0.0
  • jszip ^3.5.0
  • lit ^3.0.0
  • material-design-icons-svg ^3.0.0
  • tabulator-tables ^6.0.0
  • jspdf ^2.5.1
  • jspdf-autotable ^3.5.23
  • xlsx ^0.18.2
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.0
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/theme-switcher/package.json
  • @open-wc/scoped-elements ^2.1.0
  • i18next ^23.0.0
  • jszip ^3.5.0
  • lit ^3.0.0
  • material-design-icons-svg ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.0
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/tooltip/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • tippy.js ^6.3.1
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-replace ^5.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
packages/typescript-example/package.json
  • @open-wc/scoped-elements ^2.1.0
  • lit ^3.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @types/mocha ^10.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • glob ^11.0.0
  • globals ^15.3.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • rollup-plugin-typescript2 ^0.36.0
  • ts-lit-plugin ^2.0.0
  • tslib ^2.0.3
  • typescript ^5.0.0
  • typescript-eslint ^8.0.0
toolkit-showcase/package.json
  • @fontsource/nunito-sans ^5.0.0
  • @open-wc/scoped-elements ^2.1.0
  • @rollup/plugin-replace ^5.0.0
  • @webcomponents/scoped-custom-element-registry ^0.0.9
  • highlight.js ^11.0.0
  • lit ^3.0.0
  • @babel/core ^7.10.3
  • @babel/plugin-syntax-dynamic-import ^7.8.3
  • @babel/plugin-syntax-import-meta ^7.10.1
  • @babel/plugin-transform-runtime ^7.10.3
  • @babel/preset-env ^7.10.3
  • @babel/runtime-corejs3 ^7.10.3
  • chai ^5.0.0
  • @rollup/plugin-babel ^6.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chokidar ^3.4.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.1.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.3.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-emit-ejs ^3.1.0
  • rollup-plugin-license ^3.0.0
  • rollup-plugin-md ^1.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2
pep621
packages/font-source-sans-pro/pyproject.toml
  • poetry-core >=1.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Look into why TCP in Firefox breaks local development

Setting network.cookie.cookieBehavior to 5 (now the default) logs you out automatically after some seconds (likely the keycloak iframe doesn't get access to the keycloak cookies, and that iframe gets checked every few seconds). Ideally developers shouldn't need change this to get things to work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.