create-node-lib 2.19.7 → 2.19.9

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.
@@ -24,8 +24,8 @@ jobs:
24
24
  name: Tests - Node ${{ matrix.node }} (${{ matrix.platform }})
25
25
  runs-on: ${{ matrix.platform }}
26
26
  steps:
27
- - uses: actions/checkout@v3
28
- - uses: actions/setup-node@v3
27
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
29
29
  with:
30
30
  node-version: ${{ matrix.node }}
31
31
  - name: install dependencies
@@ -48,8 +48,8 @@ jobs:
48
48
  pull-requests: write
49
49
  id-token: write
50
50
  steps:
51
- - uses: actions/checkout@v3
52
- - uses: actions/setup-node@v3
51
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
53
53
  with:
54
54
  node-version: '24'
55
55
  registry-url: 'https://registry.npmjs.org'
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.19.9](https://github.com/lirantal/create-node-lib/compare/v2.19.8...v2.19.9) (2026-05-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Change event trigger from pull_request_target to pull_request ([f1e26db](https://github.com/lirantal/create-node-lib/commit/f1e26db2c25e9b857e9514d8b21795c7b2a46ae1))
7
+
8
+ ## [2.19.8](https://github.com/lirantal/create-node-lib/compare/v2.19.7...v2.19.8) (2026-05-23)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update devcontainer.json with new feature versions ([c2ef584](https://github.com/lirantal/create-node-lib/commit/c2ef5842e49f9f21e96f1e73b8a3cee244a40769))
14
+
1
15
  ## [2.19.7](https://github.com/lirantal/create-node-lib/compare/v2.19.6...v2.19.7) (2026-05-23)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-node-lib",
3
- "version": "2.19.7",
3
+ "version": "2.19.9",
4
4
  "description": "Scaffolding out a Node.js library module",
5
5
  "bin": "./bin/cli.js",
6
6
  "engines": {
@@ -2,13 +2,15 @@
2
2
  "name": "Project Devcontainer",
3
3
  "image": "mcr.microsoft.com/devcontainers/typescript-node:24-trixie",
4
4
  "features": {
5
- "ghcr.io/devcontainers/features/python:1": {
5
+ "ghcr.io/devcontainers/features/python@sha256:fbcad6955caeecc5ad3f7886baf652e25cba5225a6c4c2287c536de2e5607511": {
6
6
  "version": "3.12",
7
7
  "installPythonDevDependencies": true
8
8
  },
9
- "ghcr.io/devcontainer-community/devcontainer-features/astral.sh-uv:1": {
9
+ "ghcr.io/devcontainer-community/devcontainer-features/astral.sh-uv@sha256:36f95b90080248a05aba7b1b3cecf8018bb6d7222f6274f03f050b502abd4fe7": {
10
10
  "shellautocompletion": true
11
- }
11
+ },
12
+ "ghcr.io/devcontainers-extra/features/ripgrep@sha256:0dfc0ac16f0d6aa754d006a138fd4cb4a62c245d308306edf8ad1b7a80b8fdf2": {},
13
+ "ghcr.io/devcontainers/features/github-cli@sha256:d22f50b70ed75339b4eed1ba9ecde3a1791f90e88d37936517e3bace0bbad671": {}
12
14
  },
13
15
  // Ask the editor to forward these container ports (no Docker appPort).
14
16
  "forwardPorts": [8787, 3005, 3001, 3000],
@@ -1,6 +1,6 @@
1
1
  name: "Pull Request Labeler"
2
2
 
3
- on: pull_request_target
3
+ on: pull_request
4
4
 
5
5
  jobs:
6
6
  label: