lucos_search_component 2.0.14 → 2.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,10 +8,26 @@ updates:
8
8
  open-pull-requests-limit: 10
9
9
  allow:
10
10
  - dependency-type: all
11
+ groups:
12
+ minor-and-patch:
13
+ update-types:
14
+ - minor
15
+ - patch
16
+ major:
17
+ update-types:
18
+ - major
11
19
  - package-ecosystem: github-actions
12
20
  directory: /
13
21
  schedule:
14
22
  interval: daily
15
23
  time: '06:00'
16
24
  allow:
17
- - dependency-type: all
25
+ - dependency-type: all
26
+ groups:
27
+ minor-and-patch:
28
+ update-types:
29
+ - minor
30
+ - patch
31
+ major:
32
+ update-types:
33
+ - major
@@ -13,7 +13,7 @@ permissions:
13
13
 
14
14
  jobs:
15
15
  reusable:
16
- uses: lucas42/.github/.github/workflows/reusable-code-reviewer-auto-merge.yml@v1.7.0
16
+ uses: lucas42/.github/.github/workflows/reusable-code-reviewer-auto-merge.yml@v1.8.0
17
17
  secrets:
18
18
  CODE_REVIEWER_APP_ID: ${{ secrets.CODE_REVIEWER_APP_ID }}
19
19
  CODE_REVIEWER_PRIVATE_KEY: ${{ secrets.CODE_REVIEWER_PRIVATE_KEY }}
@@ -9,4 +9,4 @@ permissions:
9
9
 
10
10
  jobs:
11
11
  convention-check:
12
- uses: lucas42/.github/.github/workflows/reusable-convention-check.yml@v1.7.0
12
+ uses: lucas42/.github/.github/workflows/reusable-convention-check.yml@v1.8.0
@@ -9,7 +9,7 @@ permissions:
9
9
 
10
10
  jobs:
11
11
  dependabot:
12
- uses: lucas42/.github/.github/workflows/reusable-dependabot-auto-merge.yml@v1.7.0
12
+ uses: lucas42/.github/.github/workflows/reusable-dependabot-auto-merge.yml@v1.8.0
13
13
  secrets:
14
14
  CODE_REVIEWER_APP_ID: ${{ secrets.CODE_REVIEWER_APP_ID }}
15
15
  CODE_REVIEWER_PRIVATE_KEY: ${{ secrets.CODE_REVIEWER_PRIVATE_KEY }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucos_search_component",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "Web Components for searching lucOS data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/.releaserc.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "plugins": [
3
- ["@semantic-release/commit-analyzer", {
4
- "releaseRules": [
5
- {"breaking": true, "release": "major"},
6
- {"release": "patch"}
7
- ]
8
- }],
9
- "@semantic-release/release-notes-generator",
10
- ["@semantic-release/exec", {
11
- "prepareCmd": "echo 'export NEXT_VERSION=${nextRelease.version}' >> $BASH_ENV"
12
- }],
13
- "@semantic-release/github"
14
- ]
15
- }