Releases: Lombiq/NodeJs-Extensions
v2.1.1
What's Changed
- OSOE-838: Updating xUnit to latest by @Piedone in #98
- OSOE-744: Upgrade markdownlint to v.0.34.0 by @BenedekFarkas in #99
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- OSOE-338: Javasript compilation improvements by @sarahelsaig in #95
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking Changes
Stylelint was upgraded to 15, which deprecates 76 linting rules, see the issue #70 and the pull request #85. This required us to reimplement those rules with Prettier. If you want to keep using all SCSS linting rules, then follow the new Prettier setup: https://github.com/Lombiq/NodeJs-Extensions/blob/dev/Lombiq.NodeJs.Extensions/Docs/Styles.md#stylelint-and-prettier-rules.
What's Changed
- OSOE-683: Update all NuGet dependencies by @Psichorex in #73
- NEST-409: Show Orchard case study by @barthamark in #76
- OSOE-179: Updating eslint and eslint-plugin-import in the sample too by @Piedone in #75
- OSOE-430: Support a single NE instance per solution on Linux, too, in Lombiq.NodeJs.Extensions by @sarahelsaig in #74
- revert-74: Revert "OSOE-430: Support a single NE instance per solution on Linux, too, in Lombiq.NodeJs.Extensions" by @dministro in #77
- OSOE-677: Upgrade Sass by @wAsnk in #79
- LMBQ-248: Extending Readme with Git-hg Mirror migration by @MZole in #83
- OSOE-678: Adding Prettier to auto-handle style rules by @wAsnk in #85
- OSOE-721: Add the 'no-constant-binary-expression' rule to .eslintrc.lombiq-base.js by @wAsnk in #86
- OSOE-678: Adding missing project config file by @wAsnk in #88
- Bump @babel/traverse from 7.22.11 to 7.23.2 in /Lombiq.NodeJs.Extensions by @dependabot in #82
- Bump postcss from 8.4.28 to 8.4.31 in /Lombiq.NodeJs.Extensions by @dependabot in #81
- OSOE-51: Node dependency updates to address security issues by @Psichorex in #89
- LMBQ-256: Readme update with Hastlayer by @TheHydes in #90
- Update NVM SetupWindows.md longpaths reboot by @MarGraz in #94
- Update NVM SetupWindows.md by @MarGraz in #93
- Update NVM SetupWindows.md by @MarGraz in #92
- OSOE-430: Support a single NE instance per solution on Linux, too, in Lombiq.NodeJs.Extensions (reapply #74) by @sarahelsaig in #78
- OSOE-751: Upgrade to Orchard Core 1.8 by @Psichorex in #91
New Contributors
- @barthamark made their first contribution in #76
- @MZole made their first contribution in #83
- @dependabot made their first contribution in #82
- @TheHydes made their first contribution in #90
- @MarGraz made their first contribution in #94
Full Changelog: v1.3.2...v2.0.0
v1.3.2
What's Changed
- OSOE-683: Update all NuGet dependencies by @Psichorex in #72
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- OSOE-671: Update NPM dependencies to latest, and fix them in Lombiq.NodeJs.Extensions by @wAsnk in #68
- OSOE-683: Update all NuGet dependencies by @Psichorex in #71
Full Changelog: v1.3.0...v1.3.1
v1.3.0
PNPM v8
The project has been upgraded to use PNPM 8. Please update your references and check the following:
- Node.js 14 is no longer supported by PNPM. Please check with
node -v
that you have at least v16 installed. If not, it's best to go straight to the current LTS version 18.17.1. (NVM users:nvm alias default 18
). - The new lock file format is not backward compatible and this could cause CI builds to fail. Regenerate the lock files by rebuilding the solution and then commit them. If you have problems, try running this pwsh one-liner in the solution root:
Get-ChildItem -Recurse pnpm-lock.yaml | ForEach-Object { Push-Location $_.Directory; pnpm install; Pop-Location }
. - You shouldn't have to update PNPM yourself, because Lombiq.NodeJs.Extensions selects the specific excepted version automatically by calling
corepack enable && corepack prepare pnpm@8.6.12 --activate
. If you have manually installed PNPM before, uninstall it and let our library manage the version using corepack that comes with node out of the box.
What's Changed
- SPAL-39: Consolidate package version by @DAud-IcI in #66
- OSOE-603: Upgrade to pnpm@8 by @DAud-IcI in #58
Full Changelog: v1.2.5...v1.3.0
v1.2.5
What's Changed
- OSOE-620: Update all packages to latest by @DAud-IcI in #53
- NEST-396: Adding case study of ikwileentaart by @wAsnk in #54
- OSOE-611: Update documentation on global config files by @0liver in #56
- OSOE-669: Fixing "Passing percentage units to the global abs() function is deprecated." error by @Piedone in #64
New Contributors
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- OSOE-593: Update NE to 1.2.3, Microsoft.NET.Test.Sdk to 17.5.0 by @0liver in #50
- OSOE-615: Build breaks if the solution path has spaces in Lombiq.NodeJs.Extensions by @DAud-IcI in #51
- OSOE-606: Fixing new C# 11 analyzer violations by @Piedone in #52
- OSOE-548: Updating Packages in for OrchardCore 1.6 upgrade by @Psichorex in #49
New Contributors
- @Piedone made their first contribution in #52
- @Psichorex made their first contribution in #49
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
What's Changed
Full Changelog: v1.2.1...v1.2.2