Skip to content

Commit 3349492

Browse files
authored
Prepare for release 10.26 (#6026)
1 parent ec66fb7 commit 3349492

File tree

2,517 files changed

+2979
-2523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,517 files changed

+2979
-2523
lines changed

.cirrus.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -440,32 +440,6 @@ eslint_plugin_test_task:
440440
- npx tsc --noEmit # check typings for tseslint.config.ts
441441
- npm run test
442442

443-
eslint8_node16_plugin_test_task:
444-
depends_on:
445-
- build
446-
eks_container:
447-
<<: *CONTAINER_DEFINITION
448-
dockerfile: .cirrus/nodejs16.Dockerfile
449-
docker_arguments:
450-
CIRRUS_AWS_ACCOUNT: ${CIRRUS_AWS_ACCOUNT}
451-
env:
452-
CIRRUS_CLONE_DEPTH: 1
453-
SONARSOURCE_QA: true
454-
<<: *MAVEN_CACHE
455-
<<: *NPM_CACHE
456-
<<: *NPMRC_SCRIPT_DEFINITION
457-
# needed because we need to build the plugin
458-
eslint_its_script:
459-
- node --version
460-
- . ~/.profile
461-
- source cirrus-env QA
462-
- source set_maven_build_version $BUILD_NUMBER
463-
- npm run eslint-plugin:build
464-
- cd its/eslint8-plugin-sonarjs
465-
- npm install
466-
- npx tsc --noEmit # check typings for tseslint.config.ts
467-
- npm run test
468-
469443
css_ruling_task:
470444
depends_on:
471445
- build

.eslint-doc-generatorrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

esbuild.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

generate-eslint-package-json.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

its/eslint8-plugin-sonarjs/eslint.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

its/eslint8-plugin-sonarjs/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

its/eslint8-plugin-sonarjs/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

its/eslint8-plugin-sonarjs/tseslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

its/eslint9-plugin-sonarjs/eslint.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

its/eslint9-plugin-sonarjs/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SonarQube JavaScript Plugin
3-
* Copyright (C) 2011-2025 SonarSource SA
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
44
* mailto:info AT sonarsource DOT com
55
*
66
* This program is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)