Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump braces, @babel/cli, @storybook/react, babel-jest, jest and webpack-cli in /amundsen_application/static #1071

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump braces, @babel/cli, @storybook/react, babel-jest, j…
…est and webpack-cli

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react), [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `@babel/cli` from 7.8.4 to 7.24.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli)

Updates `@storybook/react` from 6.1.9 to 6.5.16
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v6.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.16/code/renderers/react)

Updates `babel-jest` from 26.6.3 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

Updates `jest` from 26.6.3 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `webpack-cli` from 3.3.11 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected])

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: "@babel/cli"
  dependency-type: direct:development
- dependency-name: "@storybook/react"
  dependency-type: direct:development
- dependency-name: babel-jest
  dependency-type: direct:development
- dependency-name: jest
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jun 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8fed6d0218eb1f5b8c844474768284457c21a1da
45,160 changes: 27,423 additions & 17,737 deletions amundsen_application/static/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions amundsen_application/static/package.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.12",
@@ -61,7 +61,7 @@
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.0.26",
"@storybook/addons": "^6.1.15",
"@storybook/react": "^6.1.9",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.0.28",
"@types/enzyme": "^3.10.8",
"@types/jasmine-matchers": "^0.2.32",
@@ -76,7 +76,7 @@
"@typescript-eslint/eslint-plugin-tslint": "4.15.0",
"@typescript-eslint/parser": "4.6.1",
"anysort": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.2",
"bootstrap-sass": "^3.4.1",
"clean-webpack-plugin": "3.0.0",
@@ -96,7 +96,7 @@
"find-unused-sass-variables": "^3.0.0",
"html-webpack-plugin": "5.0.0-beta.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest": "^29.7.0",
"jest-css-modules": "^2.1.0",
"lint-staged": "^10.5.3",
"mini-css-extract-plugin": "^1.3.6",
@@ -123,7 +123,7 @@
"typescript": "^4.2.3",
"webpack": "^5.6.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.11",
"webpack-cli": "^5.1.4",
"webpack-merge": "^4.2.2",
"webpack-sources": "^1.4.3",
"webworkify-webpack": "2.1.5"

Unchanged files with check annotations Beta

<Alert
message="Alert text that can be short"
onAction={() => {
alert('action executed!');

Check warning on line 18 in amundsen_application/static/js/components/Alert/alert.story.tsx

GitHub Actions / test-unit-frontend (12.x)

Unexpected alert
}}
/>
</StorySection>
message="Alert text that can be short"
actionText="Action Text"
onAction={() => {
alert('action executed!');

Check warning on line 36 in amundsen_application/static/js/components/Alert/alert.story.tsx

GitHub Actions / test-unit-frontend (12.x)

Unexpected alert
}}
/>
</StorySection>
<Alert
actionText="Action Text"
onAction={() => {
alert('action executed!');

Check warning on line 64 in amundsen_application/static/js/components/Alert/alert.story.tsx

GitHub Actions / test-unit-frontend (12.x)

Unexpected alert
}}
message="Lorem ipsum dolor sit amet consectetur adipisicing elit. Laboriosam perspiciatis non ipsa officia expedita magnam mollitia, excepturi iste eveniet qui nisi eum illum, quas voluptas, reprehenderit quam molestias cum quisquam!"
/>
};
const wrapper = mount<typeof AnnouncementsList>(
<BrowserRouter>
<AnnouncementsList {...props} />

Check warning on line 55 in amundsen_application/static/js/components/Announcements/AnnouncementsList/index.spec.tsx

GitHub Actions / test-unit-frontend (12.x)

Prop spreading is forbidden
</BrowserRouter>
);
// Copyright Contributors to the Amundsen project.
// SPDX-License-Identifier: Apache-2.0
import * as React from 'react';

Check warning on line 4 in amundsen_application/static/js/components/Announcements/index.spec.tsx

GitHub Actions / test-unit-frontend (12.x)

'React' is defined but never used
import { shallow } from 'enzyme';

Check warning on line 6 in amundsen_application/static/js/components/Announcements/index.spec.tsx

GitHub Actions / test-unit-frontend (12.x)

'shallow' is defined but never used
import globalState from 'fixtures/globalState';
import { ResourceType } from 'interfaces';

Check warning on line 8 in amundsen_application/static/js/components/Announcements/index.spec.tsx

GitHub Actions / test-unit-frontend (12.x)

'ResourceType' is defined but never used
import { mapDispatchToProps, mapStateToProps } from '.';
displayName,
action,
}: ActionableBadgeProps) => (
<span className="actionable-badge" onClick={action}>

Check warning on line 43 in amundsen_application/static/js/components/BadgeList/index.tsx

GitHub Actions / test-unit-frontend (12.x)

Visible, non-interactive elements with click handlers must have at least one keyboard listener

Check warning on line 43 in amundsen_application/static/js/components/BadgeList/index.tsx

GitHub Actions / test-unit-frontend (12.x)

Static HTML elements with event handlers require a role
<StaticBadge style={style} displayName={displayName} />
</span>
);
return (
<span className="badge-list">
{alphabetizedBadges.map((badge, index) => {

Check warning on line 69 in amundsen_application/static/js/components/BadgeList/index.tsx

GitHub Actions / test-unit-frontend (12.x)

Array.prototype.map() expects a value to be returned at the end of arrow function
let badgeConfig;
// search badges with just name
if (badge.tag_name) {