@eik/rollup-plugin 5.0.6 → 5.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.0.7](https://github.com/eik-lib/rollup-plugin/compare/v5.0.6...v5.0.7) (2025-07-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency undici to v7.12.0 ([#245](https://github.com/eik-lib/rollup-plugin/issues/245)) ([c5c51cb](https://github.com/eik-lib/rollup-plugin/commit/c5c51cb5324eca4b1f2270e7735766e7133c01c0))
7
+
1
8
  ## [5.0.6](https://github.com/eik-lib/rollup-plugin/compare/v5.0.5...v5.0.6) (2025-06-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eik/rollup-plugin",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "Rollup plugin for loading import maps from a Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.",
5
5
  "type": "module",
6
6
  "main": "./dist/plugin.cjs",
@@ -48,9 +48,9 @@
48
48
  },
49
49
  "homepage": "https://github.com/eik-lib/rollup-plugin#readme",
50
50
  "devDependencies": {
51
- "@eik/eslint-config": "1.0.16",
51
+ "@eik/eslint-config": "1.0.18",
52
52
  "@eik/prettier-config": "1.0.1",
53
- "@eik/semantic-release-config": "1.0.4",
53
+ "@eik/semantic-release-config": "1.0.5",
54
54
  "@eik/typescript-config": "1.0.0",
55
55
  "@types/node": "22.15.21",
56
56
  "eslint": "9.25.1",
@@ -66,7 +66,7 @@
66
66
  "dependencies": {
67
67
  "@eik/common": "5.1.5",
68
68
  "rollup-plugin-import-map": "3.0.0",
69
- "undici": "7.11.0"
69
+ "undici": "7.12.0"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=20"