@putout/bundler 1.1.0 → 1.1.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/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ 2024.04.09, v1.1.1
2
+
3
+ feature:
4
+ - 6f4cd2d @putout/bundler: @putout/plugin-filesystem v5.0.0
5
+ - a5c7da0 @putout/bundler: eslint v9.0.0
6
+ - e138f20 @putout/bundler: eslint-plugin-n: drop
7
+
1
8
  2024.02.22, v1.1.0
2
9
 
3
10
  feature:
package/lib/bundler.js CHANGED
@@ -1,11 +1,11 @@
1
+ import {createProgress} from '@putout/engine-runner/progress';
2
+ import * as pluginFilesystem from '@putout/plugin-filesystem';
1
3
  import {
2
4
  parse,
3
5
  transform,
4
6
  print,
5
7
  findPlaces,
6
8
  } from 'putout';
7
- import {createProgress} from '@putout/engine-runner/progress';
8
- import * as pluginFilesystem from '@putout/plugin-filesystem';
9
9
  import * as pluginParseFilenames from './parse-filenames/index.js';
10
10
  import * as pluginResolveFilenames from './resolve-filenames/index.js';
11
11
  import * as pluginBundleFiles from './bundle-files/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/bundler",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Lint Filesystem with 🐊Putout",
@@ -35,7 +35,7 @@
35
35
  "@putout/engine-runner": "^21.0.0",
36
36
  "@putout/operator-filesystem": "^4.0.1",
37
37
  "@putout/operator-json": "^2.0.0",
38
- "@putout/plugin-filesystem": "^4.0.0",
38
+ "@putout/plugin-filesystem": "^5.0.0",
39
39
  "@putout/plugin-nodejs": "^11.0.0",
40
40
  "@putout/processor-filesystem": "^4.0.0",
41
41
  "chalk": "^5.3.0",
@@ -59,8 +59,7 @@
59
59
  "devDependencies": {
60
60
  "@putout/test": "^9.0.0",
61
61
  "c8": "^9.1.0",
62
- "eslint": "^8.0.1",
63
- "eslint-plugin-n": "^16.0.0",
62
+ "eslint": "^9.0.0",
64
63
  "eslint-plugin-putout": "^22.0.0",
65
64
  "estree-to-babel": "^9.0.0",
66
65
  "just-kebab-case": "^4.2.0",