Skip to content

Commit

Permalink
Merge branch 'main' into cristi/update-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale authored Oct 25, 2024
2 parents 6f7e494 + 69911be commit 1cb33b6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']

# For all @salesforce/templates library
- package-ecosystem: npm
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [62.0.2](https://github.com/forcedotcom/salesforcedx-templates/compare/62.0.1...62.0.2) (2024-10-18)


### Bug Fixes

* revert to eslint 8 ([#623](https://github.com/forcedotcom/salesforcedx-templates/issues/623)) ([168bca5](https://github.com/forcedotcom/salesforcedx-templates/commit/168bca54000c076af7cc8d3dcc1dd99395194468))



## [62.0.1](https://github.com/forcedotcom/salesforcedx-templates/compare/61.4.12...62.0.1) (2024-10-07)



## [61.4.12](https://github.com/forcedotcom/salesforcedx-templates/compare/61.4.11...61.4.12) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/templates",
"version": "62.0.1",
"version": "62.0.2",
"description": "Salesforce JS library for templates",
"bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@salesforce/eslint-plugin-aura": "^2.0.0",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^6.0.1",
"eslint": "^9.9.1",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^28.8.1",
"husky": "^9.1.5",
Expand Down

0 comments on commit 1cb33b6

Please sign in to comment.