Skip to content

Commit

Permalink
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10 (
Browse files Browse the repository at this point in the history
…#2663)

* chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10

* fix build

* rollback jest-dom

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stephan Köninger <stephan.koeninger@codecentric.de>
  • Loading branch information
renovate[bot] and SteKoe committed Aug 23, 2023
1 parent 0d0a33d commit 340d081
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<git-commit-id-maven-plugin.version>4.9.10</git-commit-id-maven-plugin.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<checkstyle.version>9.3</checkstyle.version>
<checkstyle.version>10.12.2</checkstyle.version>
<spring-javaformat-checkstyle.version>0.0.39</spring-javaformat-checkstyle.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<node.version>v18.16.0</node.version>
Expand Down
8 changes: 4 additions & 4 deletions spring-boot-admin-server-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@storybook/addon-mdx-gfm": "^7.0.5",
"@storybook/vue3": "7.3.2",
"@storybook/vue3-vite": "^7.0.5",
"@testing-library/jest-dom": "6.1.0",
"@testing-library/jest-dom": "6.0.1",
"@testing-library/user-event": "14.4.3",
"@testing-library/vue": "7.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
Expand Down
5 changes: 1 addition & 4 deletions spring-boot-admin-server-ui/src/main/frontend/tests/setup.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import matchers from '@testing-library/jest-dom/matchers';
import '@testing-library/jest-dom/vitest';
import { cleanup } from '@testing-library/vue';
import { afterAll, afterEach, beforeAll, expect, vi } from 'vitest';

import { server } from '@/mocks/server';

// extends Vitest's expect method with methods from react-testing-library
expect.extend(matchers);

global.IntersectionObserver = vi.fn().mockImplementation(() => ({
observe: vi.fn(),
unobserve: vi.fn(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void should_return_true() {
}

@Data
private static class MockRequest {
private static final class MockRequest {

private final String method;

Expand Down

0 comments on commit 340d081

Please sign in to comment.