Merges release/10.0.1 into master to release v10.0.1#6553
Merged
Conversation
Updates develop with all changes for 10
Bumps the npm_and_yarn group with 5 updates: | Package | From | To | | --- | --- | --- | | [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.24.2` | `0.25.0` | | [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) | `7.26.7` | `7.27.0` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.26.7` | `7.27.0` | | [eazy-logger](https://github.com/shakyshane/easy-logger) | `4.0.1` | `4.1.0` | Updates `postcss` from 8.5.1 to 8.5.2 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.1...8.5.2) Updates `esbuild` from 0.24.2 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.0) Updates `@babel/helpers` from 7.26.7 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) Updates `@babel/runtime` from 7.26.7 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) Updates `eazy-logger` from 4.0.1 to 4.1.0 - [Commits](shakyShane/eazy-logger@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: eazy-logger dependency-version: 4.1.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
re-updates `develop` with merge conflicts resolved from `master`
…_and_yarn-39178b931a Bump the npm_and_yarn group with 5 updates
- Fixes #6499 Azure SQL Server is reported using a 12 version number, but it is ALWAYS updated to the latest and greatest version so it meets the current 2017 and later requirement that is needed by DNN Platform. This change adds a special secondary check if a 12 version number is returned to check for the edition. If it is Azure SQL it sets the proper flag allowing installation
Updated Version to handle Azure SQL
I did a `git bisect` which pointed me to the commits in #6038 to rollup the sql scripts for v10. This made no sense to me since it's not really related to web.config and @uzmannazari pointed out in #6503 that a similar issue was caused by the LocalizationModule missing from the web.config. Also I could not reproduce the issue on upgrades. Then I thought since we have that v10 rollup, it uses the 10.00.00.config for the web.config xml merge scripts and up. Investigating the commit history of that file and comparing with 9.8.0 one I found that in #4251, a bugfix was done to insure that the LocalizationModule is right after the UrlRewriteModule. This means tha upon upgrades it would be in the right place but with clean installs, that would never run and it was also missing from the base web.config, thus making it not be there at all. I was debating between putting this fix in the 10.00.00.config or just in the web.config I thought the web.config is fine as upon upgrades, the order would already have been fixed (as long as we document to upgrade to latest v9 before upgrading to v10). For clean installs it would just already be at the right place to start with.
Fixed an issue with wrong localization detection
…onfig This was only done in 10.00.00.config but xml-merge scripts only run upon upgrades of that version, hence this would be missing from clean installs and needs to exist in the base web.config for a clean install. I have also verified the rest of 10.00.00.config and everything else appears to be pre-exising in the base web.config files.
Fixed an issue where ServiceRequestScopeModule was missing from web.config
📈 Update caniuse database
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.202 to 9.0.203. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v9.0.202...v9.0.203) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 9.0.203 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Fix exception checking folder permissions
… project and ensure that it's properly redirected in teh web.config (#6525) Co-authored-by: Peter Donker <peter@bring2mind.net>
Remove obsolete types
Move Unicode conversion earlier
Exclude System.Runtime.CompilerServices.Unsafe from upgrade
Add encoding variants to BaseCustomTokenReplace
Fix nuget references
Contributor
Author
|
This is a release management task, as per our policy, we are self-approving it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merges
release/10.0.1intomasterto releasev10.0.1