@atlaspack/utils 2.14.5-canary.206 → 2.14.5-canary.208
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.md +17 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaspack/utils
|
|
2
2
|
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#800](https://github.com/atlassian-labs/atlaspack/pull/800) [`1180103`](https://github.com/atlassian-labs/atlaspack/commit/118010351ed444f8178988afb3f77807154dd933) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix errors when creating diagnostics with relative file paths
|
|
8
|
+
|
|
9
|
+
BREAKING CHANGE: The `remapSourceLocation` API in `@atlaspack/utils` now requires the project root
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`0207171`](https://github.com/atlassian-labs/atlaspack/commit/0207171e59e985c51e105aec2e0a99de174374bd), [`10ee3fa`](https://github.com/atlassian-labs/atlaspack/commit/10ee3fa5b75a92acde8973673d9b3c5b6f3958e5), [`bbe4e28`](https://github.com/atlassian-labs/atlaspack/commit/bbe4e28c89e5e9284bd730075d4d6f2a3cb37b21), [`1180103`](https://github.com/atlassian-labs/atlaspack/commit/118010351ed444f8178988afb3f77807154dd933), [`2bc93b1`](https://github.com/atlassian-labs/atlaspack/commit/2bc93b17cea07fd7cbb68acec84d8471345a22b4)]:
|
|
14
|
+
- @atlaspack/feature-flags@2.25.2
|
|
15
|
+
- @atlaspack/rust@3.8.2
|
|
16
|
+
- @atlaspack/types-internal@2.20.2
|
|
17
|
+
- @atlaspack/logger@2.14.24
|
|
18
|
+
- @atlaspack/codeframe@2.13.14
|
|
19
|
+
|
|
3
20
|
## 2.19.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/utils",
|
|
3
|
-
"version": "2.14.5-canary.
|
|
3
|
+
"version": "2.14.5-canary.208+a96be0d0d",
|
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
5
5
|
"license": "(MIT OR Apache-2.0)",
|
|
6
6
|
"publishConfig": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaspack/codeframe": "2.13.3-canary.
|
|
35
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
36
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
37
|
-
"@atlaspack/logger": "2.14.5-canary.
|
|
38
|
-
"@atlaspack/markdown-ansi": "2.14.1-canary.
|
|
39
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
40
|
-
"@atlaspack/types-internal": "2.14.1-canary.
|
|
34
|
+
"@atlaspack/codeframe": "2.13.3-canary.276+a96be0d0d",
|
|
35
|
+
"@atlaspack/diagnostic": "2.14.1-canary.276+a96be0d0d",
|
|
36
|
+
"@atlaspack/feature-flags": "2.14.1-canary.276+a96be0d0d",
|
|
37
|
+
"@atlaspack/logger": "2.14.5-canary.208+a96be0d0d",
|
|
38
|
+
"@atlaspack/markdown-ansi": "2.14.1-canary.276+a96be0d0d",
|
|
39
|
+
"@atlaspack/rust": "3.2.1-canary.208+a96be0d0d",
|
|
40
|
+
"@atlaspack/types-internal": "2.14.1-canary.276+a96be0d0d",
|
|
41
41
|
"@iarna/toml": "^2.2.0",
|
|
42
42
|
"@parcel/source-map": "^2.1.1",
|
|
43
43
|
"@types/micromatch": "^4.0.9",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "a96be0d0dc3bb2fc29b5a60831bba34d141f857a"
|
|
78
78
|
}
|