@roots/bud-cache 6.0.0 → 6.1.0

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/README.md CHANGED
@@ -1,53 +1,74 @@
1
- <p align="center">
2
- <img src="https://cdn.roots.io/app/uploads/logo-bud.svg" height="100" alt="Bud" />
3
- </p>
1
+ <p align="center"><img src="https://cdn.roots.io/app/uploads/logo-bud.svg" height="100" alt="bud.js" /></p>
4
2
 
5
3
  <p align="center">
6
- <img alt="MIT License" src="https://img.shields.io/github/license/roots/bud?color=%23525ddc&style=flat-square" /> <img alt="npm" src="https://img.shields.io/npm/v/@roots/bud.svg?color=%23525ddc&style=flat-square" /> <img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?color=%23525ddc&style=flat-square" />
4
+ <img alt="MIT License" src="https://img.shields.io/github/license/roots/bud?color=%23525ddc&style=flat-square" />
5
+ <img alt="npm" src="https://img.shields.io/npm/v/@roots/bud.svg?color=%23525ddc&style=flat-square" />
6
+ <img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?color=%23525ddc&style=flat-square" />
7
7
  </p>
8
8
 
9
- <h1 align="center">
10
- <strong>@roots/bud-cache</strong>
11
- </h1>
9
+ <h1 align="center"><strong>@roots/bud-cache</strong></h1>
12
10
 
13
11
  <p align="center">
14
12
  Config caching
15
13
  </p>
16
14
 
15
+ ---
16
+
17
17
  ## Installation
18
18
 
19
19
  Install **@roots/bud-cache** to your project.
20
20
 
21
- ```shell
21
+ Yarn:
22
+
23
+ ```sh
22
24
  yarn add @roots/bud-cache --dev
23
25
  ```
24
26
 
25
- ## Documentation
27
+ npm:
28
+
29
+ ```sh
30
+ npm install @roots/bud-cache --save-dev
31
+ ```
32
+
33
+ ## Usage
34
+
35
+ ## Contributing
36
+
37
+ Contributions are welcome from everyone.
38
+
39
+ We have [contribution guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started.
26
40
 
27
- For more information on utilizing this package [check out our dedicated docs](https://bud.js.org)
41
+ ## License
42
+
43
+ @roots/bud-cache is licensed under MIT.
28
44
 
29
45
  ## Community
30
46
 
31
47
  Keep track of development and community news.
32
48
 
33
- - Join us on Roots Slack by becoming a [GitHub sponsor](https://github.com/sponsors/roots)
49
+ - Join us on Roots Slack by becoming a [GitHub
50
+ sponsor](https://github.com/sponsors/roots)
34
51
  - Participate on the [Roots Discourse](https://discourse.roots.io/)
35
52
  - Follow [@rootswp on Twitter](https://twitter.com/rootswp)
36
53
  - Read and subscribe to the [Roots Blog](https://roots.io/blog/)
37
54
  - Subscribe to the [Roots Newsletter](https://roots.io/subscribe/)
38
55
 
39
- ## Contributing
40
-
41
- Contributions are welcome from everyone.
42
-
43
- We have [contribution guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started.
44
-
45
56
  ## Sponsors
46
57
 
47
58
  Help support our open-source development efforts by [becoming a patron](https://www.patreon.com/rootsdev).
48
59
 
49
- <a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/></a>
50
- <a href="https://carrot.com/"><img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="200" height="150"/></a>
51
- <a href="https://www.c21redwood.com/"><img src="https://cdn.roots.io/app/uploads/c21redwood.svg" alt="C21 Redwood Realty" width="200" height="150"/></a>
52
- <a href="https://wordpress.com/"><img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="200" height="150"/></a>
53
- <a href="https://pantheon.io/"><img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/></a>
60
+ <a href="https://k-m.com/">
61
+ <img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/>
62
+ </a>
63
+ <a href="https://carrot.com/">
64
+ <img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="200" height="150"/>
65
+ </a>
66
+ <a href="https://www.c21redwood.com/">
67
+ <img src="https://cdn.roots.io/app/uploads/c21redwood.svg" alt="C21 Redwood Realty" width="200" height="150"/>
68
+ </a>
69
+ <a href="https://wordpress.com/">
70
+ <img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="200" height="150"/>
71
+ </a>
72
+ <a href="https://pantheon.io/">
73
+ <img src="https://cdn.roots.io/app/uploads/pantheon.svg" alt="Pantheon" width="200" height="150"/>
74
+ </a>
package/lib/index.d.ts CHANGED
@@ -6,6 +6,12 @@
6
6
  *
7
7
  * @packageDocumentation
8
8
  */
9
+ import type InvalidateCacheExtension from './invalidate-cache-extension/index.js';
9
10
  import Cache from './service.js';
11
+ declare module '@roots/bud-framework' {
12
+ interface Modules {
13
+ '@roots/bud-cache/invalidate-cache': InvalidateCacheExtension;
14
+ }
15
+ }
10
16
  export { Cache, Cache as Service, Cache as default };
11
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,cAAc,CAAA;AAEhC,OAAO,EAAC,KAAK,EAAE,KAAK,IAAI,OAAO,EAAE,KAAK,IAAI,OAAO,EAAC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AAEH,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAA;AACjF,OAAO,KAAK,MAAM,cAAc,CAAA;AAEhC,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,OAAO;QACf,mCAAmC,EAAE,wBAAwB,CAAA;KAC9D;CACF;AAED,OAAO,EAAC,KAAK,EAAE,KAAK,IAAI,OAAO,EAAE,KAAK,IAAI,OAAO,EAAC,CAAA"}
package/lib/index.js CHANGED
@@ -1,13 +1,5 @@
1
1
  // Copyright © Roots Software Foundation LLC
2
2
  // Licensed under the MIT license.
3
- /**
4
- * Compiler and pre-compiler caching
5
- *
6
- * @see {@link https://bud.js.org}
7
- * @see {@link https://github.com/roots/bud}
8
- *
9
- * @packageDocumentation
10
- */
11
3
  import Cache from './service.js';
12
4
  export { Cache, Cache as Service, Cache as default };
13
5
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,kCAAkC;AAElC;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,cAAc,CAAA;AAEhC,OAAO,EAAC,KAAK,EAAE,KAAK,IAAI,OAAO,EAAE,KAAK,IAAI,OAAO,EAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,kCAAkC;AAYlC,OAAO,KAAK,MAAM,cAAc,CAAA;AAQhC,OAAO,EAAC,KAAK,EAAE,KAAK,IAAI,OAAO,EAAE,KAAK,IAAI,OAAO,EAAC,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { Extension } from '@roots/bud-framework/extension';
2
+ /**
3
+ * Cache invalidation extension
4
+ *
5
+ * @remarks
6
+ * Certain webpack components such as `eslint-webpack-plugin` and
7
+ * `ts-loader` have issues with fs caching. This extension writes a file
8
+ * to the cache directory which is used to invalidate the cache before
9
+ * webpack is invoked on subsequent builds
10
+ *
11
+ * @public
12
+ * @decorator `@label`
13
+ */
14
+ export default class InvalidateCacheExtension extends Extension {
15
+ /**
16
+ * `register` callback
17
+ *
18
+ * @public
19
+ * @decorator `@bind`
20
+ */
21
+ register(): Promise<void>;
22
+ }
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/invalidate-cache-extension/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAA;AAIxD;;;;;;;;;;;GAWG;AAEH,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,SAAS;IAC7D;;;;;OAKG;IACgB,QAAQ;CAkB5B"}
@@ -0,0 +1,45 @@
1
+ import { __decorate } from "tslib";
2
+ import { Extension } from '@roots/bud-framework/extension';
3
+ import { bind, label } from '@roots/bud-framework/extension/decorators';
4
+ import fs from 'fs-extra';
5
+ /**
6
+ * Cache invalidation extension
7
+ *
8
+ * @remarks
9
+ * Certain webpack components such as `eslint-webpack-plugin` and
10
+ * `ts-loader` have issues with fs caching. This extension writes a file
11
+ * to the cache directory which is used to invalidate the cache before
12
+ * webpack is invoked on subsequent builds
13
+ *
14
+ * @public
15
+ * @decorator `@label`
16
+ */
17
+ let InvalidateCacheExtension = class InvalidateCacheExtension extends Extension {
18
+ /**
19
+ * `register` callback
20
+ *
21
+ * @public
22
+ * @decorator `@bind`
23
+ */
24
+ async register() {
25
+ const invalidate = await fs.pathExists(this.app.path(`@storage/cache/invalidate`));
26
+ if (this.app.context.args.flush === true || invalidate) {
27
+ await fs.remove(this.app.path(`@storage/cache`));
28
+ }
29
+ this.app.hooks.action('event.compiler.after', async () => {
30
+ this.app.compiler.compilation.hooks.done.tap(this.label, async (compiler) => {
31
+ if (!compiler.hasErrors())
32
+ return;
33
+ await fs.ensureFile(this.app.path(`@storage/cache/invalidate`));
34
+ });
35
+ });
36
+ }
37
+ };
38
+ __decorate([
39
+ bind
40
+ ], InvalidateCacheExtension.prototype, "register", null);
41
+ InvalidateCacheExtension = __decorate([
42
+ label('@roots/bud-cache/invalidate-cache')
43
+ ], InvalidateCacheExtension);
44
+ export default InvalidateCacheExtension;
45
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/invalidate-cache-extension/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAA;AACxD,OAAO,EAAC,IAAI,EAAE,KAAK,EAAC,MAAM,2CAA2C,CAAA;AACrE,OAAO,EAAE,MAAM,UAAU,CAAA;AAEzB;;;;;;;;;;;GAWG;AAEH,IAAqB,wBAAwB,GAA7C,MAAqB,wBAAyB,SAAQ,SAAS;IAC7D;;;;;OAKG;IACU,KAAK,CAAC,QAAQ;QACzB,MAAM,UAAU,GAAG,MAAM,EAAE,CAAC,UAAU,CACpC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAC3C,CAAA;QACD,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,KAAK,IAAI,IAAI,UAAU,EAAE;YACtD,MAAM,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAA;SACjD;QAED,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,EAAE,KAAK,IAAI,EAAE;YACvD,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAC1C,IAAI,CAAC,KAAK,EACV,KAAK,EAAC,QAAQ,EAAC,EAAE;gBACf,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE;oBAAE,OAAM;gBACjC,MAAM,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAA;YACjE,CAAC,CACF,CAAA;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF,CAAA;AAlBO;IAAL,IAAI;wDAiBJ;AAxBkB,wBAAwB;IAD5C,KAAK,CAAC,mCAAmC,CAAC;GACtB,wBAAwB,CAyB5C;eAzBoB,wBAAwB"}
package/lib/service.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Service, Services } from '@roots/bud-framework';
2
- import type { Context } from '@roots/bud-framework/src/config';
2
+ import type { Context } from '@roots/bud-framework/config';
3
3
  /**
4
4
  * Cache service class
5
5
  *
@@ -88,6 +88,19 @@ export default class Cache extends Service implements Services.Cache.Service {
88
88
  managedPaths: string[];
89
89
  buildDependencies: any;
90
90
  };
91
+ /**
92
+ * `register` callback
93
+ *
94
+ * @public
95
+ * @decorator `@bind`
96
+ */
97
+ register(): Promise<void>;
98
+ /**
99
+ * `boot` callback
100
+ *
101
+ * @public
102
+ * @decorator `@bind`
103
+ */
91
104
  boot(): Promise<void>;
92
105
  clean(): void;
93
106
  }
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,iCAAiC,CAAA;AAK5D;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,KACnB,SAAQ,OACR,YAAW,QAAQ,CAAC,KAAK,CAAC,OAAO;IAEjC;;;;OAIG;IACI,OAAO,EAAE,OAAO,CAAO;IAE9B;;;;OAIG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,CAAA;IACvB,IAAW,IAAI,IAAI,MAAM,CAExB;IACD,IAAW,IAAI,CAAC,IAAI,EAAE,MAAM,EAE3B;IAED;;;;OAIG;IACH,SAAS,CAAC,KAAK,EAAE,QAAQ,GAAG,YAAY,CAAA;IACxC,IAAW,IAAI,IAAI,QAAQ,GAAG,YAAY,CAEzC;IACD,IAAW,IAAI,CAAC,IAAI,EAAE,QAAQ,GAAG,YAAY,EAE5C;IAED;;;;OAIG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,CAAA;IAC1B,IAAW,OAAO,IAAI,MAAM,CAE3B;IACD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,EAEjC;IAED;;;;OAIG;IACH,IAAW,iBAAiB,IAAI,GAAG,CAIlC;IACD,IAAW,iBAAiB,CAAC,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,EAE3D;IAED;;;;OAIG;IACH,SAAS,CAAC,eAAe,EAAE,MAAM,CAAA;IACjC,IAAW,cAAc,IAAI,MAAM,CAElC;IACD,IAAW,cAAc,CAAC,SAAS,EAAE,MAAM,EAE1C;IAED;;;;OAIG;IACH,SAAS,CAAC,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACtC,IAAW,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,CAEvC;IACD,IAAW,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,EAE3C;IAED;;;;OAIG;IACH,IAAW,aAAa;;MAGvB;IAED;;;;OAIG;IACH,IAAW,WAAW;;MAIrB;IAED;;;;OAIG;IACH,IAAW,eAAe;;;;;;;MASzB;IAGY,IAAI;IAyBV,KAAK;CAIb"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAE,QAAQ,EAAC,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,6BAA6B,CAAA;AAOxD;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,KACnB,SAAQ,OACR,YAAW,QAAQ,CAAC,KAAK,CAAC,OAAO;IAEjC;;;;OAIG;IACI,OAAO,EAAE,OAAO,CAAO;IAE9B;;;;OAIG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,CAAA;IACvB,IAAW,IAAI,IAAI,MAAM,CAExB;IACD,IAAW,IAAI,CAAC,IAAI,EAAE,MAAM,EAE3B;IAED;;;;OAIG;IACH,SAAS,CAAC,KAAK,EAAE,QAAQ,GAAG,YAAY,CAAA;IACxC,IAAW,IAAI,IAAI,QAAQ,GAAG,YAAY,CAEzC;IACD,IAAW,IAAI,CAAC,IAAI,EAAE,QAAQ,GAAG,YAAY,EAE5C;IAED;;;;OAIG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,CAAA;IAC1B,IAAW,OAAO,IAAI,MAAM,CAE3B;IACD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,EAEjC;IAED;;;;OAIG;IACH,IAAW,iBAAiB,IAAI,GAAG,CAIlC;IACD,IAAW,iBAAiB,CAAC,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,EAE3D;IAED;;;;OAIG;IACH,SAAS,CAAC,eAAe,EAAE,MAAM,CAAA;IACjC,IAAW,cAAc,IAAI,MAAM,CAElC;IACD,IAAW,cAAc,CAAC,SAAS,EAAE,MAAM,EAE1C;IAED;;;;OAIG;IACH,SAAS,CAAC,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACtC,IAAW,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,CAEvC;IACD,IAAW,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,EAE3C;IAED;;;;OAIG;IACH,IAAW,aAAa;;MAGvB;IAED;;;;OAIG;IACH,IAAW,WAAW;;MAIrB;IAED;;;;OAIG;IACH,IAAW,eAAe;;;;;;;MASzB;IAED;;;;;OAKG;IACgB,QAAQ;IAI3B;;;;;OAKG;IACgB,IAAI;IAoBV,KAAK;CAGnB"}
package/lib/service.js CHANGED
@@ -3,6 +3,7 @@ import { Service } from '@roots/bud-framework';
3
3
  import fs from 'fs-extra';
4
4
  import { bind } from 'helpful-decorators';
5
5
  import { createHash } from 'node:crypto';
6
+ import InvalidateCacheExtension from './invalidate-cache-extension/index.js';
6
7
  /**
7
8
  * Cache service class
8
9
  *
@@ -96,14 +97,26 @@ export default class Cache extends Service {
96
97
  buildDependencies: this.buildDependencies,
97
98
  };
98
99
  }
100
+ /**
101
+ * `register` callback
102
+ *
103
+ * @public
104
+ * @decorator `@bind`
105
+ */
106
+ async register() {
107
+ await this.app.extensions.add(InvalidateCacheExtension);
108
+ }
109
+ /**
110
+ * `boot` callback
111
+ *
112
+ * @public
113
+ * @decorator `@bind`
114
+ */
99
115
  async boot() {
100
116
  this.type = 'filesystem';
101
117
  this.cacheDirectory = this.app.path(`@storage/cache/webpack`);
102
118
  this.managedPaths = [this.app.path(`@modules`)];
103
119
  this.name = `${this.app.name}.${this.app.mode}`;
104
- if (this.app.context.args.flush === true) {
105
- await fs.remove(this.app.path(`@storage/cache`));
106
- }
107
120
  const args = Object.entries(this.app.context.args)
108
121
  .filter(([k, v]) => v !== undefined)
109
122
  .map(([k, v]) => `${k}-${v}`)
@@ -115,10 +128,12 @@ export default class Cache extends Service {
115
128
  .toLowerCase();
116
129
  }
117
130
  clean() {
118
- this.app.log('cleaning cache');
119
131
  fs.removeSync(this.app.path(`@storage/cache`));
120
132
  }
121
133
  }
134
+ __decorate([
135
+ bind
136
+ ], Cache.prototype, "register", null);
122
137
  __decorate([
123
138
  bind
124
139
  ], Cache.prototype, "boot", null);
@@ -1 +1 @@
1
- {"version":3,"file":"service.js","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"service.js","sourceRoot":"","sources":["../src/service.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roots/bud-cache",
3
3
  "description": "Config caching",
4
- "version": "6.0.0",
4
+ "version": "6.1.0",
5
5
  "homepage": "https://roots.io/bud",
6
6
  "repository": {
7
7
  "type": "git",
@@ -62,7 +62,7 @@
62
62
  "tslib": "2.4.0"
63
63
  },
64
64
  "dependencies": {
65
- "@roots/bud-framework": "6.0.0",
65
+ "@roots/bud-framework": "6.1.0",
66
66
  "fs-extra": "10.1.0",
67
67
  "helpful-decorators": "2.1.0",
68
68
  "lodash-es": "4.17.21"