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

0.3.9 #2160

Merged
merged 19 commits into from
Oct 2, 2024
Merged

0.3.9 #2160

merged 19 commits into from
Oct 2, 2024

Commits on Sep 29, 2024

  1. teste

    gLeirbag committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7132af1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Bump the java group with 10 updates

    Bumps the java group with 10 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | org.apache.logging.log4j:log4j-core | `2.24.0` | `2.24.1` |
    | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.0` |
    | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.5.0` | `3.10.0` |
    | com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.17.2` | `2.18.0` |
    | org.apache.lucene:lucene-core | `9.11.1` | `9.12.0` |
    | org.apache.lucene:lucene-queryparser | `9.11.1` | `9.12.0` |
    | org.apache.lucene:lucene-analysis-common | `9.11.1` | `9.12.0` |
    | org.apache.lucene:lucene-queries | `9.11.1` | `9.12.0` |
    | org.languagetool:language-en | `6.4` | `6.5` |
    | org.languagetool:language-pt | `6.4` | `6.5` |
    
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.5.0 to 3.10.0
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.10.0)
    
    Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.2 to 2.18.0
    
    Updates `org.apache.lucene:lucene-core` from 9.11.1 to 9.12.0
    
    Updates `org.apache.lucene:lucene-queryparser` from 9.11.1 to 9.12.0
    
    Updates `org.apache.lucene:lucene-analysis-common` from 9.11.1 to 9.12.0
    
    Updates `org.apache.lucene:lucene-queries` from 9.11.1 to 9.12.0
    
    Updates `org.languagetool:language-en` from 6.4 to 6.5
    
    Updates `org.languagetool:language-pt` from 6.4 to 6.5
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: java
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.apache.lucene:lucene-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.apache.lucene:lucene-queryparser
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.apache.lucene:lucene-analysis-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.apache.lucene:lucene-queries
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.languagetool:language-en
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    - dependency-name: org.languagetool:language-pt
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: java
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e64427a View commit details
    Browse the repository at this point in the history
  2. Bump the angular group in /turing-ui with 2 updates

    Bumps the angular group in /turing-ui with 2 updates: [sass](https://github.com/sass/dart-sass) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    
    Updates `sass` from 1.79.3 to 1.79.4
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.79.3...1.79.4)
    
    Updates `@types/node` from 22.7.2 to 22.7.4
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: angular
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: angular
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d1d1ea6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2158 from openturing/dependabot/npm_and_yarn/turi…

    …ng-ui/0.3.9/angular-844537ebe9
    
    Bump the angular group in /turing-ui with 2 updates
    alegauss authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    97e302b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2156 from openturing/dependabot/maven/0.3.9/java-…

    …e9d784b82a
    
    Bump the java group with 10 updates
    alegauss authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7c5a5d7 View commit details
    Browse the repository at this point in the history
  5. Update dependabot.yml

    alegauss committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3a6d609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5654c5c View commit details
    Browse the repository at this point in the history
  7. - refactor suggestion filter into new classe, creates new automaton s…

    …trategy for suggestion filter
    gLeirbag committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    149211b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7534710 View commit details
    Browse the repository at this point in the history
  9. Update pom.xml

    alegauss committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    01fdb81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f320cb View commit details
    Browse the repository at this point in the history
  11. Update build.yml

    alegauss committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    30c49ca View commit details
    Browse the repository at this point in the history
  12. Update README.adoc

    alegauss committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e054bac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ff33ef View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ceea638 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    2d9cc87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0b8801 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2159 from openturing/feature/ac-stopword-improve

    Feature/ac stopword improve
    alegauss authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3413263 View commit details
    Browse the repository at this point in the history
  4. Update README.adoc

    alegauss authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    174f30e View commit details
    Browse the repository at this point in the history