This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/prettier-3.2.4
in repository https://gitbox.apache.org/repos/asf/superset.git
discard f1e62da3c7 build(deps-dev): bump prettier from 2.4.1 to 3.2.4 in
/superset-frontend
add f084572dc7 chore(dependencies): bumping fonttools (#26793)
add 4f56f5ee84 fix(tags): Filter system tags from the tags list (#26701)
add 092129201e chore: Reformat changelogs (#26815)
add c657745f02 chore: add google-auth for new example dashboard (#26816)
add 1f6c270f15 fix(time-series table): Can't compare from the beginning of
the time range (#26814)
add 6bc85a0d2c chore(dependencies): bumping jinja2 (#26794)
add e9c2fdf8ac chore(ci): change code owners for .github (#26813)
add a6290702d2 build(deps): bump prism-react-renderer from 1.2.1 to 2.3.1
in /docs (#26726)
add dfc614bdc3 chore: fix GitHub 'Unchanged files with check annotations'
reports in PR (#26702)
add 64ba5797df fix(deck.gl Multiple Layer Chart): Add Contour and Heatmap
Layer as options (#25923)
add 8ca541c850 chore: Slovenian translation update (#23873)
add 9ece4049f1 build(deps-dev): bump webpack from 5.89.0 to 5.90.0 in
/docs (#26839)
add eea71eb6bc build(deps-dev): bump @docusaurus/module-type-aliases from
3.1.0 to 3.1.1 in /docs (#26834)
add f73760a5d1 build(deps): bump @types/react-table from 7.0.29 to 7.7.19
in /superset-frontend (#26832)
add 29582e8d86 chore(deps): bump typescript to 4.8.4 (#24272)
add b0c8f620d6 build(deps): bump use-immer from 0.8.1 to 0.9.0 in
/superset-frontend (#26827)
add 6c029ce2e8 chore: Add permission to view and drill on Dashboard
context (#26798)
add 881268a8da chore(dependencies): bumps match-sorter (#26819)
add fade4806ce fix: prevent guest user from modifying metrics (#26749)
add 78dc6ce6c9 feat: add chart id and dataset id to global logs (#26443)
add be7c9490a1 chore(lint/a11y): fixing and locking down
jsx-a11y/anchor-is-valid (#26820)
add 71a950fc80 fix(chart table in dashboard): improve screen reading of
table (#26453)
add c3aacc6f42 build(deps-dev): bump @types/node from 20.11.5 to 20.11.10
in /superset-websocket (#26825)
add 8db5d13749 chore(CI): get docs building on ALL branches. (#26854)
add 84c48d11d8 fix: Bar charts horizontal margin adjustment error (#26817)
add 806e4c4b3f chore(dependabot): lowering bump cadence from weekly to
monthly (#26855)
add 1029b7dadc build(deps): bump react-redux from 7.2.8 to 7.2.9 in
/superset-frontend (#26865)
add 911c6e53c2 build(deps): bump mousetrap and @types/mousetrap in
/superset-frontend (#26866)
add 30ecb92031 build(deps-dev): bump prettier from 2.4.1 to 3.2.4 in
/superset-frontend
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f1e62da3c7)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/prettier-3.2.4 (30ecb92031)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 8 +-
.github/dependabot.yml | 70 +-
...{superset-docs.yml => superset-docs-deploy.yml} | 16 +-
.github/workflows/superset-docs-verify.yml | 29 +
.github/workflows/superset-websocket.yml | 2 +-
docs/docusaurus.config.js | 4 +-
docs/package.json | 6 +-
docs/src/components/SectionHeader.tsx | 2 +-
docs/src/pages/community.tsx | 1 -
docs/yarn.lock | 114 +-
requirements/base.txt | 34 +-
requirements/development.txt | 19 +-
requirements/integration.txt | 8 +-
requirements/testing.txt | 14 +-
setup.py | 6 +-
superset-frontend/.eslintrc.js | 2 +-
.../cypress/e2e/dashboard/drillby.test.ts | 1 +
.../cypress/e2e/dashboard/editmode.test.ts | 1 +
.../cypress-base/cypress/support/e2e.ts | 2 +
.../cypress-base/cypress/utils/index.ts | 29 +-
.../cypress-base/cypress/utils/vizPlugins.ts | 1 +
superset-frontend/package-lock.json | 157 +-
superset-frontend/package.json | 14 +-
.../superset-ui-chart-controls/CHANGELOG.md | 3 +-
.../src/chart/components/createLoadableRenderer.ts | 7 +-
.../superset-ui-core/src/query/api/v1/makeApi.ts | 6 +-
.../packages/superset-ui-demo/CHANGELOG.md | 12 -
.../superset-ui-switchboard/src/switchboard.ts | 5 +-
.../legacy-plugin-chart-calendar/CHANGELOG.md | 4 -
.../plugins/legacy-plugin-chart-chord/CHANGELOG.md | 4 -
.../legacy-plugin-chart-country-map/CHANGELOG.md | 4 -
.../legacy-plugin-chart-event-flow/CHANGELOG.md | 4 -
.../legacy-plugin-chart-heatmap/CHANGELOG.md | 4 -
.../legacy-plugin-chart-histogram/CHANGELOG.md | 4 -
.../legacy-plugin-chart-horizon/CHANGELOG.md | 4 -
.../legacy-plugin-chart-map-box/CHANGELOG.md | 4 -
.../legacy-plugin-chart-paired-t-test/CHANGELOG.md | 4 -
.../CHANGELOG.md | 4 -
.../legacy-plugin-chart-partition/CHANGELOG.md | 4 -
.../plugins/legacy-plugin-chart-rose/CHANGELOG.md | 4 -
.../legacy-plugin-chart-sankey/CHANGELOG.md | 4 -
.../legacy-plugin-chart-world-map/CHANGELOG.md | 4 -
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../legacy-preset-chart-deckgl/src/index.ts | 2 +
.../src/layers/Arc/Arc.tsx | 8 +-
.../src/layers/Geojson/Geojson.tsx | 4 +-
.../src/layers/Heatmap/Heatmap.tsx | 2 +-
.../src/layers/Path/Path.tsx | 2 +-
.../src/layers/Polygon/Polygon.tsx | 10 +-
.../src/layers/Scatter/Scatter.tsx | 10 +-
.../src/layers/Screengrid/Screengrid.tsx | 4 +-
.../legacy-preset-chart-deckgl/src/layers/index.ts | 4 +
.../plugins/legacy-preset-chart-nvd3/CHANGELOG.md | 12 -
.../plugins/plugin-chart-echarts/CHANGELOG.md | 13 +-
.../src/BigNumber/CHANGELOG.md | 11 +-
.../src/Timeseries/transformProps.ts | 1 +
.../src/Timeseries/transformers.ts | 42 +-
.../plugin-chart-echarts/src/utils/series.ts | 14 +
.../plugin-chart-echarts/test/utils/series.test.ts | 32 +
.../plugins/plugin-chart-pivot-table/CHANGELOG.md | 7 +-
.../plugins/plugin-chart-table/CHANGELOG.md | 4 -
.../plugins/plugin-chart-table/package.json | 4 +-
.../plugin-chart-table/src/DataTable/DataTable.tsx | 1 +
.../src/DataTable/hooks/useSticky.tsx | 22 +-
.../plugins/plugin-chart-table/src/Styles.tsx | 7 +-
.../plugin-chart-table/src/controlPanel.tsx | 4 +-
.../plugins/plugin-chart-table/src/utils/extent.ts | 9 +-
.../plugins/plugin-chart-word-cloud/CHANGELOG.md | 4 -
.../src/chart/WordCloud.tsx | 2 +
.../SqlLab/components/QueryLimitSelect/index.tsx | 2 +-
.../Chart/ChartContextMenu/ChartContextMenu.tsx | 12 +-
.../Chart/ChartContextMenu/useContextMenu.test.tsx | 36 +-
.../components/Chart/DrillBy/DrillByModal.test.tsx | 36 +-
.../src/components/Chart/DrillBy/DrillByModal.tsx | 17 +-
.../Chart/DrillDetail/DrillDetailModal.test.tsx | 26 +-
.../Chart/DrillDetail/DrillDetailModal.tsx | 63 +-
superset-frontend/src/components/Modal/Modal.tsx | 1 +
.../SliceHeaderControls.test.tsx | 53 +-
.../components/SliceHeaderControls/index.tsx | 32 +-
.../TimeSeriesColumnControl.test.tsx | 13 +
.../controls/TimeSeriesColumnControl/index.jsx | 4 +-
superset-frontend/src/pages/Tags/index.tsx | 20 +-
.../src/visualizations/TimeTable/TimeTable.jsx | 6 +-
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 5 +-
superset/charts/data/api.py | 21 +-
superset/commands/dashboard/importers/v0.py | 2 +-
superset/common/query_object.py | 2 +-
superset/security/manager.py | 27 +-
superset/tags/api.py | 3 +
superset/{css_templates => tags}/filters.py | 35 +-
superset/translations/sl/LC_MESSAGES/messages.json | 2340 ++-
superset/translations/sl/LC_MESSAGES/messages.po | 14854 +++++++++----------
superset/views/core.py | 1 -
tests/integration_tests/charts/data/api_tests.py | 53 +-
.../security/guest_token_security_tests.py | 15 +
tests/integration_tests/security_tests.py | 2 +
tests/integration_tests/tags/api_tests.py | 46 +
tests/unit_tests/security/manager_test.py | 76 +
99 files changed, 9941 insertions(+), 8742 deletions(-)
rename .github/workflows/{superset-docs.yml => superset-docs-deploy.yml} (81%)
create mode 100644 .github/workflows/superset-docs-verify.yml
copy superset/{css_templates => tags}/filters.py (60%)