Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
tibi2303 committed Jul 10, 2024
2 parents 57c9a94 + b845597 commit 5817be9
Show file tree
Hide file tree
Showing 116 changed files with 4,520 additions and 4,202 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## v1.2.2 (2024-07-10)

#### :nail_care: Enhancement
* [#590](https://github.com/openeuropa/bootstrap-component-library/pull/590) feat(security): Updated security packages. - OEL-3080 ([@tibi2303](https://github.com/tibi2303))
* [#578](https://github.com/openeuropa/bootstrap-component-library/pull/578) feat(renaming): Renaming and added deprecated badge. ([@tibi2303](https://github.com/tibi2303))

#### Committers: 1
- Dumitru Tiberiu-Andrei ([@tibi2303](https://github.com/tibi2303))

## v1.2.1 (2024-02-21)

#### :nail_care: Enhancement
Expand Down
6 changes: 3 additions & 3 deletions bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-bootstrap",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"description": "OE - BCL bootstrap 5 sources",
"bin": {
"plugins-builder": "./bin/build-plugins.js"
Expand All @@ -17,12 +17,12 @@
"prepublish": "npm-run-all clean copy-* build-plugins"
},
"devDependencies": {
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-babel": "6.0.4",
"bootstrap": "5.2.3",
"bootstrap-icons": "1.10.4",
"copyfiles": "2.4.1",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1"
"rimraf": "5.0.7"
},
"publishConfig": {
"access": "public"
Expand Down
40 changes: 19 additions & 21 deletions builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,36 @@
"name": "@openeuropa/bcl-builder",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"description": "Bootstrap Component Library builder",
"publishConfig": {
"access": "public"
},
"bin": {
"bcl-builder": "./bin/build.js"
},
"bin": "./bin/build.js",
"dependencies": {
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/runtime": "7.22.6",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@popperjs/core": "2.11.8",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"autoprefixer": "10.4.14",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"autoprefixer": "10.4.19",
"babel-eslint": "10.1.0",
"browser-sync": "2.29.3",
"commander": "11.0.0",
"browser-sync": "3.0.2",
"commander": "11.1.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"cssnano": "6.0.1",
"postcss": "8.4.31",
"postcss-prefix-selector": "^1.16.0",
"rollup": "3.27.0",
"cssnano": "6.1.2",
"postcss": "8.4.39",
"postcss-prefix-selector": "^1.16.1",
"rollup": "3.29.4",
"rollup-plugin-istanbul": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"sass": "1.64.2",
"svg-sprite": "2.0.2",
"svgo": "3.0.2"
"sass": "1.77.6",
"svg-sprite": "2.0.4",
"svgo": "3.3.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,47 +105,47 @@
]
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@size-limit/preset-big-lib": "8.2.6",
"babel-jest": "29.6.2",
"browser-sync": "2.29.3",
"browser-update": "3.3.44",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@size-limit/preset-big-lib": "11.1.4",
"babel-jest": "29.7.0",
"browser-sync": "3.0.2",
"browser-update": "3.3.53",
"chromatic": "6.17.3",
"copyfiles": "2.4.1",
"eslint": "8.46.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "5.1.3",
"glob": "10.3.3",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "29.5.0",
"lerna": "6.6.1",
"jest": "29.7.0",
"jest-axe": "6.0.1",
"jest-environment-jsdom": "29.7.0",
"lerna": "6.6.2",
"lerna-changelog": "2.2.0",
"lint-staged": "13.2.3",
"lint-staged": "13.3.0",
"npm-run-all": "4.1.5",
"patch-package": "8.0.0",
"postcss-scss": "4.0.6",
"prettier": "2.8.7",
"rimraf": "5.0.1",
"size-limit": "8.2.6",
"postcss-scss": "4.0.9",
"prettier": "2.8.8",
"rimraf": "5.0.7",
"size-limit": "11.1.4",
"slim-select": "1.27.1",
"stylelint": "15.10.2",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "9.0.1"
},
"resolutions": {
"ua-parser-js": ">=1.0.33",
"http-cache-semantics": ">=4.1.1",
"cacheable-request": ">=10.2.7"
"semver": ">=7.5.2",
"tar": ">=6.2.1",
"axios": ">=0.28.0"
}
}
4 changes: 2 additions & 2 deletions src/components/bcl-accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-accordion",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL accordion",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.1"
"@openeuropa/bcl-button": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-alert",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@openeuropa/bcl-badge",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^1.2.1"
"@openeuropa/bcl-link": "^1.2.2"
},
"description": "OE - BCL badge",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-blockquote",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-breadcrumb",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL breadcrumb",
"dependencies": {
"@openeuropa/bcl-link": "^1.2.1"
"@openeuropa/bcl-link": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-button-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@openeuropa/bcl-button-group",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button group",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.1",
"@openeuropa/bcl-form-input": "^1.2.1"
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-form-input": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@openeuropa/bcl-button",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL button",
"dependencies": {
"@openeuropa/bcl-icon": "^1.2.1",
"@openeuropa/bcl-spinner": "^1.2.1"
"@openeuropa/bcl-icon": "^1.2.2",
"@openeuropa/bcl-spinner": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-card-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-card-layout",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card layout",
"dependencies": {
"@openeuropa/bcl-card": "^1.2.1"
"@openeuropa/bcl-card": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-card",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL card",
"dependencies": {
"@openeuropa/bcl-badge": "^1.2.1"
"@openeuropa/bcl-badge": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@openeuropa/bcl-carousel",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Carousel",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.1"
"@openeuropa/bcl-button": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/components/bcl-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@openeuropa/bcl-dropdown",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL dropdown",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.1",
"@openeuropa/bcl-link": "^1.2.1"
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-link": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/bcl-form-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openeuropa/bcl-form-input",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 deletions src/components/bcl-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@openeuropa/bcl-form",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"description": "OE - BCL Form",
"dependencies": {
"@openeuropa/bcl-button": "^1.2.1",
"@openeuropa/bcl-form-input": "^1.2.1",
"@openeuropa/bcl-select": "^1.2.1",
"@openeuropa/bcl-textarea": "^1.2.1"
"@openeuropa/bcl-button": "^1.2.2",
"@openeuropa/bcl-form-input": "^1.2.2",
"@openeuropa/bcl-select": "^1.2.2",
"@openeuropa/bcl-textarea": "^1.2.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/bcl-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@openeuropa/bcl-heading",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "1.2.1",
"version": "1.2.2",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@openeuropa/bcl-link": "^1.2.1"
"@openeuropa/bcl-link": "^1.2.2"
},
"description": "OE - BCL heading",
"repository": {
Expand Down
Loading

2 comments on commit 5817be9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.