gopadjs 3.1.0 → 3.2.1

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.
package/.github/RELEASE CHANGED
@@ -1 +1 @@
1
- Mon Nov 17 08:15:21 UTC 2025
1
+ Mon Dec 8 08:17:02 UTC 2025
@@ -49,18 +49,16 @@ rulesets:
49
49
  parameters:
50
50
  strict_required_status_checks_policy: true
51
51
  required_status_checks:
52
- - context: Semantic PR
53
- integration_id: 198092
54
52
  - context: testing
55
53
  integration_id: 15368
56
54
  bypass_actors:
57
55
  - actor_id: 1
58
56
  actor_type: OrganizationAdmin
59
57
  bypass_mode: always
60
- - actor_id: 906029 # app
58
+ - actor_id: 906029 # app
61
59
  actor_type: Integration
62
60
  bypass_mode: always
63
- - actor_id: 2825367 # bots
61
+ - actor_id: 2825367 # bots
64
62
  actor_type: Team
65
63
  bypass_mode: always
66
64
 
@@ -87,10 +85,10 @@ rulesets:
87
85
  - actor_id: 1
88
86
  actor_type: OrganizationAdmin
89
87
  bypass_mode: always
90
- - actor_id: 906029 # app
88
+ - actor_id: 906029 # app
91
89
  actor_type: Integration
92
90
  bypass_mode: always
93
- - actor_id: 2825367 # bots
91
+ - actor_id: 2825367 # bots
94
92
  actor_type: Team
95
93
  bypass_mode: always
96
94
 
@@ -11,7 +11,6 @@ name: automerge
11
11
  permissions:
12
12
  contents: write
13
13
  pull-requests: write
14
- issues: write
15
14
 
16
15
  jobs:
17
16
  dependabot:
@@ -21,14 +20,13 @@ jobs:
21
20
  steps:
22
21
  - name: Generate token
23
22
  id: token
24
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
23
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
25
24
  with:
26
- app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
27
- installation_retrieval_mode: id
28
- installation_retrieval_payload: ${{ secrets.TOKEN_EXCHANGE_INSTALL }}
29
- private_key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
30
- permissions: >-
31
- {"contents": "write", "pull_requests": "write", "issues": "write"}
25
+ app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
26
+ private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
27
+ permission-contents: write
28
+ permission-pull-requests: write
29
+ permission-issues: write
32
30
 
33
31
  - name: Fetch metadata
34
32
  uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2
@@ -17,22 +17,19 @@ jobs:
17
17
  steps:
18
18
  - name: Generate token
19
19
  id: token
20
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
20
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
21
21
  with:
22
- app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
23
- installation_retrieval_mode: id
24
- installation_retrieval_payload: ${{ secrets.TOKEN_EXCHANGE_INSTALL }}
25
- private_key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
26
- permissions: >-
27
- {"contents": "write"}
22
+ app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
23
+ private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
24
+ permission-contents: write
28
25
 
29
26
  - name: Checkout source
30
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
27
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
31
28
  with:
32
29
  token: ${{ steps.token.outputs.token }}
33
30
 
34
31
  - name: Install nix
35
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31
32
+ uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31
36
33
 
37
34
  - name: Update flake
38
35
  run: nix flake update
@@ -19,10 +19,10 @@ jobs:
19
19
 
20
20
  steps:
21
21
  - name: Checkout source
22
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23
23
 
24
24
  - name: Setup nodejs
25
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
25
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
26
26
  with:
27
27
  node-version: 24.x
28
28
  cache: 'npm'
@@ -18,20 +18,18 @@ jobs:
18
18
  steps:
19
19
  - name: Generate token
20
20
  id: token
21
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
21
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
22
22
  with:
23
- app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
24
- installation_retrieval_mode: id
25
- installation_retrieval_payload: ${{ secrets.TOKEN_EXCHANGE_INSTALL }}
26
- private_key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
27
- permissions: >-
28
- {"contents": "write", "pull_requests": "write"}
23
+ app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
24
+ private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
25
+ permission-contents: write
26
+ permission-pull-requests: write
29
27
 
30
28
  - name: Checkout source
31
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
29
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32
30
 
33
31
  - name: Setup nodejs
34
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
32
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
35
33
  with:
36
34
  node-version: 24.x
37
35
  cache: 'npm'
@@ -48,7 +46,7 @@ jobs:
48
46
 
49
47
  - name: Create request
50
48
  id: pr
51
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
49
+ uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
52
50
  with:
53
51
  commit-message: "feat: automated openapi client update"
54
52
  delete-branch: true
@@ -67,8 +65,8 @@ jobs:
67
65
 
68
66
  - name: Enable automerge
69
67
  if: ${{ steps.pr.outputs.pull-request-url }}
70
- run: gh pr merge --rebase --auto "${{ steps.pr.outputs.pull-request-url }}"
68
+ run: gh pr merge --rebase --auto "${{ steps.pr.outputs.pull-request-number }}"
71
69
  env:
72
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
+ GH_TOKEN: ${{ steps.token.outputs.token }}
73
71
 
74
72
  ...
@@ -8,7 +8,9 @@ name: release
8
8
  - cron: "0 8 * * 1"
9
9
 
10
10
  permissions:
11
- contents: read
11
+ contents: write
12
+ issues: write
13
+ pull-requests: write
12
14
  id-token: write
13
15
 
14
16
  jobs:
@@ -18,36 +20,42 @@ jobs:
18
20
  steps:
19
21
  - name: Generate token
20
22
  id: token
21
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
23
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
22
24
  with:
23
- app_id: ${{ secrets.TOKEN_EXCHANGE_APP }}
24
- installation_retrieval_mode: id
25
- installation_retrieval_payload: ${{ secrets.TOKEN_EXCHANGE_INSTALL }}
26
- private_key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
27
- permissions: >-
28
- {"contents": "write", "pull_requests": "write", "issues": "write"}
25
+ app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
26
+ private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
27
+ permission-contents: write
28
+ permission-pull-requests: write
29
+ permission-issues: write
29
30
 
30
31
  - name: Checkout source
31
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32
33
  with:
33
34
  token: ${{ steps.token.outputs.token }}
34
35
 
36
+ - name: Setup nodejs
37
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
38
+ with:
39
+ node-version: lts/*
40
+ cache: npm
41
+
35
42
  - name: Write buildtime
36
43
  run: date >| .github/RELEASE
37
44
 
38
45
  - name: Install releaser
39
46
  run: |
40
47
  npm install -g \
41
- conventional-changelog-conventionalcommits@6.1.0 \
42
- semantic-release@23.1.1 \
48
+ conventional-changelog-conventionalcommits \
49
+ semantic-release@25.0.2 \
43
50
  @semantic-release/changelog \
44
51
  @semantic-release/git \
52
+ @semantic-release/github \
53
+ @semantic-release/npm \
45
54
  semantic-release-replace-plugin
46
55
 
47
56
  - name: Run releaser
48
57
  env:
49
- GITHUB_TOKEN: ${{ steps.token.outputs.token }}
50
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
58
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
59
  run: semantic-release
52
60
 
53
61
  - name: Update repo
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.2.1](https://github.com/gopad/gopad-js/compare/v3.2.0...v3.2.1) (2025-12-08)
4
+
5
+ ### Bugfixes
6
+
7
+ * **patch:** update dependency prettier to v3.7.2 ([#227](https://github.com/gopad/gopad-js/issues/227)) ([555eb29](https://github.com/gopad/gopad-js/commit/555eb29d0e998b46b3fe05a6f56fdcbb25705310))
8
+ * **patch:** update dependency prettier to v3.7.3 ([#229](https://github.com/gopad/gopad-js/issues/229)) ([1473f58](https://github.com/gopad/gopad-js/commit/1473f589071dc1b0acb89a4e6f791f34550c13dd))
9
+ * **patch:** update dependency prettier to v3.7.4 ([#234](https://github.com/gopad/gopad-js/issues/234)) ([34ab571](https://github.com/gopad/gopad-js/commit/34ab5715d190bb456f02e1365ebe55e66b2749e8))
10
+
11
+ ## [3.2.0](https://github.com/gopad/gopad-js/compare/v3.1.0...v3.2.0) (2025-12-01)
12
+
13
+ ### Features
14
+
15
+ * **minor:** update dependency prettier to v3.7.0 ([#225](https://github.com/gopad/gopad-js/issues/225)) ([04c6d72](https://github.com/gopad/gopad-js/commit/04c6d7281c9efbed0eaac456a0c8491155547c63))
16
+
17
+ ### Bugfixes
18
+
19
+ * **patch:** update dependency prettier to v3.7.1 ([#226](https://github.com/gopad/gopad-js/issues/226)) ([09bdd50](https://github.com/gopad/gopad-js/commit/09bdd5044a64b47eaf547df2d3dbedd25b708e07))
20
+
3
21
  ## [3.1.0](https://github.com/gopad/gopad-js/compare/v3.0.1...v3.1.0) (2025-11-17)
4
22
 
5
23
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
6
6
  automatically generated by the [OpenAPI Generator][generator] project:
7
7
 
8
8
  - API version: 1.0.0-alpha1
9
- - Package version: 3.1.0
9
+ - Package version: 3.2.1
10
10
  - Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
11
11
 
12
12
  For more information, please visit [https://gopad.eu](https://gopad.eu)
@@ -39,7 +39,7 @@ the following command within your project directory, after that you can import
39
39
  it as other libraries:
40
40
 
41
41
  ```console
42
- npm install --save gopadjs@3.1.0
42
+ npm install --save gopadjs@3.2.1
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/flake.lock CHANGED
@@ -43,11 +43,11 @@
43
43
  "nixpkgs": "nixpkgs"
44
44
  },
45
45
  "locked": {
46
- "lastModified": 1762706931,
47
- "narHash": "sha256-rsegLsEHnUsfUDN4e/Z534yJIi4Yi6qMA3LI5LK0YwA=",
46
+ "lastModified": 1764449550,
47
+ "narHash": "sha256-7ReZCvkQYKHX6gaQaNioROrpk6rPmIBwlRwWZKlfGvs=",
48
48
  "owner": "cachix",
49
49
  "repo": "devenv",
50
- "rev": "9a8147b9345ecbb1321890ce7603df1507b1125d",
50
+ "rev": "dfb58ac03bed07b93f629df55034bc50394d3971",
51
51
  "type": "github"
52
52
  },
53
53
  "original": {
@@ -75,11 +75,11 @@
75
75
  "flake-compat_2": {
76
76
  "flake": false,
77
77
  "locked": {
78
- "lastModified": 1747046372,
79
- "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=",
78
+ "lastModified": 1761588595,
79
+ "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
80
80
  "owner": "edolstra",
81
81
  "repo": "flake-compat",
82
- "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
82
+ "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
83
83
  "type": "github"
84
84
  },
85
85
  "original": {
@@ -114,11 +114,11 @@
114
114
  "nixpkgs-lib": "nixpkgs-lib"
115
115
  },
116
116
  "locked": {
117
- "lastModified": 1762440070,
118
- "narHash": "sha256-xxdepIcb39UJ94+YydGP221rjnpkDZUlykKuF54PsqI=",
117
+ "lastModified": 1763759067,
118
+ "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
119
119
  "owner": "hercules-ci",
120
120
  "repo": "flake-parts",
121
- "rev": "26d05891e14c88eb4a5d5bee659c0db5afb609d8",
121
+ "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
122
122
  "type": "github"
123
123
  },
124
124
  "original": {
@@ -160,11 +160,11 @@
160
160
  "nixpkgs": "nixpkgs_2"
161
161
  },
162
162
  "locked": {
163
- "lastModified": 1762441963,
164
- "narHash": "sha256-j+rNQ119ffYUkYt2YYS6rnd6Jh/crMZmbqpkGLXaEt0=",
163
+ "lastModified": 1763988335,
164
+ "narHash": "sha256-QlcnByMc8KBjpU37rbq5iP7Cp97HvjRP0ucfdh+M4Qc=",
165
165
  "owner": "cachix",
166
166
  "repo": "git-hooks.nix",
167
- "rev": "8e7576e79b88c16d7ee3bbd112c8d90070832885",
167
+ "rev": "50b9238891e388c9fdc6a5c49e49c42533a1b5ce",
168
168
  "type": "github"
169
169
  },
170
170
  "original": {
@@ -305,11 +305,11 @@
305
305
  },
306
306
  "nixpkgs_3": {
307
307
  "locked": {
308
- "lastModified": 1762596750,
309
- "narHash": "sha256-rXXuz51Bq7DHBlfIjN7jO8Bu3du5TV+3DSADBX7/9YQ=",
308
+ "lastModified": 1764517877,
309
+ "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=",
310
310
  "owner": "NixOS",
311
311
  "repo": "nixpkgs",
312
- "rev": "b6a8526db03f735b89dd5ff348f53f752e7ddc8e",
312
+ "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c",
313
313
  "type": "github"
314
314
  },
315
315
  "original": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: gopadjs
3
- npmVersion: 3.1.0
3
+ npmVersion: 3.2.1
4
4
  supportsES6: true
5
5
  useSingleRequestParameter: true
6
6
  withNodeImports: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gopadjs",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "description": "OpenAPI client for Gopad",
5
5
  "homepage": "https://github.com/gopad/gopad-js#readme",
6
6
  "license": "Apache-2.0",
@@ -35,7 +35,10 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "24.10.1",
38
- "prettier": "3.6.2",
38
+ "prettier": "3.7.4",
39
39
  "typescript": "5.9.3"
40
+ },
41
+ "publishConfig": {
42
+ "provenance": true
40
43
  }
41
44
  }
@@ -1,9 +0,0 @@
1
- <!-- PLEASE READ BEFORE DELETING
2
-
3
- Please write english, this is the language everybody of us understands. Take a
4
- moment to search the issues, maybe somebody already reported your problem. If
5
- you only got questions please head over to our Matrix channel:
6
-
7
- https://matrix.to/#/#gopad:matrix.org
8
-
9
- -->
@@ -1,8 +0,0 @@
1
- <!-- PLEASE READ BEFORE DELETING
2
-
3
- Make sure to target the master branch, describe what your pull requests does and
4
- which issue you are solving. Please read our contribution guidelines as well:
5
-
6
- https://github.com/gopad/gopad-js/blob/master/CONTRIBUTING.md
7
-
8
- -->