Skip to content

Commit

Permalink
Merge pull request #881 from patrickcate/develop
Browse files Browse the repository at this point in the history
New Release (2024-04-08)
  • Loading branch information
patrickcate authored Apr 9, 2024
2 parents 94ee1ae + bbb9fad commit e3eb700
Show file tree
Hide file tree
Showing 198 changed files with 21,096 additions and 2,102 deletions.
2 changes: 1 addition & 1 deletion .commitlintrc.js → .commitlintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { scopes } = require('./scripts/git-commit-scope-names.js')
const { scopes } = require('./scripts/git-commit-scope-names.cjs')

module.exports = {
extends: ['@commitlint/config-conventional'],
Expand Down
2 changes: 1 addition & 1 deletion .cz-config.js → .cz-config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { scopes } = require('./scripts/git-commit-scope-names.js')
const { scopes } = require('./scripts/git-commit-scope-names.cjs')

module.exports = {
types: [
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: 'npm'
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'
Expand All @@ -16,6 +17,7 @@ updates:
open-pull-requests-limit: 20

- package-ecosystem: github-actions
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: 'CodeQL'

on:
push:
branches: [develop, main]
branches: [develop, main, alpha, beta]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
branches: [develop, alpha, beta]
schedule:
- cron: '23 23 * * 3'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
- alpha
- beta

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Upload coverage to Codecov
if: github.actor != 'dependabot[bot]'
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.2.0
with:
file: ./coverage/lcov.info

Expand Down
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
File renamed without changes.
2 changes: 1 addition & 1 deletion .prettierrc.js → .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
trailingComma: 'all',
useTabs: false,
vueIndentScriptAndStyle: false,
}
5 changes: 5 additions & 0 deletions .releaserc.js → .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ module.exports = {
'@semantic-release/commit-analyzer',
{
config: '@commitlint/config-conventional',
releaseRules: [
{ type: 'refactor', release: 'patch' },
{ type: 'build', release: 'patch' },
{ scope: 'no-release', release: false },
],
},
],
'@semantic-release/release-notes-generator',
Expand Down
File renamed without changes.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
Changelog

# [1.8.0-beta.1](https://github.com/patrickcate/vue-uswds/compare/v1.7.2-beta.2...v1.8.0-beta.1) (2024-03-19)


### Bug Fixes

* **UsaFooterAddress:** move order of `v-bind=\"\\$attrs\"` to prevent overriding CSS classes ([f75efd0](https://github.com/patrickcate/vue-uswds/commit/f75efd031dde1ff4c18f3a16e9ce10faffb6c26b))
* **UsaSidenavItem:** move order of `v-bind=\"\\$attrs\"` to prevent overriding other props ([238ca28](https://github.com/patrickcate/vue-uswds/commit/238ca280556a7b4aa666ec2d9fa58bb626f31dfe))


### Features

* **UsaSidenavItem:** add `sublist` scoped slot ([51a6ac7](https://github.com/patrickcate/vue-uswds/commit/51a6ac7a244ae3dcf96bd53e4f1ca4d40220df24))

## [1.7.2-beta.2](https://github.com/patrickcate/vue-uswds/compare/v1.7.2-beta.1...v1.7.2-beta.2) (2024-03-17)

## [1.7.2-beta.1](https://github.com/patrickcate/vue-uswds/compare/v1.7.1...v1.7.2-beta.1) (2024-02-25)


### Bug Fixes

* **useMobileMenu:** remove invalid underscores from id and use global id prefix ([6ed0dc8](https://github.com/patrickcate/vue-uswds/commit/6ed0dc87248a5397b1562099b6831c22931cce0c))

## [1.7.1](https://github.com/patrickcate/vue-uswds/compare/v1.7.0...v1.7.1) (2024-02-24)


Expand Down
3 changes: 2 additions & 1 deletion build/vite.build.components.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default defineConfig({
lib: {
formats: ['es', 'cjs'],
entry: resolve(__dirname, '../src/components/index.js'),
fileName: format => `vue-uswds.components.${format}.js`,
fileName: format =>
`vue-uswds.components.${format === 'es' ? 'mjs' : 'cjs'}`,
},
rollupOptions: {
// Externalize dependencies that should not be bundled with library.
Expand Down
File renamed without changes.
Loading

0 comments on commit e3eb700

Please sign in to comment.