Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.

Date generated: 2025-12-13
Date generated: 2026-1-5

Revision ID: c6d8ebbaa2624e5db3975ea13248bd231ead2b4d
Revision ID: 22b75f31e0d2730f300e9445fd06681255a06c86

================================================================================
================================================================================
Expand Down Expand Up @@ -194,7 +194,7 @@ Revision ID: c6d8ebbaa2624e5db3975ea13248bd231ead2b4d
- @mapbox/unitbezier (0.0.1) [BSD-2-Clause]
- @mapbox/vector-tile (1.3.1) [BSD-3-Clause]
- @mapbox/whoots-js (3.1.0) [ISC]
- @maplibre/maplibre-gl-style-spec (20.4.0) [BSD-3-Clause, MIT, ISC]
- @maplibre/maplibre-gl-style-spec (20.4.0) [MIT, BSD-3-Clause, ISC]
- @marijn/find-cluster-break (1.0.2) [MIT]
- @nodelib/fs.scandir (2.1.5) [MIT]
- @nodelib/fs.stat (2.0.5) [MIT]
Expand Down Expand Up @@ -3059,7 +3059,7 @@ Package Depth: Transitive
--------------------------------------------------------------------------------

* Declared Licenses *
BSD-3-Clause, MIT, ISC
MIT, BSD-3-Clause, ISC


--------------------------------------------------------------------------------
Expand Down Expand Up @@ -35462,4 +35462,4 @@ POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2025-12-13
Report Generated by FOSSA on 2026-1-5
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,10 @@
"name": "reselect",
"allowedCategories": [ "production" ]
},
{
"name": "rollup",
"allowedCategories": [ "production" ]
},
{
"name": "sass",
"allowedCategories": [ "examples", "production" ]
Expand Down
143 changes: 77 additions & 66 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{
"definitionName": "lockStepVersion",
"policyName": "sdk",
"version": "11.15.0-alpha.12",
"version": "11.15.0-alpha.13",
"nextBump": "prerelease",
"mainProject": "@gooddata/sdk-ui-all"
},
{
"definitionName": "lockStepVersion",
"policyName": "sdk-examples",
"version": "11.15.0-alpha.12",
"version": "11.15.0-alpha.13",
"nextBump": "prerelease",
"mainProject": "@gooddata/sdk-ui-all"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"eslint": "eslint -c .eslintrc.cjs src/",
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
"prettier-check": "prettier --check '{src,stories,styles,__mocks__,examples/server/src,examples/src,examples/test}/**/*.{ts,js,tsx,jsx,json,scss,md,yaml,html}'",
"prettier-write": "prettier --write '{src,stories,styles,__mocks__,examples/server/src,examples/src,examples/test}/**/*.{ts,js,tsx,jsx,json,scss,md,yaml,html}'",
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__,examples/server/src,examples/src,examples/test}/**/*.{json,scss,md,yaml,html}'",
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__,examples/server/src,examples/src,examples/test}/**/*.{json,scss,md,yaml,html}'",
"refresh-md": "./scripts/refresh-md.sh && npm run build",
"validate": "npm run eslint && npm run prettier-check"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-examples-template",
"version": "11.15.0-alpha.12",
"version": "11.15.0-alpha.13",
"private": false,
"description": "GoodData interactive example template",
"license": "LicenseRef-LICENSE",
Expand All @@ -15,8 +15,8 @@
"clean": "rm -rf esm dist *.log",
"eslint": "eslint -c .eslintrc.cjs src/",
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
"prettier-check": "prettier --check '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,test}/**/*.{json,scss,md,yaml,html}'",
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,test}/**/*.{json,scss,md,yaml,html}'",
"preview": "vite preview",
"refresh-md": "gdc-catalog-export && npm run prettier-write",
"start": "vite serve",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-attributefilter",
"version": "11.15.0-alpha.12",
"version": "11.15.0-alpha.13",
"private": false,
"description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.",
"license": "LicenseRef-LICENSE",
Expand All @@ -15,8 +15,8 @@
"clean": "rm -rf esm dist *.log",
"eslint": "eslint -c .eslintrc.cjs src/",
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
"prettier-check": "prettier --check '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,test}/**/*.{json,scss,md,yaml,html}'",
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,test}/**/*.{json,scss,md,yaml,html}'",
"preview": "vite preview",
"refresh-md": "gdc-catalog-export && npm run prettier-write",
"start": "vite serve",
Expand Down
Loading
Loading