New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@atlassian/soy-loader

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/soy-loader - npm Package Compare versions

Comparing version

to
5.3.9

@@ -6,3 +6,3 @@ # Change Log

### [5.3.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/soy-loader@5.3.8..@atlassian/soy-loader@5.3.7) (2024-05-28)
### [5.3.9](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/soy-loader@5.3.9..@atlassian/soy-loader@5.3.8) (2024-06-25)

@@ -12,7 +12,13 @@

* **soy-loader:** [SPFE-1066](https://ecosystem.atlassian.net/browse/SPFE-1066), DCA11Y-1013 - Support java17+ ([3a369bb](https://bitbucket.org/atlassianlabs/fe-server/commits/3a369bb655ef59df930c883388ab34217719f782))
* **soy-loader:** Add comment to manual test ([cb9da4d](https://bitbucket.org/atlassianlabs/fe-server/commits/cb9da4d9067e07d71750ff103395ce11ff25b794))
* **soy-loader:** [SPFE-1067](https://ecosystem.atlassian.net/browse/SPFE-1067) - ensure soy-loader accepts webpack 4 as a peer dependency and add system-level tests for working with all supported webpack versions ([3d8fe4e](https://bitbucket.org/atlassianlabs/fe-server/commits/3d8fe4e97c7af231c32dacf860b4fa54e08053fa))
### [5.3.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/soy-loader@5.3.8..@atlassian/soy-loader@5.3.7) (2024-05-28)
### Bug Fixes
- **soy-loader:** [SPFE-1066](https://ecosystem.atlassian.net/browse/SPFE-1066), DCA11Y-1013 - Support java17+ ([3a369bb](https://bitbucket.org/atlassianlabs/fe-server/commits/3a369bb655ef59df930c883388ab34217719f782))
- **soy-loader:** Add comment to manual test ([cb9da4d](https://bitbucket.org/atlassianlabs/fe-server/commits/cb9da4d9067e07d71750ff103395ce11ff25b794))
### 5.3.7 (2024-04-05)

@@ -19,0 +25,0 @@

{
"name": "@atlassian/soy-loader",
"version": "5.3.8",
"version": "5.3.9",
"description": "Soy loader for webpack using the Atlassian Soy CLI compiler",

@@ -51,3 +51,3 @@ "main": "index.js",

"peerDependencies": {
"webpack": "^5.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},

@@ -57,3 +57,6 @@ "devDependencies": {

"@types/webpack": "5.28.0",
"fs-extra": "^10.0.0",
"jest": "27.4.3",
"rimraf": "^5.0.7",
"verdaccio": "^5.31.1",
"webpack": "5.90.3"

@@ -64,3 +67,3 @@ },

},
"gitHead": "29d08a00de0698d36dccbbb546ba98c3f1317e74"
"gitHead": "b035471951c01eb355b28cd58d0a3227ee55132e"
}