github 1c-syntax/bsl-language-server v0.22.0-ra.5

latest releases: v0.23.1, v0.23.1-rc.1, v0.23.0...
pre-release8 months ago

What's Changed

  • build(deps): bump io.sentry:sentry-bom from 6.27.0 to 6.28.0 by @dependabot in #3128
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #3145
  • build(deps): bump JetBrains/qodana-action from 2023.2.1 to 2023.2.6 by @dependabot in #3146
  • UnusedLocalMethod - "Неиспользуемый локальный метод" - поддержка модулей объектов через параметр правила by @artbear in #3112
  • build(deps): bump io.freefair.javadoc-utf-8 from 8.1.0 to 8.3 by @dependabot in #3140
  • build(deps): bump io.freefair.maven-central.validate-poms from 8.1.0 to 8.3 by @dependabot in #3142
  • build(deps): bump io.freefair.lombok from 8.1.0 to 8.3 by @dependabot in #3144
  • build(deps): bump io.sentry:sentry-bom from 6.28.0 to 6.30.0 by @dependabot in #3151
  • build(deps): bump io.spring.dependency-management from 1.1.2 to 1.1.3 by @dependabot in #3150
  • build(deps): bump org.springframework.boot from 3.1.2 to 3.1.4 by @dependabot in #3152
  • build(deps): bump org.sonarqube from 4.3.0.3225 to 4.4.1.3373 by @dependabot in #3156
  • build(deps): bump info.picocli:picocli-spring-boot-starter from 4.7.4 to 4.7.5 by @dependabot in #3154
  • build(deps): bump com.github.ben-manes.versions from 0.47.0 to 0.48.0 by @dependabot in #3155
  • build(deps): bump JetBrains/qodana-action from 2023.2.6 to 2023.2.7 by @dependabot in #3164
  • build(deps): bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 by @dependabot in #3160
  • build(deps): bump io.freefair.lombok from 8.3 to 8.4 by @dependabot in #3163
  • build(deps): bump io.freefair.maven-central.validate-poms from 8.3 to 8.4 by @dependabot in #3162
  • build(deps): bump io.freefair.javadoc-utf-8 from 8.3 to 8.4 by @dependabot in #3161
  • build(deps): bump io.freefair.javadoc-links from 8.3 to 8.4 by @dependabot in #3159
  • build(deps): bump JetBrains/qodana-action from 2023.2.7 to 2023.2.8 by @dependabot in #3166
  • build(deps): bump io.freefair.aspectj.post-compile-weaving from 8.3 to 8.4 by @dependabot in #3165
  • build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 by @dependabot in #3167
  • build(deps): bump io.sentry:sentry-bom from 6.30.0 to 6.31.0 by @dependabot in #3168
  • Правило Доступ к файловой системе - FileSystemAccess - ГОТОВО by @artbear in #3117
  • build(deps): bump org.springframework.boot from 3.1.4 to 3.1.5 by @dependabot in #3171
  • build(deps): bump io.sentry:sentry-bom from 6.31.0 to 6.32.0 by @dependabot in #3170
  • build(deps): bump me.champeau.jmh from 0.7.1 to 0.7.2 by @dependabot in #3175
  • build(deps): bump io.sentry:sentry-bom from 6.32.0 to 6.33.0 by @dependabot in #3177
  • build(deps): bump io.sentry:sentry-bom from 6.33.0 to 6.33.1 by @dependabot in #3179
  • Исправлена опечатка в описании диагностики by @AlexPCRus in #3180
  • build(deps): bump io.spring.dependency-management from 1.1.3 to 1.1.4 by @dependabot in #3181
  • build(deps): bump me.qoomon.git-versioning from 6.4.2 to 6.4.3 by @dependabot in #3184
  • build(deps): bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 by @dependabot in #3182
  • build(deps): bump AButler/upload-release-assets from 2.0 to 3.0 by @dependabot in #3186
  • build(deps): bump io.sentry:sentry-bom from 6.33.1 to 6.34.0 by @dependabot in #3185
  • Доработка BadWords - опция поиска по комментариям + показ запрещенного слова в замечаниях by @artbear in #3190
  • build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.2 by @dependabot in #3193
  • [MOD] UsingFindElementByString - замечания на ПоискПоНомеру с параметром-литералом by @artbear in #3192
  • build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #3194
  • build(deps): bump JetBrains/qodana-action from 2023.2.8 to 2023.2.9 by @dependabot in #3197
  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #3198
  • fix syntax error in docs #3200 by @alei1180 in #3201
  • build(deps): bump JetBrains/qodana-action from 2023.2.9 to 2023.3.0 by @dependabot in #3199
  • build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 by @dependabot in #3202
  • build(deps): bump dawidd6/action-download-artifact from 2 to 3 by @dependabot in #3203
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #3205
  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #3209
  • Правило "Обращение к методам привилегированных модулей" by @artbear in #3172
  • Update UsageWriteLogEvent.md by @kuzyara in #3208
  • [MOD] MagicNumber - ловим магические числа везде, в т.ч. и при передаче параметров - ГОТОВО by @artbear in #3210
  • Updates for file docs/diagnostics/UsingFindElementByString.md in en by @transifex-integration in #3212
  • Updates for file docs/diagnostics/ServerSideExportFormMethod.md in en by @transifex-integration in #3213
  • bsl-parser 0.23 by @theshadowco in #3214
  • Поддержка mdclasses 0.12 by @theshadowco in #3158
  • Обновление версии mdclasses и восстановление работы диагностики by @theshadowco in #3218

New Contributors

Full Changelog: v0.22.0-ra.4...v0.22.0-ra.5

Don't miss a new bsl-language-server release

NewReleases is sending notifications on new releases.