Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps sonar.python.version from 4.20.0.16410 to 4.21.0.16473.
Updates org.sonarsource.python:sonar-python-plugin from 4.20.0.16410 to 4.21.0.16473

Release notes

Sourced from org.sonarsource.python:sonar-python-plugin's releases.

SonarPython 4.21.0.16473

Release notes - SonarPython - 4.21

Bug

SONARPY-2019 Fix NPE for workDir in IPynbSensorTest

SONARPY-2025 PythonScanner parses the wrong file when given a GeneratedFile

SONARPY-2027 IPynbParser should create new lines when parsing multiline strings code cells

SONARPY-2045 Fix incorrect count of escaped chars

SONARPY-2046 Fix missing enrichment of tokens

SONARPY-2049 Remove extra line break when the last line of a source array ends with \n

SONARPY-2051 Single quotes should not count as escaped characters in TokenEnricher or IPynbNotebookParser

SONARPY-2057 Markdown content should not leak in the generated file

SONARPY-2058 Fix offset computation on single line JSON files

SONARPY-2061 Fix bug when no code is present in the notebook

SONARPY-2063 Multiline strings should have a correct end position

SONARPY-2066 IPython help command should be parsed correctly

SONARPY-2067 First line of the first cell of notebooks should end at the correct location

SONARPY-2076 Fix highlighting of single line Jupyter Notebook

False-Positive

SONARPY-2053 Investigate FP on S6999

SONARPY-2056 IPython line magics starting with numbers or special characters should be parsed correctly

New Feature

SONARPY-1983 Implement IPythonNotebook parser

SONARPY-1986 The IPythonSensor should register to .ipynb files

SONARPY-2018 Only analyze notebooks with a Python kernel

Task

SONARPY-1987 IPynbSensor should not crash when an error occurs during the parsing of notebooks

... (truncated)

Commits
  • 27f8650 Update rule metadata (#1938)
  • 81caff7 NO-JIRA Remove extra file (#1937)
  • 24e2c24 SONARPY-2082 Jupyter notebooks should not have their fileLinesContext filled ...
  • ff4c4aa SONARPY-2076: Fix highlighting of single line Jupyter Notebook (#1935)
  • 5736897 SONARPY-2074: Fix count of line of codes for single line notebooks (#1934)
  • 4c259cc Fix Quality Gate issues (#1933)
  • 021d4ef SONARPY-2063 Multiline strings should have a correct end position (#1923)
  • 89ec6c0 SONARPY-2067 First line of the first cell of notebooks should end at the corr...
  • 269d714 SONARPY-2066: IPython help command should be parsed correctly (#1926)
  • b7d4efb SONARPY-2061: Fix bug when no code is present in the notebook (#1929)
  • Additional commits viewable in compare view

Updates org.sonarsource.python:python-checks-testkit from 4.20.0.16410 to 4.21.0.16473

Release notes

Sourced from org.sonarsource.python:python-checks-testkit's releases.

SonarPython 4.21.0.16473

Release notes - SonarPython - 4.21

Bug

SONARPY-2019 Fix NPE for workDir in IPynbSensorTest

SONARPY-2025 PythonScanner parses the wrong file when given a GeneratedFile

SONARPY-2027 IPynbParser should create new lines when parsing multiline strings code cells

SONARPY-2045 Fix incorrect count of escaped chars

SONARPY-2046 Fix missing enrichment of tokens

SONARPY-2049 Remove extra line break when the last line of a source array ends with \n

SONARPY-2051 Single quotes should not count as escaped characters in TokenEnricher or IPynbNotebookParser

SONARPY-2057 Markdown content should not leak in the generated file

SONARPY-2058 Fix offset computation on single line JSON files

SONARPY-2061 Fix bug when no code is present in the notebook

SONARPY-2063 Multiline strings should have a correct end position

SONARPY-2066 IPython help command should be parsed correctly

SONARPY-2067 First line of the first cell of notebooks should end at the correct location

SONARPY-2076 Fix highlighting of single line Jupyter Notebook

False-Positive

SONARPY-2053 Investigate FP on S6999

SONARPY-2056 IPython line magics starting with numbers or special characters should be parsed correctly

New Feature

SONARPY-1983 Implement IPythonNotebook parser

SONARPY-1986 The IPythonSensor should register to .ipynb files

SONARPY-2018 Only analyze notebooks with a Python kernel

Task

SONARPY-1987 IPynbSensor should not crash when an error occurs during the parsing of notebooks

... (truncated)

Commits
  • 27f8650 Update rule metadata (#1938)
  • 81caff7 NO-JIRA Remove extra file (#1937)
  • 24e2c24 SONARPY-2082 Jupyter notebooks should not have their fileLinesContext filled ...
  • ff4c4aa SONARPY-2076: Fix highlighting of single line Jupyter Notebook (#1935)
  • 5736897 SONARPY-2074: Fix count of line of codes for single line notebooks (#1934)
  • 4c259cc Fix Quality Gate issues (#1933)
  • 021d4ef SONARPY-2063 Multiline strings should have a correct end position (#1923)
  • 89ec6c0 SONARPY-2067 First line of the first cell of notebooks should end at the corr...
  • 269d714 SONARPY-2066: IPython help command should be parsed correctly (#1926)
  • b7d4efb SONARPY-2061: Fix bug when no code is present in the notebook (#1929)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `sonar.python.version` from 4.20.0.16410 to 4.21.0.16473.

Updates `org.sonarsource.python:sonar-python-plugin` from 4.20.0.16410 to 4.21.0.16473
- [Release notes](https://github.com/SonarCommunity/sonar-python/releases)
- [Commits](SonarSource/sonar-python@4.20.0.16410...4.21.0.16473)

Updates `org.sonarsource.python:python-checks-testkit` from 4.20.0.16410 to 4.21.0.16473
- [Release notes](https://github.com/SonarSource/sonar-python/releases)
- [Commits](SonarSource/sonar-python@4.20.0.16410...4.21.0.16473)

---
updated-dependencies:
- dependency-name: org.sonarsource.python:sonar-python-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.sonarsource.python:python-checks-testkit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from n1ckl0sk0rtge as a code owner August 20, 2024 05:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 20, 2024
@dependabot dependabot bot requested a review from hugoqnc as a code owner August 20, 2024 05:58
@dependabot dependabot bot added the java Pull requests that update Java code label Aug 20, 2024
@n1ckl0sk0rtge n1ckl0sk0rtge merged commit b3b4407 into main Aug 22, 2024
@n1ckl0sk0rtge n1ckl0sk0rtge deleted the dependabot/maven/main/sonar.python.version-4.21.0.16473 branch August 22, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants